资源简介

qt鼠标、键盘响应事件示例,有鼠标跟踪响应、鼠标移动响应、鼠标点击相应、鼠标滚轮响应,键盘点击响应等源代码,跟初学者分享

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        183  2015-08-26 14:57  qtMouseEvent\main.cpp

     文件       1625  2015-08-26 17:01  qtMouseEvent\mainwindow.cpp

     文件        622  2015-08-26 15:44  qtMouseEvent\mainwindow.h

     文件       3527  2015-08-26 16:46  qtMouseEvent\mainwindow.ui

     文件        385  2015-08-26 14:57  qtMouseEvent\qtMouseEvent.pro

     文件      18640  2015-08-26 17:01  qtMouseEvent\qtMouseEvent.pro.user

     目录          0  2015-08-26 17:01  qtMouseEvent\build

     目录          0  2015-08-26 17:01  qtMouseEvent

----------- ---------  ---------- -----  ----

                24982                    8


评论

共有 条评论