feat: Add CEchoTestDialog & its style

This commit is contained in:
chenhuijun
2024-07-31 15:48:36 +08:00
parent 3a9d175533
commit abcdb45764
3 changed files with 188 additions and 0 deletions

View File

@@ -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;
}