-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.qss
95 lines (79 loc) · 1.8 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
QDialog {
background-image: url(":/plugins/kwg_geoenrichment/resources/background-landing.png");
}
QPushButton#pushButton_gdb {
background-color: transparent;
border: none;
}
QPushButton#pushButton_content {
border-radius: 3px;
background-color: grey;
color: black;
}
QPushButton#pushButton_run {
border-radius: 3px;
background-color: grey;
color: black;
}
QPushButton#pushButton_polygon {
background-color: transparent;
color: #ffffff;
border: none;
}
QPushButton#toolButton {
background-color: transparent;
color: #ffffff;
border: none;
}
QPushButton#pushButton_refresh {
background-color: transparent;
color: #ffffff;
border: none;
}
QPushButton#pushButton_learnMore {
border-radius: 3px;
background-color: #216FB3;
color: #ffffff;
height: 70px;
width: 255px;
}
QPushButton#pushButton_save {
border-radius: 3px;
background-color: #216FB3;
color: #ffffff;
height: 70px;
width: 255px;
}
QLabel {
color: white;
font-weight: bold;
}
QComboBox{
background-color: white;
color: black;
selection-background-color: #216FB3;
}
QComboBox QAbstractItemView {
border: 1px solid grey;
background: white;
}
QListWidget{
color: #ffffff;
height: 70px;
}
QLineEdit {
height: 70px;
width: 255px;
background: None;
background-color: white;
color: black;
}
QPlainTextEdit {
background: None;
background-color: white;
color: black;
}
QTableWidget {
background-color: transparent;
border: None;
}