2024-10-11 19:40:20 +08:00
|
|
|
QWidget#m_widget{
|
|
|
|
border-radius:10px;
|
|
|
|
background-color: #F3F3F3;
|
|
|
|
color:#2F4F4F;
|
|
|
|
}
|
|
|
|
|
2024-11-07 11:23:40 +08:00
|
|
|
QPushButton#btn_opt{
|
2024-10-11 19:40:20 +08:00
|
|
|
image:url(:/res/img/xsteam.png);
|
2024-11-07 12:27:03 +08:00
|
|
|
width:35px;
|
|
|
|
height:35px;
|
2024-10-11 19:40:20 +08:00
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
|
2024-10-31 12:58:14 +08:00
|
|
|
QLabel{
|
2024-10-11 19:40:20 +08:00
|
|
|
color:#404040;
|
|
|
|
}
|
|
|
|
|
2024-11-05 13:41:18 +08:00
|
|
|
QPushButton{
|
|
|
|
height:25px;
|
|
|
|
}
|
|
|
|
QComboBox{
|
|
|
|
height:25px;
|
|
|
|
}
|
2024-10-11 19:40:20 +08:00
|
|
|
QPushButton:hover{
|
2024-10-21 13:53:24 +08:00
|
|
|
padding-left:1px;
|
|
|
|
padding-top:1px;
|
2024-10-11 19:40:20 +08:00
|
|
|
}
|
|
|
|
|
2024-11-03 19:18:41 +08:00
|
|
|
QPushButton#BTN_DOWNLOAD{
|
|
|
|
width:25px;
|
|
|
|
height:25px;
|
2024-11-07 12:37:01 +08:00
|
|
|
border:none;
|
2024-11-03 19:18:41 +08:00
|
|
|
image:url(":/res/img/btn/btn_download.png");
|
|
|
|
}
|
2024-10-11 19:40:20 +08:00
|
|
|
QPushButton#BTN_SETS{
|
|
|
|
width:25px;
|
|
|
|
height:25px;
|
2024-11-07 12:37:01 +08:00
|
|
|
border:none;
|
2024-10-11 19:40:20 +08:00
|
|
|
image:url(":/res/img/btn/btn_setting.png");
|
|
|
|
}
|
2024-10-29 07:39:29 +08:00
|
|
|
QPushButton#BTN_UPDATE{
|
|
|
|
width:25px;
|
|
|
|
height:25px;
|
2024-11-07 12:37:01 +08:00
|
|
|
border:none;
|
2024-10-29 07:39:29 +08:00
|
|
|
image:url(":/res/img/btn/btn_update.png");
|
|
|
|
}
|
2024-10-11 19:40:20 +08:00
|
|
|
QPushButton#BTN_ABOUT{
|
|
|
|
width:25px;
|
|
|
|
height:25px;
|
2024-11-07 12:37:01 +08:00
|
|
|
border:none;
|
2024-10-11 19:40:20 +08:00
|
|
|
image:url(":/res/img/btn/btn_about.png");
|
|
|
|
}
|
|
|
|
QTableView#GAME_INFO_TABLE::item:selected {
|
|
|
|
background-color: #0078d4;
|
|
|
|
}
|
2024-10-14 13:38:50 +08:00
|
|
|
|
2024-10-11 19:40:20 +08:00
|
|
|
/*------------------标题栏样式 最小化 最大化 关闭---------------------*/
|
|
|
|
/*标题栏变量参数值定义*/
|
|
|
|
/*标题栏背景*/
|
|
|
|
QWidget#sui_title{
|
|
|
|
background-color: #ffffff;
|
|
|
|
margin-top:1px;
|
|
|
|
margin-right:1px;
|
|
|
|
margin-bottom:1px;
|
|
|
|
margin-left:1px;
|
|
|
|
}
|
2024-11-07 11:23:40 +08:00
|
|
|
QPushButton#btn_min,QPushButton#btn_max,QPushButton#btn_close{
|
2024-10-11 19:40:20 +08:00
|
|
|
margin-right:3px;
|
|
|
|
margin-bottom:0px;
|
|
|
|
border-radius:8px;
|
|
|
|
}
|
2024-11-02 18:07:48 +08:00
|
|
|
|
2024-11-07 11:23:40 +08:00
|
|
|
QPushButton#btn_min{
|
2024-10-11 19:40:20 +08:00
|
|
|
image:url(":/res/img/btn/btn_min.png");
|
|
|
|
border:none;
|
2024-11-08 20:39:14 +08:00
|
|
|
width:20px;
|
|
|
|
height:20px;
|
2024-10-11 19:40:20 +08:00
|
|
|
}
|
2024-11-07 11:23:40 +08:00
|
|
|
QPushButton#btn_max{
|
2024-10-11 19:40:20 +08:00
|
|
|
image:url(":/res/img/btn/btn_max.png");
|
|
|
|
border:none;
|
2024-11-08 20:39:14 +08:00
|
|
|
width:20px;
|
|
|
|
height:20px;
|
2024-10-11 19:40:20 +08:00
|
|
|
}
|
2024-11-07 12:27:03 +08:00
|
|
|
QPushButton#btn_max[maximizeProperty='maximize'] {
|
|
|
|
image:url(":/res/img/btn/btn_max.png");
|
|
|
|
border:none;
|
2024-11-08 20:39:14 +08:00
|
|
|
width:20px;
|
|
|
|
height:20px;
|
2024-11-07 12:27:03 +08:00
|
|
|
}
|
|
|
|
QPushButton#btn_max[maximizeProperty='restore'] {
|
|
|
|
image:url(":/res/img/btn/btn_max_restore.png");
|
|
|
|
border:none;
|
2024-11-08 20:39:14 +08:00
|
|
|
width:20px;
|
|
|
|
height:20px;
|
2024-11-07 12:27:03 +08:00
|
|
|
}
|
2024-11-07 11:23:40 +08:00
|
|
|
QPushButton#btn_close{
|
2024-11-08 20:39:14 +08:00
|
|
|
image:url(":/res/img/btn/btn_close.png");
|
|
|
|
border:none;
|
|
|
|
width:20px;
|
|
|
|
height:20px;
|
2024-10-11 19:40:20 +08:00
|
|
|
}
|
|
|
|
|
2024-11-07 11:23:40 +08:00
|
|
|
QPushButton#btn_min:hover,QPushButton#btn_max:hover,QPushButton#btn_close:hover{
|
2024-10-11 19:40:20 +08:00
|
|
|
padding-left:1px;
|
|
|
|
padding-top:1px;
|
|
|
|
}
|
|
|
|
|
2024-11-07 11:23:40 +08:00
|
|
|
QPushButton#btn_min:pressed,QPushButton#btn_max:pressed,QPushButton#btn_close:pressed{
|
2024-10-14 13:38:50 +08:00
|
|
|
padding-left:1px;
|
|
|
|
padding-top:1px;
|
2024-10-11 19:40:20 +08:00
|
|
|
}
|
2024-11-02 18:07:48 +08:00
|
|
|
|