搜索资源列表
signals_slots
- 自定义信号和槽的例子:应用于QT/X11版本为4.4.2,是QT开发核心实例介绍
hello
- windows Qt入门 基本控件的编写,qpushbtton的使用,及信号槽的使用-windows qt
cal.tar
- 在linux中的运用QT程序和C++编写的计算器的源码,有信号和槽的实现方法和鼠标获取的方法-The use of QT in linux programs and calculator written in C++ source code, there are signals and slots implementation of methods and ways to obtain the mouse
day17_unic
- QT在Linux下的编程。里面有很多实例代码。应该有用。简单并且有代表性。槽和信号。-QT in Linux, programming. There are many examples of code. Should be useful. Simple and representative. Slots and signals.
QTME
- QT开发的手机通讯录,适合初学者理解信号和槽-QT development of the mobile phone address book for beginners to understand the signals and slots
LINUX-experiment-senior-article-qt
- 本书详尽的介绍了在linux环境在的QT使用,介绍了软件的安装规范,不同版本的比较,介绍了QT的基本编程:信号和槽机制,QT的多线程,Qt网络编程,以及QT常用工具:Qt设计器,Tmake,Qvfb等得详细介绍。-This book describes in detail the QT in linux environment The use, the software installation specifications, comparison of different versions,
Qt2
- Qt诺基亚官方中文教程L2_Qt的对象模型和信号槽概念.ppt-Nokia official Chinese Qt tutorial L2_Qt object model and signal-slot concept. Ppt
Qt3
- Qt诺基亚官方中文教程L3_Qt的对象模型和信号槽概念.ppt-Nokia official Chinese Qt tutorial L3_Qt object model and signal-slot concept. Ppt
Qt4
- Qt诺基亚官方中文教程L4_Qt的对象模型和信号槽概念.ppt-Nokia official Chinese Qt tutorial L4_Qt object model and signal-slot concept. Ppt
Qtclock
- QT写的时钟声明一个定时器,连接信号与槽,填充表针的颜色,获取当前的时间-The clock, the timer, filling, whose hands color
Qt4programming
- 精通Qt4编程 本书详细介绍了Qt的基础知识和GUI编程应用,举例翔实,内容全面,基本涵盖了Qt编程的各个方面。全书共分3篇21章,同时,在相关章节也穿插了一些重要的知识点,包括元对象系统、属性系统、对象树机制、信号/槽机制等-This book details the basics of Qt and GUI programming applications, for example, detailed, comprehensive, covering all aspects of Qt pr
QT-signals-and-slots-mechanism
- 本文档详细介绍了QT信号与槽机制的应用及注意事项-This document details the application of the QT signals and slots mechanism and precautions
spreadsheet
- 使用qt创建菜单和工具栏,学习信号槽的很好实例-it is very good examples of learning signal and slot ,withing qt to create menu and toolbar
qt-example
- 利用qt来实现一个简单的对话框程序,有信号与槽的使用,是一个经典易懂的程序-To teach you to make a dialog program by qt
signals_slots_demo
- qt实现的信号槽代码,能给你的工程解耦合,相当优雅的机制。-qt for slot
yaojiang
- 利用QT的定时器与槽函数,完成摇奖功能,对于初学QT的人理解定时器和信号槽函数机制,很有帮助。-Using QT timer and slot function, complete lottery functions, for beginners QT understanding timer and groove signal function mechanism, very helpful.
Qtthread
- QT通过三种形式提供了对线程的支持。它们分别是,一、平台无关的线程类,二、线程安全的事件投递,三、跨线程的信号-槽连接。这使得开发轻巧的多线程Qt程序更为容易,并能充分利用多处理器机器的优势。多线程编程也是一个有用的模式,它用于解决执行较长时间的操作而不至于用户界面失去响应-QT through three forms provides support for threads. They are respectively, a thread class, platform independent
layout
- QT信号槽的QT入门教程代码,适合小白观看学习的代码-QT signal slot QT introductory tutorial code, suitable for small white watch learning code
startThread
- 多线程编程的QT实现,提供了平台无关的线程类,实现跨线程的信号-槽连接-Multi-threaded programming QT implementation, provides a platform-independent thread class, to achieve cross-threaded signal- slot connection
QT和面向对象节介绍
- 在Linux上QT的基本,QT程序开发 开发一个Qt应用程序的步骤: 1、 先声明所需的窗口部件 2、 设置它们的属性 3、 然后再把这些窗口部件添加到布局中 4、 根据Qt的信号/槽原理,创建并连接使用到的信号/槽,通过窗口部件之间的通信可管理用户的交互行为 5、 程序的编译、链接和运行(Basic QT program development on Linux on QT Steps to develop a Qt application: 1. Declare the re