Qt Widgets C++ ClassesThe Qt Widgets module extends Qt GUI with C++ widget functionality. More...API ReferenceThese are links to the API reference mat...
分类:
其他好文 时间:
2015-02-02 21:20:49
阅读次数:
234
Qt Style Sheets Reference Qt Style Sheets support various properties, pseudo-states, and subcontrols that make it possible to customize the look of w....
分类:
其他好文 时间:
2015-02-02 21:14:40
阅读次数:
154
Qt GUI C++ ClassesThe Qt GUI module provides the basic enablers for graphical applications written with Qt. More...ReferenceQt GUI C++ ClassesEvent Cl...
分类:
其他好文 时间:
2015-02-02 21:14:22
阅读次数:
413
Qt5.4 All Modules Qt EssentialsQt essentials define the foundation of Qt on all platforms. They are available on all supported development platforms ....
分类:
其他好文 时间:
2015-02-02 21:11:15
阅读次数:
284
1、查找资料却没找到能够通过odbc访问07版以上的Excel2、代码#include "widget.h"#include #include #include #include int main(int argc, char *argv[]){ QApplication a(argc, ar...
分类:
数据库 时间:
2015-02-02 19:37:16
阅读次数:
399
1、文件->新建项目->qt widgets application->qwidget->完成2、在.pro文件中增加QT +=sql3、代码#include "widget.h"#include #include #include #include int main(int argc, char ...
分类:
数据库 时间:
2015-02-02 19:31:35
阅读次数:
187
PyQt5 和 PyQt4 之间的差异PyQt5不兼容PyQt4(尽管经验表明,将PyQt4的应用程序移植到PyQt5难度不是很大)。本节描述了两者之间的主要差异。支持Python的版本不支持较早的Python2.6之前的版本┊。推荐使用特性PyQt5不支持任何被标记为过时的或废弃的QT V5.0 ...
分类:
其他好文 时间:
2015-02-02 17:46:11
阅读次数:
14968
最近学习Qt,于是在ubuntu下安装了开发环境。我是从官网上下载安装的Qt5.4版本。安装后发现在开发过程中无法输入中文。于是在网上搜了搜。解决办法如下: 1、安装fcitx-frontend-qt5: sudo apt-get install fcitx-frontend-qt5 2、将libf...
分类:
系统相关 时间:
2015-02-02 17:26:07
阅读次数:
322
由于一些需求,需要接触Qt3D。虽然Qt 3D还没有问世,但是据称已经差不多完成了。Qt 3D的内部版本是2.0,将会并入Qt 5.5中。现在还是有一些途径来获取Qt 3D的。那就是使用git获取最新的源码进行编译。花了好几天的时间,终于成功了。下面分享一下心得。...
分类:
其他好文 时间:
2015-02-02 09:33:15
阅读次数:
183
介绍如何在 Qt 项目里使用 Objective C,介绍如何在 Qt Quick 界面上叠加 iOS 原生界面……...
分类:
移动开发 时间:
2015-02-02 08:21:27
阅读次数:
239