当前位置:网站首页>QPushButton绑定快捷键的注意事项
QPushButton绑定快捷键的注意事项
2022-07-06 11:01:00 【HL_风神】
在一个日常开发当中,需要为按钮添加一个快捷键操作,指定键盘上的一个按键按下相当于用鼠标点击了这个按钮,这就是快捷键的作用
有个现象是当添加快捷键的顺序是这样的话,快捷键无效
先进行快捷键的绑定,再进行按钮文本的设置,无效
QKeySequence keyCut(Qt::Key_Return);
btnStart->setShortcut(keyCut);
btnStart->setText("开始");
先进行文本的设置,再进行快捷键的绑定,有效
btnStart->setText("开始");
QKeySequence keyCut(Qt::Key_Return);
btnStart->setShortcut(keyCut);
然后我再试了一下将设置文本的代码注释掉,再绑定快捷键,运行程序,按下回车,我靠,程序崩溃了
//btnStart->setText("开始");
QKeySequence keyCut(Qt::Key_Return);
btnStart->setShortcut(keyCut);
以上就是我在一个日常开发中发现的一个小细节,不清楚是不是我版本Qt5.7.1太低的原因,目前没有去试试高版本的Qt是否存在同样的现象,欢迎有心人留言探讨!!
边栏推荐
- Nuc11 cheetah Canyon setting U disk startup
- Echart simple component packaging
- 线代笔记....
- C language college laboratory reservation registration system
- Cocos2d Lua smaller and smaller sample memory game
- Noninvasive and cuff free blood pressure measurement for telemedicine [translation]
- 使用cpolar建立一个商业网站(1)
- Stm32+esp8266+mqtt protocol connects onenet IOT platform
- 随着MapReduce job实现去加重,多种输出文件夹
- Breadth first traversal of graph
猜你喜欢

Numerical analysis: least squares and ridge regression (pytoch Implementation)

视频化全链路智能上云?一文详解什么是阿里云视频云「智能媒体生产」

Handwritten online chat system (principle part 1)

Some understandings of tree LSTM and DGL code implementation

Binary search tree

Reptiles have a good time. Are you full? These three bottom lines must not be touched!

Mathematics in machine learning -- common probability distribution (XIII): Logistic Distribution

徐翔妻子应莹回应“股评”:自己写的!

Visual Studio Code启动时提示“Code安装似乎损坏。请重新安装。”、标题栏显示“不受支持”信息的解决办法

On AAE
随机推荐
Automatic reservation of air tickets in C language
使用cpolar建立一个商业网站(1)
JDBC驱动器、C3P0、Druid和JDBCTemplate相关依赖jar包
10、 Process management
Cocos2d Lua smaller and smaller sample memory game
Docker installation redis
Nuc11 cheetah Canyon setting U disk startup
celery最佳实践
用于远程医疗的无创、无袖带血压测量【翻译】
Cocos2d Lua 越来越小样本 内存游戏
Stm32+esp8266+mqtt protocol connects onenet IOT platform
Grafana 9.0 is officially released! It's the strongest!
atcoder它A Mountaineer
CSRF漏洞分析
2022-2024年CIFAR Azrieli全球学者名单公布,18位青年学者加入6个研究项目
具体说明 Flume介绍、安装和配置
A wearable arm device for night and sleeveless blood pressure measurement [translation]
Specify flume introduction, installation and configuration
基于蝴蝶种类识别
Jushan database was among the first batch of financial information innovation solutions!