Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
The community reviewed whether to reopen this question last year and left it closed:
Original close reason(s) were not resolved
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
您的问题的答案是响亮的是。
Qt很好,我没有什么反对的。但 Tk 更好,更容易使用,并且有详细记录 - 不仅仅是在 Python 网络空间上,但也有很多第三方教程。 这个是我从中学到的,它在为我服务方面非常可靠。
The answer to your question is a resounding yes.
Qt is good, I have nothing against it. But Tk is better and far easier to use and quite well documented - not just on the Python webspace, but there are also many third-party tutorials out there. This particular one is where I learned it from and it has been quite infallible in serving me.
您可能想看看this(wxPython)。
You might want to take a look at this(wxPython).
当然,作为其他 GUI 工具包的升级。如果您了解其他工具包,那么您已经了解了 TkInter,可以将其保留到您真正需要它为止。
As a step up to other GUI toolkits, sure. If you know other toolkits then you already understand TkInter and can leave it until you actually need it.
为什么不选择PyQT?您显然已经熟悉 Qt,所以它应该相对容易学习。在我看来,它看起来比 Tkinter 更好,而且确实有更好的文档记录。
Why not go for PyQT? You apparently are already familiar with Qt, so it should be relatively easy to learn. In my opinion it looks better than Tkinter, and it sure is better documented.
我使用 Qt 和 C++,但决定尝试使用 Tkinter 和 Python。我在安装最新版本的 Tcl/Tk 时遇到了一些麻烦,但最终还是成功了。我在这个 tkdocs.com 教程的帮助下完成了这一切,这非常棒。
I used Qt with C++, but decided to have a go with Tkinter with Python. I had a bit of trouble installing the latest version of Tcl/Tk, but got there eventually. I did it all with the help of this tkdocs.com tutorial, which is great.