Change dialog style, add Scan Patient confirm

This commit is contained in:
kradchen
2023-09-08 17:09:49 +08:00
parent 0634b1b68e
commit 89c86c3bfd
12 changed files with 149 additions and 35 deletions

View File

@@ -12,8 +12,9 @@ QPushButton {
padding-left: 50px;
padding-right: 50px;
border-radius: 5px;
min-height: 28px;
max-height: 28px;
min-height: 60px;
max-height: 60px;
font-size: 32px;
background: qlineargradient(spread:pad,
x1: 0.50,
y1: 0,
@@ -245,7 +246,9 @@ QLabel#title {
QLabel#AlertDialogTitle
{
font-size: 30px;
color:darkgoldenrod;
font-size: 32px;
border-bottom: 1px solid grey;
}
/*------LoginWindow----------------------------------------------------------*/
@@ -412,7 +415,7 @@ QWidget#commandWidget QToolButton{
QWidget#patientDetailWidget {
min-width: 680px;
max-width: 680px;
margin-top: 5;
/* margin-top: 5; */
}
QToolButton#btnShowPanel {
@@ -484,7 +487,7 @@ QLabel#PatInfTitle {
max-height: 80px;
font-size: 50px;
font-weight: Bold;
margin-top: 20px;
/* margin-top: 20px; */
margin-bottom: 30px;
}
@@ -689,6 +692,10 @@ QWidget#formWidget {
font-size: 30px;
}
QWidget#formWidget QLabel{
font-size: 32px;
}
GUIFormBaseDialog QToolButton{
min-height: 36px;
max-height: 36px;