SettingsWidget
0
0
800
480
Form
0
0
800
480
background-image: url(:/images/backgrounds/bg_blue_day.png);
390
20
400
60
22
Qt::NoFocus
QComboBox {
border: 1px solid #D3D3D3;
border-radius: 8px;
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(242, 242, 249, 255), stop:1 rgba(255, 255, 255, 255));
color: #333;
padding: 0px;
}
QComboBox:on {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #D5D5D5, stop: 1 #EEEEEE);
}
QComboBox::drop-down {
border: 0px solid;
border-radius: 0px;
}
QComboBox::down-arrow:on {
}
20
20
300
60
22
Language
-40
320
200
200
border-image: url(:/icons/settings_day.png) 0 0 0 0 stretch stretch;