-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qss
71 lines (61 loc) · 1010 Bytes
/
index.qss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
QWidget#index1, QWidget#index2, QWidget#index3{
height: 2000px;
width: 800px;
background: #000000;
}
QLabel{
color: gray;
}
QLabel#tip{
color: white;
font-size: 30px;
font-weight: bold;
}
QLabel#pictures{
width: 120px;
height: 120px;
color: gray;
}
QPushButton{
text-align: left;
font: auto;
color: #D9D9D9;
width: 100px;
border: 0px;
background: #0000000;
}
QPushButton::hover{
text-align: left;
font: auto;
font-weight: bold;
color: #FFFFFF;
width: 100px;
border: 0px;
background: #0000000;
}
QTabWidget::pane{
border: none;
}
QTabBar::tab{
height: 15px;
width: 50px;
border: 5px solid;
padding: 5px;
border-radius: 15px;
background: #363636;
color: gray;
font-size: 13px;
font-weight: bold;
}
QTabBar::tab:first{
margin-left: 275px;
}
QTabBar::tab:hover{
background: #222222;
}
QTabBar::tab:selected{
background: #000000;
}
QGroupBox{
border: 0px;
}