equal
deleted
inserted
replaced
63 "}" |
63 "}" |
64 |
64 |
65 "QPushButton{" |
65 "QPushButton{" |
66 "border: solid;" |
66 "border: solid;" |
67 "border-width: 4px;" |
67 "border-width: 4px;" |
68 "border-radius: 8px;" |
68 "border-radius: 10px;" |
69 "border-color: orange;" |
69 "border-color: orange;" |
70 "background-origin: content;" |
70 "background-origin: content;" |
71 "}" |
71 "}" |
72 "QPushButton:hover{" |
72 "QPushButton:hover{" |
73 "border-color: yellow;" |
73 "border-color: yellow;" |
101 "image: url(\":/res/dropdown.png\");" |
101 "image: url(\":/res/dropdown.png\");" |
102 "}" |
102 "}" |
103 "QComboBox QAbstractItemView{" |
103 "QComboBox QAbstractItemView{" |
104 "border: solid transparent;" |
104 "border: solid transparent;" |
105 "border-width: 4px;" |
105 "border-width: 4px;" |
106 //"border-radius: 12px;" |
106 //"border-radius: 12px;" -- bad corners look |
107 "border-color: orange;" |
107 "border-color: orange;" |
108 "background-color: #0d0544;" |
108 "background-color: #0d0544;" |
109 "color: orange;" |
109 "color: orange;" |
110 "font: bold 14px;" |
110 "font: bold 14px;" |
111 "}" |
111 "}" |
113 "QGroupBox{" |
113 "QGroupBox{" |
114 "border: solid;" |
114 "border: solid;" |
115 "border-width: 4px;" |
115 "border-width: 4px;" |
116 "border-radius: 16px;" |
116 "border-radius: 16px;" |
117 "border-color: orange;" |
117 "border-color: orange;" |
118 "background-color: #0d0544;" |
118 "background-color: #130f2c;" |
119 "color: orange;" |
119 "color: orange;" |
120 "font: bold 14px;" |
120 "font: bold 14px;" |
121 "padding: 3px;" |
121 "padding: 3px;" |
|
122 "margin-top: 60px;" |
|
123 "margin-left: 16px;" |
|
124 // "padding-top: 6px;" |
122 "}" |
125 "}" |
123 "QGroupBox:hover{" |
126 "QGroupBox::indicator{" |
124 "border-color: yellow;" |
127 "image: url(\":/res/graphicsicon.png\");" |
125 "}" |
128 "}" |
126 "QGroupBox:pressed{" |
129 "QGroupBox::title{" |
127 "border-color: white;" |
130 "subcontrol-origin: margin;" |
|
131 "subcontrol-position: top left;" |
|
132 "text-align: center;" |
128 "}" |
133 "}" |
129 |
134 |
130 "QCheckBox{" |
135 "QCheckBox{" |
131 // "background-color: #0d0544;" |
|
132 "color: orange;" |
136 "color: orange;" |
133 "font: bold 14px;" |
137 "font: bold 14px;" |
134 // "padding: 3px;" |
|
135 "}" |
|
136 "QCheckBox::indicator{" |
|
137 "image-position: right;" |
|
138 "}" |
138 "}" |
139 "QCheckBox::indicator:checked{" |
139 "QCheckBox::indicator:checked{" |
140 "image: url(\":/res/checked.png\");" |
140 "image: url(\":/res/checked.png\");" |
141 "image-position: right;" |
|
142 "}" |
141 "}" |
143 "QCheckBox::indicator:unchecked{" |
142 "QCheckBox::indicator:unchecked{" |
144 "image: url(\":/res/unchecked.png\");" |
143 "image: url(\":/res/unchecked.png\");" |
145 "}" |
144 "}" |
146 ) |
145 ) |