当前位置:网站首页>radio button、qss文件环境配置
radio button、qss文件环境配置
2022-08-03 01:58:00 【Lee Neo】
QSS 文件是使用 Qt 程序相关联的样式表文件。
如何添加资源详见QT开发指南7.1.3;指南中的无iu纯代码实现,这里为了方便,使用ui新建了radio button对象;
qss环境配置:
如图添加style.qss
main.cpp中插入qss文件读取代码:
/* 指定文件 */
QFile file(":/style.qss");
/* 判断文件是否存在 */
if (file.exists() ) {
/* 以只读的方式打开 */
file.open(QFile::ReadOnly);
/* 以字符串的方式保存读出的结果 */
QString styleSheet = QLatin1String(file.readAll());
/* 设置全局样式 */
qApp->setStyleSheet(styleSheet);
/* 关闭文件 */
file.close();
}
radio button对象添加:
ui新建radio button对象
也可以先在widget.h声明对象;在widget.cpp实例化对象并设置大小文本;
编写style.qss
QRadioButton::indicator:unchecked{image:url(:/icons/radioButton_unchecked.png)}
/未选中时按钮的图片
QRadioButton::indicator:checked{image:url(:/icons/radioButton_checked.png)}
/选中时按钮的图片
QRadioButton {font-size:30px; color: #99404040}
/按钮的文字大小和颜色
实现效果:
补充:
QRadioButton::indicator {width:0px; height:0px;}
/单选按钮::前面的小圈{消失}
QPushButton {background-color: #404040;font-size: 30px;border-radius: 5px}
/
QPushButton:: checked {backedground-color: green; color:white}
/
边栏推荐
- 大厂标配 | 百亿级并发系统设计 | 学完薪资框框涨
- Disable the token and update the token function without awareness
- Topic Modeling of Short Texts: A Pseudo-Document View
- 会话技术!
- The Multiversity 的 “非常重要的生命体” NFT 推出
- Greenplum database failure analysis, can not listen to the port
- initramfs详解----设备文件系统
- Kook机器人开发日志01
- ssh(sshd)安全配置
- 复杂多层布局的初级智能文本提示器
猜你喜欢
The cornerstone of high concurrency: multithreading, daemon threading, thread safety, thread synchronization, mutual exclusion lock, all in one article!...
apache-activemq-5.14.1
initramfs详解----设备文件系统
236. The binary tree in recent common ancestor
Jenkins2.328+sonarqube7.9 实现代码自动化检测
南瓜科学新品上线 开辟益智玩具新世界
Kubernetes:(八)调度约束和故障排查
openCV第一篇
大厂标配 | 百亿级并发系统设计 | 学完薪资框框涨
有趣简单的M2处理器性能实验:Swift与C代码执行速度的比较
随机推荐
常见钓鱼手法及防范
ROS通信模块:秒懂话题通信
能添加任意贴图超级复布局的初级智能文本提示器
46LVS+Keepalived群集
禁用token及无感知更新token功能实现
面试题整理1
优秀的 Verilog/FPGA开源项目总结及交流群
torchvision.datasets.ImageFolder使用详解
pytest:如何调用 pytest
一个接口并发问题的模拟与复现
7-Redis工具类
【面经】被虐了之后,我翻烂了equals源码,总结如下
PHICOMM(斐讯)N1盒子 - recovery模式救砖卡登录页LOGO卡1%卡4%卡26%
软件定义网络实验之SDN网络简单管理及开发
The Multiversity 的 “非常重要的生命体” NFT 推出
公司封装方式导出excel过程
五大靠谱的婚恋相亲APP详细特点缺点分析!
无法启动服务 错误 193 0xc1
Shell脚本乘法口诀等小实验
如何让优炫数据库开机自启