搜索资源列表
Russia-tetrix
- 这是采用Qt4写成的俄罗斯方块小游戏。 安装了Qt类库后,可以跨平台运行。-This is written using Qt small chunks of the Russian game. Installation of the Qt library, they can cross-platform operation.
Qt
- qt类库是非微软类库,跨平台性好,也可用于嵌于式开发。本代码为qt编程入门非常好的例子。
QT类表
- QT类表
qtclass
- qt类库关系图,清晰明了,参考档案-CLASS of qt hierthky,.............................
QT-chm-Manual
- QT手册,chm电子书,包含了入门教学,以及各种QT类的说明-QT manual, chm ebook, contains tutorial, and a variety of QT classes
qt-documentation
- 这是一个关于QT2程序编写的中文参考文档,里面对QT类的作用讲的很详细-This is a study on QT Chinese programmers reference documentation
qt43jichengguanxitu
- qt43类继承关系图,不用说下来看看就知道怎么样了-Class inheritance diagram qt43, needless to say it knew how to take a look at the
qt42-class-chart
- qt42-class-chart 基于qt4的qt类框图-qt42-class-chart based on the qt-type diagram qt4
qtDocWithIdx
- QT类的综合讲解,是QT初学者的好帮手。帮助我们充分了解QT的所有类。-QT class, comprehensive explanations, is a good helper for beginners QT. QT to help us fully understand all of the classes.
qt
- qt类树,对理解qt类之间关系很有帮助。-qt class tree, on the understanding of the relationship between the qt classes helpful.
Qt-reference-book
- Qt 的基本参考资料,包含所有类的说明和程序的基本原理、编译方法-Qt' s basic reference information, including instructions and procedures for all classes of the basic principles, methods of compiling
Qt
- 本书主要讲解描述跨平台图形软件的Qt使用,Qt不但可以运行在Windows、Linux、Mac等操作系统上,还可以移植到嵌入式设备中,并且还有许多第三方驱动。 本书从Qt编程最基础的程序讲起,详细讲解了Qt模块与Qt功能类、Qt文件操作、Qt桌面软件设计、Qt程序与用户交互、Qt图形绘制与多媒体、Qt网络编程、Qt数据库编程、Qt进程与线程、Qt工具使用、Qt嵌入式开发等内容,适合广大Qt编程人员、嵌入式工程师、计算机专业师生使用-This book describes the main
GPIO口控制类GpioControl
- 自己写的嵌入式LINUX下GPIO口控制类 ,用在QT的Widgets Application中 【使用方法】 [初始化对象] GpioControl m_gpioControl; [初始化GPIO第84口OUT] m_gpioControl.Init(84); [设置GPIO第84口高电平] m_gpioControl.gpio_set_value(84, "1"); [设置GPIO第84口低电平] m_gpioControl.gpio_set_value(84, &
QT_ROI
- 利用QT类获取ROI窗口,采用QT5.5版本,类似opencv获取ROI数据方法(Using the QT class to obtain ROI window, using QT5.5 version, similar to opencv access to ROI data methods)
QT中文帮助文档
- 本文中介绍了QT5的常用的一些类图关系,和类的功能函数(This book introduces the use of QT5 grammar in detail to facilitate the use of QT5)
qt类表
- qt类表,可从中了解qt中类的框架,qt学习(The QT class table to understand the framework of the class in the QT)
qt
- 初学者学习其他的资料,内含qt类表和关于qt通信之类的内容(Beginners learn other materials, including qt tables and qt communications)
OpenCV-MinGW-Build-OpenCV-3.4.1
- 编译好的 OpenCV(MinGW 版),可供QT使用(Compiled OpenCV (MinGW version) for use in QT)
QT中类之间的关系图
- qt类关系图,包含qt5.1和qt4,对于学习QT有很大帮助。(qtclass architecture including QT5.1 and qt4)
Qt自定义控件
- Qt自定义控件,可以方便调用,直接使用类继承即可。