码迷,mamicode.com
首页 > Windows程序 > 详细

Qt 5.x 全局热键 for windows

时间:2016-01-18 06:53:02      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:

Qt 升级到5.x版本后,QAbstractEventDispatcher中函数发生变动,导致libqxt库中的qxtGlobalShortcut挂掉.参考qxtGlobalShortcut写了一个全局热键类,用法与qxtGlobalShortcut一致.在 Win8.1 + Qt 5.11 能正常使用

 _______________________________________________________________________

 

用法

_______________________________________________________________________

 

MyGlobalShortcut* shortcut = new MyGlobalShortcut("Ctrl+F9", w);

connect(shortcut, SIGNAL(activated()),w, SLOT(myslot()));

 

示例下载地址

______________________________________________________________________

 

http://download.csdn.net/detail/hellogdut/7120769

http://blog.csdn.net/milujun/article/details/22324415

Qt 5.x 全局热键 for windows

标签:

原文地址:http://www.cnblogs.com/findumars/p/5138197.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!