搜索资源列表
QT中通过摄像头动态显示图片
- 在这里使用创建一个QTimer的对象进行计时,间隔刷新窗体update()//与repaint比起来,这个SLOT可以避免闪屏 在QT中达到对摄像头动态显示图片
Timer(VB)
- 精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryP
RestWork
- 定时休息的护眼软件 通过QTimer类实现-Rest of the eye from time to time by QTimer class software implementation
Qtimer
- This an outline of a Sample application demonstrating multiple events spread in time triggered by user action.-This is an outline of a Sample application demonstrating multiple events spread in time triggered by user act
QTimer
- 手机时间 日期动态显示,使用timer 的好例子-Phone date and time dynamic display, use timer
cvMovie20101027.tar
- Qt with Opencv for face detection. Using QTimer and VideoWidget tested Windows Vista and Linux Mint 9. IDE QtCreater
myusbcamera-thread[1].tar
- 在arm下进行视频实时采集和显示,使用V4L2与Qtimer结合的QT程序。-Under the arm real-time video capture and display, combined with V4L2 and Qtimer QT program.
screenshoot
- The Screenshot example shows how to take a screenshot of the desktop using QApplication and QDesktopWidget. It also shows how to use QTimer to provide a single-shot timer, and how to reimplement the QWidget::resizeEvent(
QtEggAlarm
- Example demonstrating QTimer
AnalogClock
- QT实现时钟,界面简单,利用QTIMER实现,界面比较漂亮-QT for clock, the clock electronic clock QT, QT to achieve clock electronic clock, electronic clock QT achieve clock, electronic clock
screenshoot
- The Screenshot example shows how to take a screenshot of the desktop using QApplication and QDesktopWidget. It also shows how to use QTimer to provide a single-shot timer, and how to reimplement the QWidget::resizeEvent(
screenshoot
- The Screenshot example shows how to take a screenshot of the desktop using QApplication and QDesktopWidget. It also shows how to use QTimer to provide a single-shot timer, and how to reimplement the QWidget::resizeEvent(
qtimer
- The QTimer class provides repetitive and single-shot timers for Linux. -The QTimer class provides repetitive and single-shot timers for Linux.
qt_project9_pixmapCut
- 使用qt做的一个屏幕剪切小程序,主要利用到的知识点有QPixmap,以及QTimer等,适合初学者对qt的基本知识点进行学习-Use qt do a screen cut small program, mainly to take advantage of the knowledge points have QPixmap, and QTimer, etc., suitable for beginners the basic knowl
Qt-Label-left-Ticker
- 开发中可能会需要加一些跑马的效果,会使界面看起来很炫,而且可以达到提醒用户的作用。 简单实现了左跑马的效果,使用的是QLabel显示的文字,利用QTimer来控制跑马的速度.-Development may need to add some horse racing results, the interface will look stunning, and can alert the user to achieve the eff
QT-QLabel-right-Ticker
- 开发中可能会需要加一些跑马的效果,会使界面看起来很炫,而且可以达到提醒用户的作用。 简单实现了右跑马的效果,使用的是QLabel显示的文字,利用QTimer来控制跑马的速度-Development may need to add some horse racing results, the interface will look stunning, and can alert the user to achieve the effe
myMusicPlayer
- 播放音乐源码; 播放音乐源码; -#ifndef LRCWINDOW_H #define LRCWINDOW_H #include <QLabel> #include <QTimer> class lrcWindow : public QLabel { Q_OBJECT public: lrcWindow(QWidget*parent) Q
counter
- 用QT的定时器QTimer实现简单的计数器的功能(Qt5与C++)-Using QT timer QTimer to achieve a simple counter function (Qt5 and C++)
QTimer
- 介绍QT中的QTimer的使用,并举例说明-Introduction to the use of the QTimer in QT, and illustrate
计时器
- 计时器,可以倒计时,也可以整张的计时,在其他里边编程实现,也可以调速(qtimer Timer, you can countdown, but also the whole time, in other programming inside, you can speed)