PowerControlClass
0
0
432
346
PowerControl
QGroupBox
{
border: 12px solid transparent;
color: #ACCDFF;
}
QPushButton
{
/*width: 172px;
height: 56px;*/
font: 19pt "新宋体";
background-color: qlineargradient(
spread:pad,
x1:0.5, y1:0, x2:0.5, y2:1,
stop:0 #283D86,
stop:1 #0F1A40
);
color: white;
border: none;
padding: 8px 16px;
border-radius: 4px;
}
QPushButton:hover
{
background-color: qlineargradient(
spread:pad,
x1:0, y1:0, x2:1, y2:0,
stop:0 #3A4875,
stop:1 #5F6B91
);
}
/* 按下时的效果 */
QPushButton:pressed
{
background-color: qlineargradient(
spread:pad,
x1:0, y1:0, x2:1, y2:0,
stop:0 #1A254F,
stop:1 #3A466B
);
/* 可选:添加下压效果 */
padding-top: 9px;
padding-bottom: 7px;
}
-
Qt::Vertical
20
145
-
Qt::Horizontal
151
20
-
0
0
卤素灯
0
10
0
0
20
-
0
0
打开
-
0
0
关闭
-
Qt::Horizontal
151
20
-
Qt::Horizontal
151
20
-
0
0
马 达
0
10
0
0
20
-
0
0
打开
-
0
0
关闭
-
Qt::Horizontal
151
20
-
Qt::Vertical
20
144