当前位置:网站首页>Usage of qgroupbox
Usage of qgroupbox
2022-07-28 08:29:00 【Happy Jiajia】
QGroupBox Usage of
QGroupBox It's a container , There can be QRadioButton, QVBoxLayout etc. , Generally, we should use QVBoxLayout Make a layout .
group = new QGroupBox("Exclusive Radio Buttons", this);
group->move(10,10);
radio1 = new QRadioButton("radio1");
radio2 = new QRadioButton("radio2");
radio3 = new QRadioButton("radio3");
radio1->setChecked(true);
vbox = new QVBoxLayout();
vbox->addWidget(radio1);
vbox->addWidget(radio2);
vbox->addWidget(radio3);
vbox->addStretch(1);
group->setLayout(vbox);
QGroupBox And QGridLayout Can include each other
边栏推荐
- [Qt5] small software with 5 people randomly selected from the bid evaluation expert base
- Es6: arrow function usage
- Qt多线程中槽函数在哪个线程里执行分析
- Will ordinary browsers disclose information? How to protect privacy by using a secure browser?
- (Reprinted) plantuml Quick Guide
- Opentsdb time series database
- OSPF comprehensive experiment (7.12)
- js信息提示框定时关闭
- Solve the inherent defects of CNN! Common CNN architecture ccnn is coming | icml2022
- CarSim simulation quick start (XIII) - steering system
猜你喜欢

Information system project manager must recite the core examination site (41) risk management plan

Puzzle (004.3) pattern puzzle
![MySQL query error [err] 1046 - no database selected](/img/32/7d877571397c1e2024ec488b783e87.png)
MySQL query error [err] 1046 - no database selected

解决EMC、EMI传导干扰的八大方法

对spark算子aggregateByKey的理解

Use ffmpeg to generate single image + single audio streaming video in batches
![[chart component kit] Shanghai daoning provides developers with steema download, trial and tutorial](/img/67/5373c45716ade5fbd1d3a980d8e5da.png)
[chart component kit] Shanghai daoning provides developers with steema download, trial and tutorial

No super high-rise buildings | new regulations: what information does it reveal that no new buildings above 500 meters should be built?

【13】 Adder: how to build a circuit like Lego (Part 1)?

MPLS -- multi protocol label switching technology
随机推荐
Information system project manager must recite the core examination site (41) risk management plan
C#,入门教程——程序运行时的调试技巧与逻辑错误探针技术与源代码
[Qt5] a method of multi window parameter transmission (using custom signal slot) and case code download
Characteristics of EMC EMI beads
@The role of documented
记录一次mycat连接Communications link failure问题解决
03 | project deployment: how to quickly deploy a website developed based on the laravel framework
Freezing and thawing of pytoch
What if the computer desktop icon has a small yellow lock?
“蔚来杯“2022牛客暑期多校训练营2补题记录(DGHJKL)
机械革命蛟龙p有线网卡驱动打不上
Recommend a fully open source, feature rich, beautiful interface mall system
Record a MYCAT connection and solve the problems of communications link failure
MySQL query error [err] 1046 - no database selected
业务数字化飞速奔跑,管理数字化亟待出发
Qt多线程中槽函数在哪个线程里执行分析
Chairman tree review
JS cartoon English alphabet typing game source code
[book club issue 13] Chapter 2 notes on the packaging format and coding format of video files
DCL singleton mode