Improve EditPatientDialog errormessage display effect.

This commit is contained in:
chenhuijun
2024-04-24 11:11:23 +08:00
parent 9c45349836
commit 3a0b582ec6
3 changed files with 31 additions and 10 deletions

View File

@@ -245,6 +245,7 @@ QLabel#warn {
color: #930000;
background: transparent;
font-size: 20px;
max-height: 80px;
}
QLabel#title {
@@ -475,14 +476,12 @@ QLabel#WarningPanelTitle{
}
QWidget#ErrorPanelContent QLabel#WarningLabelText{
font-size: 12px;
qproperty-wordWrap:true;
margin-left: 1px;
border-top: 1px solid darkgoldenrod ;
padding-top: 3px;
}
QWidget#WarningPanelContent QLabel#WarningLabelText{
font-size: 12px;
qproperty-wordWrap:true;
margin-left: 1px;
border-top: 1px solid darkgoldenrod;
padding-top: 3px;
@@ -850,6 +849,8 @@ QWidget#formWidget {
QWidget#formWidget QLabel{
font-size: 32px;
/* max-width: 450px; */
word-wrap: normal;
}
GUIFormBaseDialog QToolButton{