-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.qss
50 lines (43 loc) · 825 Bytes
/
style.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
/*Global Styles*/
QLabel {
/*background-color: #FFFFFF;*/
/*qproperty-alignment: AlignCenter;*/
font: bold 18px;
}
/* Specific Styles*/
QComboBox#MODELCOMBO {
border:5px #93a1a1;
border-radius:6px;
padding:15px;
min-width:6em;
font: bold 20px;
/*font-size:20px;*/
}
QPushButton#RUN {
background-color: green;
padding: 5px;
font: bold 30px;
height:25px;
width:150px;
}
QPushButton#LOADIMAGE {
background-color: #93a1a1;
padding: 5px;
font: bold 20px;
height:25px;
width:150px;
}
QPushButton#LOADVIDEO {
background-color: #93a1a1;
padding: 5px;
font: bold 20px;
height:25px;
width:150px;
}
QPushButton#ABOUT {
background-color: #93a1a1;
padding: 5px;
font: bold 20px;
height:25px;
width:150px;
}