HP Smart Zero Core 4.4 Administrator Guide
min-width:
400px; }
Customizing the text for the header
This section provides an example of different ways to customize the text in the login header.
LoginArea QLabel#loginHeader {
/* Change the login text at the top */
qproperty-text: "Login Here";
color: white;
font-size: 16pt;
font-weight: bold;
}
NOTE: Text that is overridden in the .qss file will not be localized when the locale changes.
Customizing the icon for the header
This section provides an example of different ways to customize the icon in the upper-right of the
login header.
LoginArea QLabel#loginIcon {
/* Substitute my company logo for the normal
one. */ image: url
(/writable/misc/MyCompanyLogo .png); min
width: 48px;
min-height: 48px;
}
It can have a different style when it is not enabled:
QPushButton#connectButton:dis
abled { /* Flat gray */
background: rgb(204,204,204);
border-radius: 3;
color: rgb(102,102,102);
font-size: 12pt;
}
Customizing the client login dialog box 57