Modify PatientDetailform
This commit is contained in:
@@ -390,8 +390,8 @@ QWidget#commandWidget QToolButton{
|
||||
|
||||
/*------SelectformWidget-----------------------------------------------------*/
|
||||
QWidget#patientDetailWidget {
|
||||
min-width: 300px;
|
||||
max-width: 300px;
|
||||
min-width: 680px;
|
||||
max-width: 680px;
|
||||
margin-top: 5;
|
||||
}
|
||||
|
||||
@@ -418,6 +418,8 @@ QToolButton#btnHidePanel {
|
||||
border-radius: 0;
|
||||
border-top-left-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
min-height: 50px;
|
||||
max-height: 50px;
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
background: #505050;
|
||||
@@ -432,12 +434,53 @@ QWidget#editcmdWidget {
|
||||
max-height: 83px;
|
||||
}
|
||||
|
||||
QLineEdit#displayLineEdit:disabled {
|
||||
background-color: #3c3c3c;
|
||||
border-bottom-color: #4a88c7;
|
||||
|
||||
QLabel#displayTitle {
|
||||
border-bottom: 1px solid grey;
|
||||
color: #fcfcfc;
|
||||
min-height: 50px;
|
||||
max-height: 50px;
|
||||
font-size: 40px;
|
||||
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;
|
||||
font-weight: Bold;
|
||||
border-bottom: 1px solid #4a88c7;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
QLabel#PatInfTitle {
|
||||
border-bottom: 1px solid grey;
|
||||
color: #fcfcfc;
|
||||
min-height: 80px;
|
||||
max-height: 80px;
|
||||
font-size: 50px;
|
||||
font-weight: Bold;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
QLabel#PatIcon {
|
||||
border: 1px solid grey;
|
||||
qproperty-pixmap:url(":/icons/patient.png");
|
||||
color: #fcfcfc;
|
||||
min-height: 200px;
|
||||
max-height: 200px;
|
||||
min-width: 200px;
|
||||
max-width: 200px;
|
||||
font-size: 40px;
|
||||
font-weight: Bold;
|
||||
}
|
||||
|
||||
|
||||
QWidget#commandWidget QToolButton#btnAccount {
|
||||
qproperty-icon:url(":/icons/account.png");
|
||||
}
|
||||
@@ -451,10 +494,16 @@ QToolButton#btnAdd {
|
||||
}
|
||||
|
||||
QToolButton#btnEdit {
|
||||
border:2px solid grey;
|
||||
qproperty-toolButtonStyle:ToolButtonTextBesideIcon;
|
||||
qproperty-iconSize:120px 120px;
|
||||
qproperty-icon:url(":/icons/details.png");
|
||||
}
|
||||
|
||||
QToolButton#btnDelete {
|
||||
border:2px solid grey;
|
||||
qproperty-toolButtonStyle:ToolButtonTextBesideIcon;
|
||||
qproperty-iconSize:120px 120px;
|
||||
qproperty-icon:url(":/icons/close_circle.png");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user