搜索资源列表
linq-4.1.7.tar
- 基于xmpp协议的即时通讯的程序,基于qt平台,和msn相差不大-xmpp agreement based on the instant communication procedures, based on the qt platform, and not much difference between msn
UsbFat32Scsi
- Qt 4.7.2 + msvc2010 (msvc 版的 QT) 写的 Qt Gui 版 Spti, 即是 WinDDK里面一个 使用 DeviceIoControl 操作 SCSI 类型磁盘的例子, 本次编写此程序主要用于测试 usb 闪盘的 固件, 协助 usb 驱动 和 固件的程序开发. 同时也对在 Qt 中使用 win32 api 有一定的借鉴作用.-Qt 4.7.2+ msvc2010 (msvc version of QT) to write the Qt Gui vers
nGui
- 应用程序登陆的简单实现。登陆名字:qt,密码:123456-Applications to access a simple realization. Login name: qt, password: 123456
QTDynamicMenu
- 这个源代码利用QT数据库,解决动态菜单功能的实现. -The source code for use QT database, solve the realization of dynamic menu functions.
music
- 用qt实现的播放器,能播放音频.视频,能添加多个文件,能暂停播放停止下一曲上一曲,以及音量和进度条的调整-Achieved with the qt player, can play audio. Video, to add multiple files, can pause to stop the next song on the song, and adjust volume and progress bar
Tester
- 基于qt的软键盘设计,大小适于手机屏幕,功能全面-Qt-based soft-keyboard design, size, suitable for mobile phone screens, full-featured
qtxdxhcs
- qt设计便携式心电仪界面的时候,需要的心电信号产生程序。-qt interface design portable ECG apparatus when needed ECG generator.
57578857mediaplayerQT
- 编写的简单的qt下的mp3播放器,比较适合初学者学习参考-Qt prepared under a simple mp3 player, more suitable for beginners to learn information
keyboard.tar
- Qt 4.7做的软键盘,适应多种分辨率,可用于qt/e环境中-The soft keyboard to do in Qt 4.7 to adapt to a variety of resolution can be used for qt/e environment
NossaWidget
- This C++ codes creates a widget on windows using Qt 4.7.4
qt4.7.4transplantation
- Qt移植,将Qt4.7.4移植到ARM2440上-Qt port will Qt4.7.4 transplantation on the ARM2440
Calculate
- Qt制作的简要计算器,使用版本为4.7.2,vs2008-Qt making brief Calculator, use version 4.7.2, vs2008
MainWindow
- 在Qt creator 4.7.0下实现记事本源码-Qt Notepad source! !
qt
- qt软键盘的实现 qt 4.7实现-qt qt 4.7 soft keyboard implementation to achieve
myDS7400Tools
- DS7400主机调试工具 个人转载的 接触QT三年有余,期间因为工作需要断断续续学习过,2010年开始接触,当时好像是4.7版本,现在都已经到5.2版本了,更新真快,前阵子安装了下5.2版本,还是有很多变化的,不过感觉好像编译速度慢了很多,而且编译出来的可执行文件需要附带的DLL多了很多,感觉不爽,所以还是回到了4.7版本的开发,一个重要原因是现在大部分的开发板都移植好了4.7版本的运行库,可以方便的将WINDOWS程序移植到嵌入式linux下,5.0以上的版本貌似还没有哪家公司移植到了嵌入
CountString
- 基于QT-4.7.3下的一个字符串个数统计工具,即打开一个文本文件,程序会自动统计你输入的字符串,统计过程采用线程方式,奉上全部工程文件,打开PRO文件编译即可运行,适合初学者。-String statistics
ele_sign2-build-desktop
- 电子签名系统,常应用博物馆触屏工控机,类似于手绘板,在pc上可用鼠标测试,功能:改变背景图片,改变画笔粗细和颜色,保存图片到本地硬盘。程序基于qt.4.7.2环境编写。-Commonly used museum touch-screen electronic signature system, industrial control, similar to the drawing board, available on the PC mouse test, function: change the
qtcreator-gdb-7.4-MINGW32_NT-6.1-i686.tar
- a debuger of qt for version 4.8
COM_customplot
- 自己用的小软件,仿造原子的XCOM功能,加了一下自己用的功能。 1、基本串口通讯,鼠标放入串口选择自动刷新,显示COM口的驱动类型。 2、多条发送界面,可定时发送,可关联数字键盘、右键发送按钮可更改按钮名称,方便记忆。 3、485通讯,数据有十进制和十六进制可选,发送后自动保留记录。 4、CRC校验小工具。 5、十六进制通信协议提取部分位并根据自定义数据类型转化为十进制 6、字符格式示波器,例:">P:-1.25",示波器显示曲线名称P,数值-1.25,曲线个数最多8个
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。