随笔分类 -  GUI

摘要:#include <QApplication>#include <QWidget> int main(int argc, char *argv[]){ QApplication app(argc, argv); // ... ... // 我们缩写的代码 // ... ... app.exec(); 阅读全文
posted @ 2016-08-02 20:01 drfxiaoliuzi 阅读(1727) 评论(0) 推荐(0)
摘要:1.基本环境。 Window 8.1 64bit Python3.5.2-32bit.exe PyQt5 2.安装python。 去官网下载32位版本的python3.5.2(就是x86那个) 备注:因为之前用gcc编译代码,gcc是32位的,所以,python也对应,用了32位的。 开始安装,注意 阅读全文
posted @ 2016-07-23 12:17 drfxiaoliuzi 阅读(6478) 评论(0) 推荐(0)
摘要:Reference:http://zetcode.com/gui/pyqt4/eventsandsignals/ Events and Signals in PyQt4 In this part of the PyQt4 programming tutorial, we will explore e 阅读全文
posted @ 2016-07-03 22:08 drfxiaoliuzi 阅读(280) 评论(0) 推荐(0)
摘要:转载自:http://python.jobbole.com/81276/ 英文版出处:http://pythonforengineers.com/your-first-gui-app-with-python-and-pyqt/ 软件版本: python-2.7.12.amd64 qt-opensou 阅读全文
posted @ 2016-07-03 01:47 drfxiaoliuzi 阅读(1279) 评论(0) 推荐(0)