【QSS样式表 - ⑥】:QPushButton控件样式

文章目录

QPushBUtton控件样式

  1. 常用子控件
  2. 常用伪状态

QSS示例

代码:

css 复制代码
QPushButton {
	background-color: #99B5D1;
	color: white;
	font-weigth: bold;
	border-radius: 20px;
}

QPushButton:hover {
	background-color: red;
}

QPushButton:pressed {
	background-color: yellow;
}

QPushButton:checked {
	background-color: blue;
}
相关推荐
兵慌码乱12 天前
面向桌面端的资产管理系统分层架构设计与核心模块实现
python·系统架构·sqlite·pyqt5·数据库设计·桌面应用开发·mvc架构
兵慌码乱13 天前
基于Python+PyQt5+SQLite的药房管理系统实现:事务一致性与界面解耦全流程解析
python·sqlite·信号与槽·pyqt5·数据库设计·桌面应用开发·事务处理
挂科边缘22 天前
MonkeyQt组件库,基于 PySide6 搭建的 UI 组件库,68种主题样式
ui·pyside6·monkeyqt
王小王-12322 天前
基于机器学习算法的恶意软件行为分析与检测系统设计与实现
机器学习·pyqt5·检测系统·恶意软件行为检测
十年之少1 个月前
matplotlib 与 PyQt5 结合使用——PyQt5
matplotlib·pyqt5
m0_617493941 个月前
【PySide6实战】QListView与QListWidget深度解析:从入门到进阶的完整指南
windows·pyside6
ONE_SIX_MIX1 个月前
lightweight-charts-onesixth 发布 v2.4.0 ,修复更多bug,添加跨进程窗口功能
python·pyside6·k线图表
Ulyanov2 个月前
PySide6 + QML 混合编程全景解析:从底层原理到企业级实战
python·pyside6·qml·雷达电子对抗
张人玉2 个月前
PyCharm配置PyQt5安装报错详情笔记
笔记·qt·pycharm·pyqt5
la_vie_est_belle2 个月前
Pygame Studio——用Python自制的一款可视化游戏编辑器
python·游戏·编辑器·游戏引擎·pygame·pyside6·pygame-ce