Изменение пароля

This commit is contained in:
2025-10-16 18:56:09 +03:00
parent 241382d305
commit b539f9fd2b
12 changed files with 174 additions and 15 deletions

View File

@@ -87,6 +87,13 @@ QToolButton#btnAssignTask {
width: 80px;
height: 55px;
}
QToolButton#btnViewPassword, QToolButton#btnChangePassword {
min-width: 18px;
width: 18px;
height: 18px;
}
QPushButton:flat, QToolButton:flat {
border: none; /* no border for a flat push button */
}
@@ -286,7 +293,6 @@ QTextEdit#editMsg {
height: 65px; /**/
background: #ddeeff;
background: #ffffff;
}
QTextEdit#MsgWidgetEditTextLocal {
/*background: tlightgreen;*/
@@ -337,6 +343,12 @@ QLabel#MessangerWidgetLblLoggedIn {
}
QLabel#PersonalCard_lblName {
font-size: 16pt;
}
QWidget#widgetControl {
background: #E0E0E0;
}