搜索资源列表
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() event handler to make sure t
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() event handler to make sure t
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() event handler to make sure t
Wuziqi
- qt绘图学习的一个程序---五子棋。 上传的代码只是一个雏形,主要用到了一下一些QT。 1. QWidget 的 paintEvent 函数 2. QPainter 的使用 3.键盘时间 keypressEvent-GUI programming learn code
QWidgetTest_Mask
- 基于QWIDGET的背景图片无边框悬浮窗口,内含所有详细源码文件。-Based QWIDGET background image borderless suspension window, containing all the details of the source files.
myMusicPlayer
- 播放音乐源码; 播放音乐源码; -#ifndef LRCWINDOW_H #define LRCWINDOW_H #include <QLabel> #include <QTimer> class lrcWindow : public QLabel { Q_OBJECT public: lrcWindow(QWidget*parent) QAction*exit void
sql2008
- #include <QtGui/QApplication> #include "mainwindow.h" //以下是手工添加的引用 #include <QSqlDatabase> #include <QSqlError> #include <QMessageBox> //这个是手工添加的函数 void OpenDatabase() { }(#ifndef MAINWINDOW_H #define
ScreenSnaper
- 基于Qt4下的截屏软件 使用了QPixmap::grabWindow(QApplication::desktop()->winId())来获得屏幕的图像 并保存在QPixmap的一个对象fullScreenMap里 再将该图像画到一个QWidget上并showFullScreen()以覆盖屏幕 之后的操作都是在这个QWidget上进行 跟QQ截图有点象 完成后点鼠标右键就有ContextMenu弹出 Esc为退出,空格键保存图像(当然也可以右键菜单保存)(Scr
自定义QWidget的QSS样式
- 自定义QWidget的QSS样式,pyqt例子(Custom QSS Style of QWidget)
