搜索资源列表
qt-moc.rar
- 一个实现模拟QT中信号/槽模型的工程,接口方法与命名规则均qt中一致,可以看清楚信号槽的实现原理,A realization of simulated QT signal/slot model of the project, interface methods and rename qt agreed rules, you can look trough the realization of the principle of signal
login
- 简单的一个QT例子 一个登录框 和 一些信号槽的连接-A simple example of a QT registry groove box and a number of signal connections
msg
- 一个简单的QT例子 主要展示如何建立信号和槽的连接-QT a simple example of how to set up the main display of signals and slots connections
DynamicSignalsandSlots-code
- QT 动态信号/槽,可在需要的时候动态建立信号和槽-Dynamic QT signal/slot Signals and slots are declared at compile-time
VxButton
- 用QT写的一个自写滑动条,仅供QT初学者学习信号与槽-slider written with QT
qtTimer
- qt实现计时器功能,用到qt的信号与槽机制,能够根据全局变量的变化控制计时器的开始和结束!-Qt realize timer function, use qt signals and slots mechanism, according to the change of global variable control the beginning and end of the timer!
testSignalAndSlot
- Qt程序设计的经典是信号槽机制、该程序是一个小程序,实现两个Slider之间实现同步。-Qt programming classic signal slot mechanism, the program is a small program, to achieve synchronization between the two Slider.
jquery.sigslot
- 这个插件是convinience工具之间的沟通ifr a mes在HTML页面, 它是模仿从Qt的信号/槽的概念。 你可以用jquery.sigslot.js: 发送信号到深入ifr a me页面 async。或同步。通信 排除或包含特定的ifr a me 允许多个槽或只有一个 -This plugin is utility for convinience of communication between ifr a mes in HTML page, it is
QtThreadTest
- QT编写的简单程序(QtCreator) 1.UI绘制; 2.中文显示; 3.线程通信(信号和槽)。-QT prepared simple program (QtCreator) 1.UI draw 2 Chinese display 3. Thread communication (signals and slots).
hello-world
- QT 5.1界面编程入门范例。Hello world。里面包含三个例子:1. 最简单的hello world程序;2. 添加退出按钮;3. 信号和槽的简单互动-QT 5.1 interface programming entry model. Hello world. Which contains three examples: 1. Most simple hello world program 2. Added eject button 3 simple interactive sign
D_PV
- 使用QT5.2.1实现的生产者消费者窗口界面模拟程序。学习使用QT线程间信号槽的使用。Qmutex QSemaphore,QWaitcondition,QThread的使用。-Producers and consumers to achieve using QT5.2.1 window interface simulation program. Learn to use the signal slot using the QT threads. Qmutex QSemaphore, QWaitc
SlotMap
- Qt 使用SLot map实例。多个信号输出到一个槽-QT slot map sample
quit
- 退出对框框设计,使用qt的终端窗口工程创建,连接信号和槽-Out of the box design, the use of qt terminal window project created, connect signals and slots
Morris
- Qt中使用信号和槽机制来完成对象之间的协同操作。简单的说,信号和槽都是函数,比如单击窗口上的一个按钮想要弹出一个对话框,那么就可以将这个按钮的单击信号和定义的槽关联起来,在这个槽中可以创建一个对话框并且显示。这个单击这个按钮时就会发射信号,进而执行槽来显示一个对话框。-Qt signals and slots mechanism is used to complete the cooperative operation between objects. Simply put, signals a
POPS
- Qt开发的超市收银系统,主要相关知识 qt数据库、信号和槽的应用.-Qt development supermarket cashier system, the main relevant knowledge: Qt , the application of signals and slots.
ForkliftControl_study
- 委托(delegate)多线程学习,类似QT环境的信号槽机制(Delegate multi thread learning, signal slot mechanism similar to QT environment)
slot
- 理解Qt中信号与槽的机制,适合初学者在学习Qt 时,使用的例子(Understanding the mechanism of signals and slots in Qt)
dingshiguanji
- 在qtcreator下编写的强制定时关机系统,熟悉qt信号和槽传递过程的练习程序,在pc上运行平稳。label添加.png图片和更改图标icon。lineEdit中的信息读取,windows内核命令的调用执行及相关关机配置(The mandatory timing shutdown system, written under qtcreator, is familiar with the practice program of the QT signal and the channel tran
TestProject
- QT信号槽使用例子,按下UI界面的button改变label的文本(Using an example of the QT signal slot, press the button of the UI interface to change the text of the label)
3_5student
- Qt简单运用,界面之间的相互跳转,槽函数和信号的基本运用。(Qt simple application, interface jump, trough function and signal basic application.)