Refactor system page in GUI Alpha.

This commit is contained in:
sunwen
2024-04-25 14:37:38 +08:00
parent f9eb807fa3
commit 982b54b727
420 changed files with 23907 additions and 872 deletions

View File

@@ -785,6 +785,30 @@ QToolButton#btnNetwork{
qproperty-iconSize:80px 80px;
}
QToolButton#pacsSettingsButton{
qproperty-icon:url(":/icons/pacssettings.png");
qproperty-iconSize:80px 80px;
text-align: center;
}
QToolButton#reconSettingsButton{
qproperty-icon:url(":/icons/reconsettings.png");
qproperty-iconSize:80px 80px;
text-align: center;
}
QToolButton#worklistSettingsButton{
qproperty-icon:url(":/icons/worklistsettings.png");
qproperty-iconSize:80px 80px;
text-align: center;
}
QToolButton#mppsSettingsButton{
qproperty-icon:url(":/icons/worklistsettings.png");
qproperty-iconSize:80px 80px;
text-align: center;
}
/*------AccountTableForm-----------------------------------------------------*/
QWidget#commandWidgetnoBBorder {
min-height: 123px;
@@ -1140,3 +1164,21 @@ QTabBar::tab::disabled {
background: #3c3c3c
}
QWidget#DicomSettingsArea QLabel {
color: #fcfcfc;
font-weight: bold;
font-size: 26px;
}
QWidget#SystemCorrectionForm QLabel#EmptyScanTitle {
color: #fcfcfc;
font-weight: bold;
font-size: 18px;
background: grey;
}
QWidget#SystemCorrectionForm QLabel#SystemCorrectionTitle {
font-weight: bold;
font-size: 30px;
}