当前位置:网站首页>Main window in QT application
Main window in QT application
2022-07-05 01:20:00 【A raindrop pouring into the sea】
1. Toolbar of the main window in the application
The main window is with the user Top level window for long-term interaction
programmatic most Functions are directly provided by the main window
The main window is usually The first window displayed after the application starts
The whole program consists of a main window and Multiple dialog boxes form
Qt The main window in :
Qt The concept of main window is directly supported in the development platform
QMainWindow yes Qt The base class of the main window in
QMainWindow Inherited from QWidget Is a container type component
QMainWindow The secret encapsulated in :QMainWindow Component layout in :
stay Qt Provides menu related class components :
stay Qt Create a menu in the main window :
QMenubar* mb = menuBar(); //member function
QMenu* menu = new QMenu("File(&F)");
QAction* action = new QAction("New", NULL);
menu->addAction(action);
mb->addMenu(menu);
Shortcut key settings :
action->setShortcut(QKeySequence(KEY));
QKeySeauence - Qt Classes related to shortcut keys in
KEY - QT Constants representing key values in
2. Status bar in main window
边栏推荐
- Wechat applet: exclusive applet version of the whole network, independent wechat community contacts
- 小程序直播 + 电商,想做新零售电商就用它吧!
- 【CTF】AWDP总结(Web)
- Classification of performance tests (learning summary)
- 微信小程序:独立后台带分销功能月老办事处交友盲盒
- 微信小程序:微群人脉微信小程序源码下载全新社群系统优化版支持代理会员系统功能超高收益
- Database postragesq PAM authentication
- 【海浪建模1】海浪建模的理论分析和matlab仿真
- Discrete mathematics: propositional symbolization of predicate logic
- [wave modeling 3] three dimensional random real wave modeling and wave generator modeling matlab simulation
猜你喜欢
107. Some details of SAP ui5 overflow toolbar container control and resize event processing
What happened to those who focused on automated testing?
Talking about JVM 4: class loading mechanism
Postman automatically fills headers
微信小程序:全新独立后台月老办事处一元交友盲盒
Wechat applet: the latest WordPress black gold wallpaper wechat applet two open repair version source code download support traffic main revenue
107. SAP UI5 OverflowToolbar 容器控件以及 resize 事件处理的一些细节介绍
What if the programmer's SQL data script coding ability is weak and Bi can't do it?
SAP UI5 应用开发教程之一百零七 - SAP UI5 OverflowToolbar 容器控件介绍的试读版
Actual combat simulation │ JWT login authentication
随机推荐
Senior Test / development programmers write no bugs? Qualifications (shackles) don't be afraid of mistakes
[wave modeling 1] theoretical analysis and MATLAB simulation of wave modeling
LeetCode周赛 + AcWing周赛(T4/T3)分析对比
视频网站手绘
Using openpyxl module to write the binary list into excel file
Poap: the adoption entrance of NFT?
Classification of performance tests (learning summary)
How to use words to describe breaking change in Spartacus UI of SAP e-commerce cloud
Actual combat simulation │ JWT login authentication
Grabbing and sorting out external articles -- status bar [4]
[Chongqing Guangdong education] National Open University spring 2019 1042 international economic law reference questions
揭露测试外包公司,关于外包,你或许听到过这样的声音
Global and Chinese market of portable CNC cutting machines 2022-2028: Research Report on technology, participants, trends, market size and share
微信小程序:微群人脉微信小程序源码下载全新社群系统优化版支持代理会员系统功能超高收益
What if the programmer's SQL data script coding ability is weak and Bi can't do it?
BGP comprehensive experiment
Hedhat firewall
资深测试/开发程序员写下无bug?资历(枷锁)不要惧怕错误......
node工程中package.json文件作用是什么?里面的^尖括号和~波浪号是什么意思?
【大型电商项目开发】性能压测-性能监控-堆内存与垃圾回收-39