Location:
Search - QWidget
Search list
Description: qt3 Embedded mplayer in a QWidget
Platform: |
Size: 3311804 |
Author: 许为 |
Hits:
Description: qt3 Embedded mplayer in a QWidget
Platform: |
Size: 3311616 |
Author: 许为 |
Hits:
Description: 讲述QT编程的经典书籍,无需都说,英文第二版,带源码- Table of Contents| Index
Copyright
Series Editor s Note
Foreword
Preface
Acknowledgments
A Brief History of Qt
Part I: Basic Qt
Chapter 1. Getting Started
Hello Qt
Making Connections
Laying Out Widgets
Using the Reference Documentation
Chapter 2. Creating Dialogs
Subclassing QDialog
Signals and Slots in Depth
Rapid Dialog Design
Shape-Changing Dialogs
Dynamic Dialogs
Built-in Widget and Dialog Classes
Chapter 3. Creating Main Windows
Subclassing QMainWindow
Creating Menus and Toolbars
Setting Up the Status Bar
Implementing the File Menu
Using Dialogs
Storing Settings
Multiple Documents
Splash Screens
Chapter 4. Implementing Application Functionality
The Central Widget
Subclassing QTableWidget
Loading and Saving
Implementing the Edit Menu
Implementing the Other Menus
Subclassing QTableWidgetItem
Chapter 5. Creating Custom Widgets
Customizing Qt Widgets
Subclassing QWidget
Integrating Custom Widgets with Qt
Platform: |
Size: 8090624 |
Author: huang traoye |
Hits:
Description: 基于Qt4下的截屏并保存在QPixmap,这个QWidget上进行跟QQ截图有点象完成后点鼠标右键就有ContextMenu弹出Esc为退出,空格键保存图像(当然也可以右键菜单保存)-Qt4-based cut-off under the screen and save it in QPixmap, this QWidget with QQ on the screenshot a bit like the right mouse button after the completion point, there ContextMenu popup Esc to exit, the space bar to save the image (of course, you can right-click menu to save)
Platform: |
Size: 13312 |
Author: 韦波 |
Hits:
Description: 一个简单的数据统计显示软件,QWidget绘图实现数据统计图(浮雕效果),-Statistics show that a simple software, QWidget mapping of data charts (relief effect)
Platform: |
Size: 519168 |
Author: 一品 |
Hits:
Description: 任意曲线的显示控件
任意曲线的编辑控件
曲线使用倾角控制插值
特点:坐标及其状态条使用独立QWidget,从而使用滚动条时,四个坐标轴和消息条从不消失。
内容:
1.曲线编辑,支持地层建模,插值采用地层倾角控制。具有添加,删除一条曲线。对当前曲线添加,删除一个控制点,移动一个控制点。
2.任意曲线的显示。
3.使用doxygen自动生成程序说明文档。
作用:对于初学者如何建立自己的空间,如何建立doxygen帮助文档。-1. Polygonal lines viewer
2. Polygonal lines Editor
3. Interpolation for horizon lines.
Platform: |
Size: 397312 |
Author: 谭昌勇 |
Hits:
Description: 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 that an application resizes smoothly and without data loss.
Platform: |
Size: 3072 |
Author: 劉猩 |
Hits:
Description: 现在很多外挂\辅助 要求登录YY频道,我就做了一个YY频道模拟器,有了它,你不用登录打开YY指定的频道也一样可以使用辅助.
主要是模拟了窗口类名QWidget 和窗口标题(频道编号) 上传是源码.-Now a lot of plug-in \ YY channel auxiliary asked to log in, I made a YY channel simulator, with it, you do not log on to open YY specified channel will also be able to use aids.
Is to simulate a window class name and window title QWidget (channel number) I uploaded the source code.
Platform: |
Size: 1024 |
Author: 284949127 |
Hits:
Description: Qt QWidget背景设置透明效果的小例子。
Platform: |
Size: 20480 |
Author: guhl |
Hits:
Description: 通过V4L2进行图像采集,使用QT的Qwidget作为界面显示采集到的图像,是linux下视频开发的经典代码-it captures the image through the V4L2 and use the Qwidget of QT as the GUI to show the image form the usbcamera。
Platform: |
Size: 4096 |
Author: 王超 |
Hits:
Description: QT图形库及应用程序 自己做的相关图形显示-qt about QWidget and others
Platform: |
Size: 16384 |
Author: 于洋 |
Hits:
Description: 在ubuntu下用Qt编写的一个led灯的亮灭程序,就是把LED这个灯的效果用一个类来实现,这样你想要在哪里放置一个led,直接放,就像用Qt下的其他Qwidget控件一样,很方便-Written with Qt under ubuntu led lamp light off the program, is the effect of this LED lamp with a class to achieve, so you want to place a led, where direct discharge, just as with the Qt other Qwidget in control , it is convenient
Platform: |
Size: 5120 |
Author: 郭志军 |
Hits:
Description: 网页爬虫,QT实现。网页爬去分析。Crawler::Crawler(QUrl &url,QTreeWidget *tr) : QWidget() {
-
Crawler::~Crawler(){
http->abort()
delete http
delete tr_result
delete root
delete cookie_tr
}
Crawler::Crawler(QUrl &url,QTreeWidget*tr) : QWidget() {
http=new QHttp(this)
connect(http,SIGNAL(done(bool)),this,SLOT(getPage()))
//settings ...
QSettings settings
if(settings.value("network/useproxy").toBool())
{
http->setProxy(
settings.value("network/cra_host").toString(),
settings.value("network/cra_port").toInt(),
settings.value("network/cra_name").toString(),
settings.value("network/cra_pass").toString()
)
}
//the request ...
QHttpRequestHeader header
header.setValue("User-agent",settings.value("crawler/user-agent","Firefox 3").toString())
header.setValue("Host",url.host())
header.setRequest("GET",url.path())
http->setHost(url.host(),url.port(80))
Platform: |
Size: 1264640 |
Author: my name |
Hits:
Description: The QWSGLWindowSurface class provides the drawing area for top-level windows with Qt for Embedded Linux on EGL/OpenGL ES. It also provides the drawing area for \l{QGLWidget}s whether they are top-level windows or children of another QWidget for Linux.
Platform: |
Size: 1024 |
Author: rinbunfeng |
Hits:
Description: 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 that an application resizes smoothly and without data loss.
Platform: |
Size: 3072 |
Author: ntlas |
Hits:
Description: 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 that an application resizes smoothly and without data loss.
Platform: |
Size: 3072 |
Author: dentBar |
Hits:
Description: The QAxBindable class provides an interface between a QWidget and an ActiveX client for Linux.
Platform: |
Size: 3072 |
Author: liumuizi |
Hits:
Description: The QAxServerBase class is an ActiveX control hosting a QWidget for Linux.
Platform: |
Size: 26624 |
Author: qewuewen |
Hits:
Description: QDesignerWidget are used to paint a grid on QDialog and QWidget main containers and container extension pages Source Code for Linux.
Platform: |
Size: 1024 |
Author: puijervui |
Hits:
Description: 自定义QWidget的QSS样式,pyqt例子(Custom QSS Style of QWidget)
Platform: |
Size: 14336 |
Author: jckyjjjjjjj |
Hits: