搜索资源列表
realize_the_button_QWidget_by_own_style_in_Qt_4.ra
- 上网搜了很多关于qt 4重写按钮的资料,但是都只是介绍,没有源码。但是项目要求的按钮样式qt 4没有现成的,所以自己实现了一个简单的按钮。 模仿按钮的功能,通过重写 void paintEvent(QPaintEvent *event) void mousePressEvent(QMouseEvent *event) void mouseReleaseEvent(QMouseEvent *event) 三个函数达到绘制自定义按钮的目的。
QTplayer
- QtPlayer音乐播放器 所谓的QTplayer就是一款在QT平台下开发的音乐播放器,利用开发工具是QT4.0由于QT是跨平台SDK。因此,它对event的处理并不像MFC或XAPI那样明显。但filter机制可以把定制代码hook到具体的widget中,有时在简化编程上能起到巨大的作用,因此他能构造出体积小,功耗低的一款音乐播放器,灵活的运用于各种平台。论文中详细阐述了系统的设计目标、总体架构及各功能模块的详细设计-QtPlayer
qt_paint
- 辛苦了好久,始终都没找到Image类的16位不失真转换,强行用16方法,网络传输的帧严重失真,最后招到了,里面主要有16位帧图像显示,网络传输,鼠标事件-Hard for a long time and always find the Image class, no distortion 16-bit conversion, forced to use 16-way network transmission of a serious distortion of the frame, the l
QTshu.tar
- 鼠标窗口事件,点击弹出对话框,关闭当前窗口-Mouse event window, click the pop-up dialog box, close the current window
evevntdialog
- 实现一个QT怎么安装事件过滤器的功能,给QT初学者提供模板-How to implement a QT install an event filter function, to provide a template for beginners QT
CPP-GUI-Programming-with-Qt-4
- 完全更新,新的显著覆盖数据库,XML,和Qtopia嵌入式编程 涵盖包括Windows Vista支持所有Qt4.2/4.3的变化,原生支持CSS部件造型,SVG文件生成 包含独立的二维和三维的章节,覆盖的Qt4.3的新的图形视图类,并介绍的QPainter的OpenGL后端 包括外观和感觉的定制和应用程序脚本的新的篇章 说明Qt 4的模型/视图结构,插件的支持,布局管理,事件处理,容器类,以及更 在没有其他覆盖的先进技术,本书从创建插件与本地A
myEvent
- qt下的事件演示,演示qt下的基本事件类型-the qt event demonstrates the basic types of events demo qt
QTreeWidget
- qt的qtreewidget使用示例,添加节点,点击事件处理。-the the qt qtreewidget to use an example, to add a node to the Click event handler.
lineEdit
- qt响应lineedit的鼠标点击事件,实现点击lineedit的时候弹出窗口-the qt in response to a mouse click event lineedit, click lineedit pop-up window
shotpicture
- Qt编写的截图工具,适合学习Qt事件机制-Qt screenshot tool for learning Qt event mechanism
Taishan
- qt 鼠标事件的处理,可以在linux上编译,并运行-mouse event
METER
- 用qt paint 事件绘画的仪表ui, 可以同时提供的接口setvalue 来设置仪表指针指向数值-Use qt paint painting meter event ui, you can provide an interface to set setvalue meter pointer to value
clickedLabel
- Qt中的Label无法接收点击事件,该源码实现了QLabel能接受点击事件的标签,且鼠标移入可变色。-Label in the Qt can not receive the click event, the source code to achieve the QLabel to accept the event of the label, and the mouse moved into the color.
activetest
- QT 编写的activex插件,QT 的事件使用 支持JS 回调 带有WEB测试页面 -A ActiveX Made by QT, send A event by JS playback. A web page show how to use the Activex
Event
- Qt 鼠标交互事件的实现 内含QTextCodec 解决中文字符问题-Achieve Qt mouse interaction events containing QTextCodec solve the problem of Chinese characters
Demo
- windows下通过FindWindow抓取Qt进程主界面,并嵌入到自己的程序中显示.抓取的Qt程序界面坐标响应异常,导致菜单栏和工具栏无法正常鼠标事件解决方案.-Windows under the FindWindow through the Qt process to grab the main interface, and embedded into their own programs to show the process of grasping the Qt interface co
18Events
- 使用QT编程,在QT5的环境,调用QT的事件函数,这是一个非常重要的函数(Using QT programming, in the QT5 environment, call the QT event function, this is a very important function)
基于MFC(QT)的OSG的自定义事件2
- 基于MFC(QT)的OSG的自定义事件,在 MFC、 QT 等中如何设计和事件、并提 供一个 mfc+osg 的简单例子,最后针对 OSG 的事件谈谈自己的理解。(Based on MFC (QT) OSG custom event, how to design, event, and mention in MFC, QT and so on Give a simple example of mfc+osg, and finally talk about your own understan
qt_test_date_wm_struct
- 一个简洁的qt工程,一个qt5工程,一个qt demo,自己编写,测试可以用,实测可用。打开编译运行即可。 这是一个qt源码工程,里面实现的主要内容是qt程序获取windows开关机消息,qt捕获windows message从而实现开关机、休眠之前的动作; 一、源码内容如下: 1. qt显示时间和日期; qt5显示日期时间,qt5获取系统时间,qt获取日期;qt日期例子。qt时间例子; 2. typedef结构体用法,typedef结构体转换和数据拷贝方法例子; 3. qt测试小