搜索资源列表
PanGraphRun
- #include <QtGui/QApplication> #include <QtCore/QTextCodec> #include \"PanGraphRun.h\" int main(int argc, char *argv[]) { QApplication a(argc, argv) QTextCodec::setCodecForTr(QTextCodec::code
PanGraphRun
- #include <QtGui/QApplication> #include <QtCore/QTextCodec> #include "PanGraphRun.h" int main(int argc, char *argv[]) { QApplication a(argc, argv) QTextCodec::setCodecForTr(QTextCodec::codecF
qtgui
- QT程序示例 简单的列子,供初学者学习应用的-QT Liezi simple sample program for beginners to learn the application of the
LinuxQTguiDeveiopment
- linux下QTgui开发资料,对新手很不错的。手把手的。-Qtgui development in linux. It s very good for newer.
Qtgui
- QT 嵌入式图形开发及环境搭建 基础篇,没入门的qt新手赶快看一下很不错-qt arm9
QtGui.tar
- this is a new modified command acepting
QtGui4.tar
- a display tool in qt creator
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
Win_serial_Qt4
- 这个是利用第三方类的一个读取串口内容的QtGUI程序。只能简单的读取信息和输入简单的命令 ^_^-This is a reading class using third-party content QtGUI serial procedures. Only a simple read the information and input simple command ^ _ ^
JQKt2a
- 对mystar的重写,QTGUI的版本,调试通过。大家可以-On mystar rewrite, QTGUI version, debug through. We can see
Qt4Code
- linux下强大的图形界面编程QTGUI程序-powerful graphical interface under linux programming QTGUI program
udpclient
- QtGui/QApplication qt udpclient-QtGui/QApplication qt udpclient
udpserver
- udpserver QtGui/QApplication
QT-
- Qt的帮助文档,半中文,可找到大部分的QtGui中的类-Qt s help documentation, half Chinese, can be found in most of the QtGui class
qtgui
- qt 的资料,希望对初学者有点帮助。就这样吧,谢谢下载-qt, little help for beginners. So be it, thank you download
Sidebar
- QtGui实现自定义控件源码,此控件是左侧一列导航栏-QtGui to achieve a custom control source code, this control is the left column navigation bar
EMS_Client
- Qt QtGui和QML混合编程的例子,对于学习Qt界面编程的朋友非常有用-QML Qt QtGui and mixed programming examples for learning Qt programming interface is very useful friend
sql2008
- #include <QtGui/QApplication> #include "mainwindow.h" //以下是手工添加的引用 #include <QSqlDatabase> #include <QSqlError> #include <QMessageBox> //这个是手工添加的函数 void OpenDatabase() { }
混沌加密
- 最近参加一个图像信息安全与人工智能结合的比赛,评审后专家说要有一个应用场景,做了一个基于加密图像的身份认证场景程序,pyqyt5写的from PyQt5.QtWidgets import *import sysfrom PyQt5.QtCore import Qtfrom PyQt5.QtGui import *from