随笔分类 -  Qt

摘要:#include <QApplication>#include <QWidget> int main(int argc, char *argv[]){ QApplication app(argc, argv); // ... ... // 我们缩写的代码 // ... ... app.exec(); 阅读全文
posted @ 2016-08-02 20:01 drfxiaoliuzi 阅读(1730) 评论(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 阅读(284) 评论(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 阅读(1285) 评论(0) 推荐(0)
摘要:This turtorial describes how to use Qt Creator to create a small Qt application, Text Finder. It is a simplified version of the Qt UI Tools Text Finde... 阅读全文
posted @ 2015-07-14 17:04 drfxiaoliuzi 阅读(653) 评论(0) 推荐(0)