搜索资源列表
PanGraphRun
- #include <QtGui/QApplication> #include <QtCore/QTextCodec> #include \"PanGraphRun.h\" int main(int argc, char *argv[]) { QApplication a(argc, argv) QTextCodec::setCodecForTr(QTextCodec::codecForName(\"GBK\")) PanGrap
qtGUI
- qt gui c++附带源代码。书名为《c++GUI qt4(第二版)》,有需要的同学赶紧下吧。很有助于学习qt-qt gui c++ with source code. The title " c++ GUI qt4 (second edition)" , those students in need under the bar quickly. Is very conducive to learning qt
Sidebar
- QtGui实现自定义控件源码,此控件是左侧一列导航栏-QtGui to achieve a custom control source code, this control is the left column navigation bar
sql2008
- #include <QtGui/QApplication> #include "mainwindow.h" //以下是手工添加的引用 #include <QSqlDatabase> #include <QSqlError> #include <QMessageBox> //这个是手工添加的函数 void OpenDatabase() { }(#ifndef MAINWINDOW_H #define