79 lines
1.6 KiB
Plaintext
79 lines
1.6 KiB
Plaintext
|
|
QListWidget#listWidget_info::item{
|
|
color:#000000;
|
|
height:25px;
|
|
}
|
|
|
|
QListWidget#listWidget_error::item{
|
|
height:25px;
|
|
}
|
|
|
|
|
|
|
|
QTabWidget#msgtab QTabBar::tab{
|
|
width:50px;
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
}
|
|
|
|
QTabWidget#msgtab QTabBar::tab:selected{
|
|
border-top:1px solid #ffffff;
|
|
}
|
|
|
|
QLabel#label_st1,
|
|
QLabel#label_ed1,
|
|
QLabel#label_ed2,
|
|
QLabel#label_st2
|
|
{
|
|
width:80px;
|
|
height:30px;
|
|
background:#3683F4;
|
|
color:#ffffff;
|
|
font-family:Microsoft YaHei;
|
|
font-size:14px;
|
|
border-radius:4px;
|
|
}
|
|
|
|
QComboBox#comboBox_sv_src
|
|
,QComboBox#comboBox_sv_dst
|
|
,QComboBox#comboBox_db_src
|
|
,QComboBox#comboBox_db_dst
|
|
,QComboBox#comboBox_station
|
|
,QComboBox#comboBox_station_2
|
|
,QComboBox#comboBox_subsystem
|
|
{
|
|
height:30px;
|
|
}
|
|
|
|
|
|
MenuFrame QPushButton#btn_project,
|
|
MenuFrame QPushButton#btn_project:hover,
|
|
MenuFrame QPushButton#btn_project:pressed,
|
|
MenuFrame QPushButton#btn_project:checked,
|
|
MenuFrame PushButton#btn_project:focus
|
|
{
|
|
background-image:url(../../resource/zh/public/light/icon/btn_project.png);
|
|
}
|
|
|
|
MenuFrame QPushButton#btn_dbManager,
|
|
MenuFrame QPushButton#btn_dbManager:hover,
|
|
MenuFrame QPushButton#btn_dbManager:pressed,
|
|
MenuFrame QPushButton#btn_dbManager:checked,
|
|
MenuFrame PushButton#btn_dbManager:focus
|
|
{
|
|
background-image:url(../../resource/zh/public/light/icon/btn_dbManager.png);
|
|
}
|
|
|
|
MenuFrame QPushButton#btn_logManager,
|
|
MenuFrame QPushButton#btn_logManager:hover,
|
|
MenuFrame QPushButton#btn_logManager:pressed,
|
|
MenuFrame QPushButton#btn_logManager:checked,
|
|
MenuFrame PushButton#btn_logManager:focus
|
|
{
|
|
background-image:url(../../resource/zh/public/light/icon/btn_logManager.png);
|
|
}
|
|
|
|
QStatusBar
|
|
{
|
|
max-height: 1px;
|
|
} |