Topbar UserName Label

This commit is contained in:
chenhuijun
2024-04-25 15:47:12 +08:00
parent 3c12baf9b4
commit 83fd666026
2 changed files with 31 additions and 25 deletions

View File

@@ -428,6 +428,20 @@ QLabel#company {
max-width: 150px;
}
QLabel#userlogo {
min-width: 30px;
max-width: 30px;
min-height: 30px;
max-height: 30px;
qproperty-pixmap:url(":/icons/patient.png");
qproperty-scaledContents:true;
}
QLabel#username {
min-width: 150px;
max-width: 200px;
}
QLabel#systemMsgBar {
min-width: 500px;
}