Refactor system page in GUI Alpha.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user