HP Smart Zero Core 4.4 Administrator Guide
color: white;
font-size: 16pt;
font-weight: bold;
}
附註: 變更地區設定時,不會當地語系化在 .qss 檔案中被覆寫的文字。
自訂標題圖示
本節提供不同方式的範例以便在登入標題右上角自訂圖示。
LoginArea QLabel#loginIcon {
/* Substitute my company logo for the normal
one. */ image: url
(/writable/misc/MyCompanyLogo .png); min
width: 48px;
min-height: 48px;
}
未啟用時可以選擇不同的樣式:
QPushButton#connectButton:dis
abled { /* Flat gray */
background: rgb(204,204,204);
border-radius: 3;
color: rgb(102,102,102);
font-size: 12pt;
}
自訂用戶端登入對話方塊 55