feat: Add CEchoTestDialog & its style
This commit is contained in:
@@ -846,6 +846,10 @@ QToolButton#mppsSettingsButton{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
QPushButton#cechoButton{
|
||||
background: #365880;
|
||||
}
|
||||
|
||||
/*------AccountTableForm-----------------------------------------------------*/
|
||||
QWidget#commandWidgetnoBBorder {
|
||||
min-height: 123px;
|
||||
@@ -905,6 +909,12 @@ QPushButton#btnOK {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
QPushButton#btnOK:disabled {
|
||||
background: #365880;
|
||||
font-weight: bold;
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
/* GUIFormBaseDialog -> AccountFormDialog */
|
||||
QToolButton#changePwdBtn{
|
||||
qproperty-icon:url(":/icons/edit.png");
|
||||
@@ -1225,6 +1235,10 @@ QWidget#ScanProcessWidget QLabel#ScanProcessInformation{
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
QWidget#formWidget QLabel#CEchoMessage{
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user