搜索资源列表
example-qt
- Linux下的qt编程示例,对一般人容易忽略的中文问题进行了解决。
qt
- 嵌入式面向对像的图形开发QT工具的指导示例教程
wavetest
- 用qt做的波形显示,只是一个示例,显示的是一个正弦波,有刻度表示,如果有人需要,可以增加功能-Qt to do with the waveform display, but one example, shows a sine wave, with scale indicated that, if someone needs, can increase the function
pcm
- Linux下的.wav文件播放示例,装了QT的话先#qmake -project生成工程文件pcm.pro,然后 #qmake pcm.pro生成Makefile,然后 #make 最后 #./pcm 执行 注意代码里面包括要播放的.wav文件的路径-Linux under. Wav file playback example, QT installed, then the first# Qmake-project to generate engineering document
delegate
- 表格数据输入时对数据类型进行过滤,示例是double型数据的过滤器-Form data entry type of data filtering, sample-based data is a double filter
qtgui
- QT程序示例 简单的列子,供初学者学习应用的-QT Liezi simple sample program for beginners to learn the application of the
DXGraphForStudy
- 一个简单的多文档编辑器! 带行号列号提示,6502 asm关键字自动提示! QProcess调用示例! -A simple multi-document editor! Out with its line number prompt, 6502 asm keyword automatically prompt! Example QProcess call!
qt1
- Qt 4 GUI 示例程序, 基本涵盖了 Qt UI 主要内容-Qt 4 GUI sample application, covering the Qt UI main content
serialapp
- 在linux下用QT来编写的一个通过串口来通信的示例程序-In use QT under linux to write to a serial port to communicate through the sample program
QtWithDll
- 在QT下编写带DLL的程序,示例源码,通过这个让我们知道QT下DLL的编写,启到一个抛砖引玉的作用吧-Prepared in the QT with a DLL procedures, sample source code, and let us know through the preparation of QT under the DLL, the role of attracting valuable opinions Kai into a bar
buttongroups
- 基于QT2.3.0编写的,所有按钮编程的示例代码。 在linux2.6.29+Qtopia-2.2.0下编译通过,并在友善之臂mini2440下成功运行。所用芯片三星s3c2440-Based on QT2.3.0 prepared, all buttons programmed sample code. In linux2.6.29+ Qtopia-2.2.0 compiled by, and in a friendly, under the arm mini2440 run succes
led_text_x86
- 基于QT2.3.0编写的,LED操作的示例程序。 在linux2.6.29+Qtopia-2.2.0下编译通过,并在友善之臂mini2440下成功运行。所用芯片三星s3c2440-Based on QT2.3.0 prepared, LED operation sample program. In linux2.6.29+ Qtopia-2.2.0 compiled by, and in a friendly, under the arm mini2440 run successfully.
life
- 基于QT2.3.0编写的示例代码。由qt公司提供。 在windows平台下,用visual C++和Qt2.3编写编译。可方便移植到目前大部分的三星ARM9开发板中。-Based on QT2.3.0 written sample code. Provided by the qt. In the windows platform, using visual C++ and compiled Qt2.3 prepared. At present, most can be easily port
chap10
- 《c++gui qt4》 第10章的源程序代码 书上只给了部分示例程序的部分代码,完整源代码在这里-" C++ gui qt4" Chapter 10 of the source code for the book only to the part of some sample application code, complete source code here
QT-Demo-for-Tcp-STMP-Comm
- qt 示例代码。tcp连接,邮件发送,串口通信-qt demo for tcp,smtp , comm
VTK应用示例之VTK与Qt整合的示例
- QT+VTK的应用实例demo和学习文档(QT+VTK application examples demo and learning documents)
Qt服务器多线程示例
- QT开发的多线程服务器,能够同时链接多个客户端(Multithreading server developed by QT can link multiple clients at the same time)
Qt示例程序源码
- Qt示例代码源码分享,SDK:Qt5.8(Qt code source code SDK: Qt5.8)
树莓派3B+ qr488 通过usb操作热敏打印机,打印图片qt源码
- 树莓派3B+ qr488 通过usb操作热敏打印机,打印图片源码,这是树莓派下热敏打印机的操作示例,而且有图片翻转,包括降低色阶的方法。