改进样式表示例

This commit is contained in:
feiyangqingyun
2021-04-27 09:52:24 +08:00
parent 73035cd722
commit c574db4f26
7 changed files with 49 additions and 51 deletions

View File

@@ -632,16 +632,7 @@ QTabWidget::pane:bottom{bottom:-1px;}
QTabWidget::pane:left{right:-1px;}
QTabWidget::pane:right{left:-1px;}
QDialog {
background-color:#EAF7FF;
color:#386487;
}
QDialogButtonBox > QPushButton {
min-width:50px;
}
*:disabled,QMenu::item:disabled,QTabBar::tab:disabled{
*:disabled{
background:#EAF7FF;
border-color:#DEF0FE;
color:#C0DCF2;