随笔分类 - Qt
摘要:#include <QApplication>#include <QWidget> int main(int argc, char *argv[]){ QApplication app(argc, argv); // ... ... // 我们缩写的代码 // ... ... app.exec();
阅读全文
摘要:Reference:http://zetcode.com/gui/pyqt4/eventsandsignals/ Events and Signals in PyQt4 In this part of the PyQt4 programming tutorial, we will explore e
阅读全文
摘要:转载自:http://python.jobbole.com/81276/ 英文版出处:http://pythonforengineers.com/your-first-gui-app-with-python-and-pyqt/ 软件版本: python-2.7.12.amd64 qt-opensou
阅读全文
摘要: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...
阅读全文