2024-12-13 16:49:46 +08:00
|
|
|
QPushButton#systemsetting{border-image:url(:/image/index_bg_setting_char.png);width: 450px;
|
|
|
|
height: 500px;}
|
|
|
|
QPushButton#systemsetting:hover{border-image:url(:/image/index_bg_setting_hover.png);}
|
|
|
|
QPushButton#systemsetting:pressed{border-image:url(:/image/index_bg_setting_checked.png);}
|
|
|
|
QPushButton#egg{border-image:url(:/image/index_bg_EEG_char.png);width: 450px;
|
|
|
|
height: 500px;}
|
|
|
|
QPushButton#egg:hover{border-image:url(:/image/index_bg_EEG_hover.png);}
|
|
|
|
QPushButton#egg:pressed{border-image:url(:/image/index_bg_EEG_checked.png);}
|
|
|
|
QPushButton#dataprocess{border-image:url(:/image/index_bg_data_char.png);width: 450px;
|
|
|
|
height: 500px;}
|
|
|
|
QPushButton#dataprocess:hover{border-image:url(:/image/index_bg_data_hover.png);}
|
|
|
|
QPushButton#dataprocess:pressed{border-image:url(:/image/index_bg_data_checked.png);}
|
2024-12-13 14:55:21 +08:00
|
|
|
QLineEdit
|
|
|
|
{
|
|
|
|
border: 1px solid #ABCDA0;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding-left: 5px;
|
|
|
|
background-color: #F2F2F2;
|
|
|
|
color: #A0A0A0;
|
|
|
|
selection-background-color: #A0A0A0;
|
|
|
|
selection-color: #F2F2F2;
|
|
|
|
font-family: "Microsoft YaHei";
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
QLineEdit:hover
|
|
|
|
{
|
|
|
|
border: 1px solid #298DFF;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: #F2F2F2;
|
|
|
|
color: #298DFF;
|
|
|
|
selection-background-color: #298DFF;
|
|
|
|
selection-color: #F2F2F2;
|
|
|
|
}
|
|
|
|
|
|
|
|
QLineEdit[echoMode="2"]
|
|
|
|
{
|
|
|
|
lineedit-password-character: 9679;
|
|
|
|
lineedit-password-mask-delay: 2000;
|
|
|
|
}
|
|
|
|
|
|
|
|
QLineEdit:disabled
|
|
|
|
{
|
|
|
|
border: 1px solid #CDCDCD;
|
|
|
|
background-color: #CDCDCD;
|
|
|
|
color: #B4B4B4;
|
|
|
|
}
|
|
|
|
|
|
|
|
QLineEdit:read-only
|
|
|
|
{
|
|
|
|
background-color: #CDCDCD;
|
|
|
|
color: #F2F2F2;
|
|
|
|
}
|
|
|
|
QTextEdit
|
|
|
|
{
|
|
|
|
color: black;
|
|
|
|
background-color: white;
|
|
|
|
border:1px solid black;
|
|
|
|
}
|
|
|
|
QGroupBox
|
|
|
|
{
|
|
|
|
background-color: #4F4F4F;
|
|
|
|
border: 1px solid #969696;
|
|
|
|
color: rgb(13,157,219);
|
|
|
|
border-radius: 5px;
|
|
|
|
margin-top: 2ex;
|
|
|
|
}
|
|
|
|
QDateEdit
|
|
|
|
{
|
|
|
|
border: 1px solid rgb(22,63,23);
|
|
|
|
color: black;
|
|
|
|
}
|
2024-12-13 15:58:01 +08:00
|
|
|
|
|
|
|
QPushButton#ok,#cancel
|
2024-12-13 14:55:21 +08:00
|
|
|
{
|
2024-12-13 15:58:01 +08:00
|
|
|
border:1px solid black;
|
2024-12-13 14:55:21 +08:00
|
|
|
background: white;
|
|
|
|
border-radius:10px;
|
|
|
|
padding:7px 10px;
|
|
|
|
}
|
2024-12-13 15:58:01 +08:00
|
|
|
|
|
|
|
QPushButton#ok,#cancel
|
|
|
|
:hover
|
2024-12-13 14:55:21 +08:00
|
|
|
{
|
|
|
|
background: #0d9ddb;
|
|
|
|
border-radius:10px;
|
|
|
|
padding:7px 10px;
|
|
|
|
}
|
2024-12-13 15:58:01 +08:00
|
|
|
|
|
|
|
QPushButton#ok,#cancel
|
|
|
|
:pressed
|
2024-12-13 14:55:21 +08:00
|
|
|
{
|
|
|
|
background: #0d9aab;
|
|
|
|
border-radius:10px;
|
|
|
|
padding:7px 10px;
|
|
|
|
}
|
2024-12-13 15:58:01 +08:00
|
|
|
|
|
|
|
QPushButton#ok,#cancel
|
|
|
|
:checked
|
2024-12-13 14:55:21 +08:00
|
|
|
{
|
|
|
|
background: #0d9ddb;
|
|
|
|
border-radius:10px;
|
|
|
|
padding:7px 10px;
|
2024-12-13 15:58:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#open
|
|
|
|
{
|
|
|
|
background: white;
|
|
|
|
border-radius:10px;
|
|
|
|
padding:7px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#open
|
|
|
|
:hover
|
|
|
|
{
|
|
|
|
background: rgb(85, 85, 85);
|
|
|
|
border-radius:10px;
|
|
|
|
padding:7px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#open
|
|
|
|
:pressed
|
|
|
|
{
|
|
|
|
background: rgb(80, 80, 80);
|
|
|
|
border-radius:10px;
|
|
|
|
padding:7px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#open
|
|
|
|
:checked
|
|
|
|
{
|
|
|
|
background: #0d9ddb;
|
|
|
|
border-radius:10px;
|
|
|
|
padding:7px 10px;
|
|
|
|
}
|