大家可以参见QT中各种MessageBox的使用的这篇文章 界面效果图如下,大家可以用代码自己操作 diglog.h #ifndef DIALOG_H #define DIALOG_H #include <QDialog> QT_BEGIN_NAMESPACE class QCheckBox; cl Read More
posted @ 2017-02-07 18:14 findumars Views(1738) Comments(0) Diggs(0)
只想用Qt5最基本的功能,因此只编译QtBase。也不想为了编译一个Qt装很多东西(比如非常肥的DirectX SDK)软件清单:Visual Studio 2010 Professional with SP1Active Perlgit Win32步骤:0 设置环境开Visual Studio C Read More
posted @ 2017-02-07 17:33 findumars Views(5794) Comments(0) Diggs(0)
不仅仅是为了方便,而是可以在后台随时定义和更改视图的定义,却不用客户端一行代码。 同时也避免了重复数据、重复表。 Read More
posted @ 2017-02-07 17:07 findumars Views(321) Comments(0) Diggs(0)
技术占30% ,其中数据库占技术的70%行业经验占60%脾气占10%,能压得住各个部门叨叨。 Read More
posted @ 2017-02-07 17:04 findumars Views(301) Comments(0) Diggs(0)
主要思路是将所有项目界面加载到QGraphicsScene,再进行旋转操作。直接上代码#include <QApplication>#include <QGraphicsView>#include <QGraphicsProxyWidget>#include "./form.h"int main(i Read More
posted @ 2017-02-07 16:42 findumars Views(5745) Comments(0) Diggs(0)