搜索资源列表
qt_aclock
- vc环境下使用QT编写的一个时钟程序,老外的源代码
TiffIO-130e
- qt程序读tiff格式所用的动态库生成程序源码.
AccessDatabaseReading
- 在qt环境下,如何建立程序与access数据库的连结的源码.
trayicon_xqt4[1].tar
- 一种基于QT的系统托盘实现。对需要系统托盘的qt程序可以方便实现托盘
makep
- 自动生成QT的.pro文件,QT项目文件 有的时候,我们不得不手工编写QT的.PRO项目定义文件。当我们的项目中.CPP和.H文件多到几十个的时候,那么编写这个文件就相当麻烦。 在此我有一个小工具,可以自动为你的项目目录生成.PRO文件。可正确识别UI定义文件,以及添加对MOC文件的生成。 程序用QT写成,可在WINDOWS和LINUX下编译此程序,得到makep.exe,在项目目录中运行此程序即可。
Fotowall 0.9
- Fotowall是一款简单的图像合成软件,由qt开发,可以跨平台使用,对于初学者来讲是一个比较好的入门demo,可以详细的了解到一个简单的图像图形程序是怎样一个处理流程,对于qt开发者来讲也是一个很好的demo。由于其跨平台的的原因,也可以使用在嵌入式设备上,用来做相关的处理
Qtftpclient.rar
- 使用Qt编写的FTP客户端源代码,这个在一些Linux或unix的项目中会使用到,而且其也可以作为学习Qt编写网络程序的例子,Written using the Qt source code for FTP client, the Linux or unix in a number of projects will be used to, and its Qt can also be used as learning examples of the preparation of network
QEditor
- 用Qt编写的文本编辑器的源代码,可以作为Qt编写GUI界面程序的例子程序-Using a text editor written in Qt' s source code, you can write a Qt example program GUI interface programs
notepad
- 我用QT写的记事本程序,很实用,实现了记事本大部分的功能,欢迎下载-I use Notepad QT written procedures, it is practical to achieve most of the functions of Notepad, welcome to download
hmm
- hmm语音识别程序,能根据参数,训练模型和计算出模型距离,对于学习和编写有关隐马尔科夫语音识别程序很有帮助-hmm speaker recognition program,use it you can directly write an hmm program easly.
MainWindows
- Windows环境下采用QT实现的记事本功能的源代码,供学习QT程序开发使用。-Windows environment, use the notepad to achieve QT s source code, program development for learning to use QT.
Qt
- 《C++ GUI Qt 3编程》(加拿大) Jasmin Blanchette, (英) Mark Summerfield著 随书光盘的示例程序-"C++ GUI Qt 3 programming" (Canada) Jasmin Blanchette (British) Mark Summerfield CD with the book s sample programs
examples
- 主要 QT入门 QT3教程书籍上的经典程序,直接编译就能够看到效果-QT QT3 main entry on the books of the classic tutorial program, the compiler will be able to see the effect directly
Qt
- 穿越火线QT窗口化鼠标限制,附赠源码+程序+杀毒报告-Cross Fire QT windowing mouse restriction comes antivirus report source+ program+
mainwindow
- Qt mainwindow 实例程序,功能齐全,入门必备!-QT Mainwindow example!
biaoding1
- 该程序是对在Qt中的摄像头进行标定,从而获取各坐标系之间的联系-The program is in Qt camera calibration, in order to gain the linkages between various coordinate systems
shellp-0.9.0.tar
- 一个 shell 的工具库,用于简化基于命令行应用程序的开发,可方便定义命令以及进入交互模式,可轻松从文件和标准输入中获取数据,提供图形化工作空间,基于 Qt 的界面,如果没有图形界面环境则使用基于 ncurses 的界面- Shellp is a shell helper library. It is intended to make it easier to write command-line based applications. Commands are easy to define
QT5-2
- qt 程序开发源码 画图与控件学习,对话框布局与搭建 ; -QT Program development source code Drawing and control learning, the layout and structure of the dialog box
qt-book
- C++ GUI Qt4 编程(中文第二版)随书程序源码(C++ GUI Qt4 programming (Chinese version second) source code)
QT ECG画图演示
- 使用 QWidget 画 7 导心电波形演示程序,同时也演示了 Doxygen 注释使用