CSInfoW4
0
0
374
300
选择局域网CS服务器
background-color: rgba(10, 23, 53, 200);
border:none;
border-radius:20px;
0
0
0
0
0
-
-
13
QListView {
background-color: rgba(255, 255, 255,0);
border-radius:10px;
}
QListView::item{
border-radius:10px;
color: rgb(255, 255, 255);
padding:10px;
margin-top:8px;
}
QListView::item:hover{
border-radius:10px;
background-color: rgba(255, 255, 255,50);
color: rgb(0, 0, 0);
font-size:18px;
}
QListView::item:selected {
border-left: 4px solid #009688;
background-color: rgba(182, 210, 255,100);
}
-
-
120
45
120
45
Bahnschrift Light
13
Qt::TabFocus
QPushButton{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(200,68,138,0);
border: 2px solid rgba(200,68,138,255);
}
QPushButton:hover{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,100,150, 255);
}
取消
-
120
45
120
45
Bahnschrift Light
13
Qt::TabFocus
QPushButton{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,68,138,255);
}
QPushButton:hover{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,100,150, 255);
}
确认