How to build a GUI application with Python 3.3 and Qt 5?

Having no Python or Qt experience I'd like to get started with the recent versions (I actually seek to make heavy use of some of the new features announced) but I couldn't find any tutorials (the most seem to use Python 2.x and Qt 4). Could you please share a link to a tutorial or just tell me what exactly do I need to started? I have reasonable experience with other languages and am not asking about learning Python itself in this issue.


Take a look at PyQt.

Here's the Qt5 documentation. When I need help with PyQt, I will look at Qt documentation and "translate" the C++ code into Python.

链接地址: http://www.djcxy.com/p/71020.html

上一篇: Jquery通过链接检查并取消选中复选框

下一篇: 如何用Python 3.3和Qt 5构建GUI应用程序?