Change SelectFormWidget layout and active logic.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
/* Global buttons */
|
||||
QPushButton {
|
||||
border: 1px solid #505050;
|
||||
padding-left: 50px;
|
||||
padding-right: 50px;
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
border-radius: 5px;
|
||||
min-height: 60px;
|
||||
max-height: 60px;
|
||||
@@ -530,8 +530,8 @@ QWidget#commandWidget QToolButton{
|
||||
|
||||
/*------SelectformWidget-----------------------------------------------------*/
|
||||
QWidget#patientDetailWidget {
|
||||
min-width: 680px;
|
||||
max-width: 680px;
|
||||
min-width: 480px;
|
||||
max-width: 480px;
|
||||
/* margin-top: 5; */
|
||||
}
|
||||
|
||||
@@ -567,6 +567,12 @@ QToolButton#btnHidePanel {
|
||||
qproperty-icon:url(":/icons/hidearrow.png");
|
||||
qproperty-iconSize:30px 30px;
|
||||
}
|
||||
QLabel#selectTabTitle {
|
||||
min-height: 50px;
|
||||
max-height: 50px;
|
||||
border-bottom: 1px solid #515151;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
/* PatientDetailForm in SelectformWidget */
|
||||
QWidget#editcmdWidget {
|
||||
@@ -576,46 +582,48 @@ QWidget#editcmdWidget {
|
||||
|
||||
|
||||
QLabel#displayTitle {
|
||||
border-bottom: 1px solid grey;
|
||||
color: #fcfcfc;
|
||||
min-height: 50px;
|
||||
max-height: 50px;
|
||||
font-size: 40px;
|
||||
max-width: 180px;
|
||||
font-size: 26px;
|
||||
font-weight: Bold;
|
||||
border-bottom: 1px solid #4a88c7;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
QLabel#displayDetail {
|
||||
border-bottom: 1px solid grey;
|
||||
color: #fcfcfc;
|
||||
min-height: 50px;
|
||||
max-height: 50px;
|
||||
font-size: 40px;
|
||||
max-width: 280px;
|
||||
font-size: 26px;
|
||||
font-weight: Bold;
|
||||
border-bottom: 1px solid #4a88c7;
|
||||
border-bottom: 1px solid silver;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
QLabel#PatInfTitle {
|
||||
border-bottom: 1px solid grey;
|
||||
/* border-bottom: 1px solid grey; */
|
||||
background: #0078d8;
|
||||
color: #fcfcfc;
|
||||
min-height: 80px;
|
||||
max-height: 80px;
|
||||
font-size: 50px;
|
||||
font-weight: Bold;
|
||||
/* margin-top: 20px; */
|
||||
margin-bottom: 30px;
|
||||
min-height: 52px;
|
||||
max-height: 52px;
|
||||
font-size: 26px;
|
||||
border-radius: 5px;
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
QLabel#PatIcon {
|
||||
border: 1px solid grey;
|
||||
/* border: 1px solid grey; */
|
||||
qproperty-pixmap:url(":/icons/patient.png");
|
||||
color: #fcfcfc;
|
||||
min-height: 200px;
|
||||
max-height: 200px;
|
||||
min-width: 200px;
|
||||
max-width: 200px;
|
||||
min-height: 0px;
|
||||
max-height: 0px;
|
||||
min-width: 0px;
|
||||
max-width: 0px;
|
||||
font-size: 40px;
|
||||
font-weight: Bold;
|
||||
}
|
||||
@@ -644,14 +652,12 @@ QToolButton#btnDelete {
|
||||
qproperty-icon:url(":/icons/close_circle.png");
|
||||
}
|
||||
QToolButton#btnPatEdit {
|
||||
border:2px solid grey;
|
||||
qproperty-toolButtonStyle:ToolButtonTextBesideIcon;
|
||||
qproperty-iconSize:120px 120px;
|
||||
qproperty-icon:url(":/icons/details.png");
|
||||
}
|
||||
|
||||
QToolButton#btnPatDelete {
|
||||
border:2px solid grey;
|
||||
qproperty-toolButtonStyle:ToolButtonTextBesideIcon;
|
||||
qproperty-iconSize:120px 120px;
|
||||
qproperty-icon:url(":/icons/close_circle.png");
|
||||
@@ -865,7 +871,7 @@ GUIFormBaseDialog QToolButton:enabled {
|
||||
|
||||
QPushButton#btnOK {
|
||||
background: #365880;
|
||||
font-weight: bold
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* GUIFormBaseDialog -> AccountFormDialog */
|
||||
|
||||
Reference in New Issue
Block a user