Add turnoff button to login dialog
This commit is contained in:
@@ -260,6 +260,11 @@ QFrame#loginFrame {
|
||||
stop: 1.0 darkgray);
|
||||
}
|
||||
|
||||
QFrame#TurnoffFrame {
|
||||
max-height: 100px;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
QDialog#loginForm {
|
||||
background-color: #3c3c3c;
|
||||
color: white;
|
||||
@@ -307,6 +312,16 @@ QDialog#loginForm QToolButton#btnlogin {
|
||||
QDialog#loginForm QToolButton#btnlogin:hover {
|
||||
background: #505050;
|
||||
}
|
||||
QToolButton#TurnoffBtn {
|
||||
border: 1px solid #0078d8;
|
||||
min-height:80px;
|
||||
max-height:80px;
|
||||
min-width:80px;
|
||||
max-width:80px;
|
||||
qproperty-icon:url(":/icons/turnoff.png");
|
||||
qproperty-iconSize:60px 60px;
|
||||
qproperty-toolButtonStyle:ToolButtonIconOnly;
|
||||
}
|
||||
|
||||
/*------MainWindow------------------------------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user