Change dialog style, add Scan Patient confirm
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user