Skip to content

Commit d6e68d6

Browse files
mining frame makeover
1 parent 157b6b0 commit d6e68d6

File tree

4 files changed

+191
-240
lines changed

4 files changed

+191
-240
lines changed

src/default.qss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,16 @@ QPushButton#m_sendButton:pressed {
129129
border: 2px ridge #424242;
130130
border-radius: 15px;
131131
}
132-
132+
QPushButton#m_startButton, #m_stopButton, #m_startSolo, #m_stopSolo {
133+
color: #edd400;
134+
border-radius: 15px;
135+
}
136+
QPushButton#m_startButton:hover, #m_stopButton:hover, #m_startSolo:hover, #m_stopSolo:hover {
137+
color: black;
138+
}
139+
QPushButton#m_startButton:disabled, #m_stopButton:disabled, #m_startSolo:disabled, #m_stopSolo:disabled {
140+
color: #555;
141+
}
133142
QPushButton#m_csvButton:hover {
134143
font-family: ZELDA;
135144
font-weight: bold;
@@ -142,6 +151,7 @@ QPushButton#m_okButton:hover {
142151
color: black;
143152
}
144153

154+
145155
/*
146156
================================================LINE-TEXT-EDIT BARS=========================================
147157
*/

src/gui/ui/exitwidget.ui

Lines changed: 55 additions & 218 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<string>Saving data</string>
1515
</property>
1616
<property name="styleSheet">
17-
<string notr="true"/>
17+
<string notr="true">background-color: rgb(0, 0, 0);</string>
1818
</property>
1919
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1">
2020
<item>
@@ -42,30 +42,12 @@
4242
</brush>
4343
</colorrole>
4444
<colorrole role="Button">
45-
<brush brushstyle="LinearGradientPattern">
46-
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.841000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
47-
<gradientstop position="0.000000000000000">
48-
<color alpha="255">
49-
<red>0</red>
50-
<green>0</green>
51-
<blue>0</blue>
52-
</color>
53-
</gradientstop>
54-
<gradientstop position="0.283582000000000">
55-
<color alpha="255">
56-
<red>47</red>
57-
<green>48</green>
58-
<blue>46</blue>
59-
</color>
60-
</gradientstop>
61-
<gradientstop position="1.000000000000000">
62-
<color alpha="255">
63-
<red>106</red>
64-
<green>106</green>
65-
<blue>106</blue>
66-
</color>
67-
</gradientstop>
68-
</gradient>
45+
<brush brushstyle="SolidPattern">
46+
<color alpha="255">
47+
<red>0</red>
48+
<green>0</green>
49+
<blue>0</blue>
50+
</color>
6951
</brush>
7052
</colorrole>
7153
<colorrole role="Light">
@@ -132,57 +114,21 @@
132114
</brush>
133115
</colorrole>
134116
<colorrole role="Base">
135-
<brush brushstyle="LinearGradientPattern">
136-
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.841000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
137-
<gradientstop position="0.000000000000000">
138-
<color alpha="255">
139-
<red>0</red>
140-
<green>0</green>
141-
<blue>0</blue>
142-
</color>
143-
</gradientstop>
144-
<gradientstop position="0.283582000000000">
145-
<color alpha="255">
146-
<red>47</red>
147-
<green>48</green>
148-
<blue>46</blue>
149-
</color>
150-
</gradientstop>
151-
<gradientstop position="1.000000000000000">
152-
<color alpha="255">
153-
<red>106</red>
154-
<green>106</green>
155-
<blue>106</blue>
156-
</color>
157-
</gradientstop>
158-
</gradient>
117+
<brush brushstyle="SolidPattern">
118+
<color alpha="255">
119+
<red>0</red>
120+
<green>0</green>
121+
<blue>0</blue>
122+
</color>
159123
</brush>
160124
</colorrole>
161125
<colorrole role="Window">
162-
<brush brushstyle="LinearGradientPattern">
163-
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.841000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
164-
<gradientstop position="0.000000000000000">
165-
<color alpha="255">
166-
<red>0</red>
167-
<green>0</green>
168-
<blue>0</blue>
169-
</color>
170-
</gradientstop>
171-
<gradientstop position="0.283582000000000">
172-
<color alpha="255">
173-
<red>47</red>
174-
<green>48</green>
175-
<blue>46</blue>
176-
</color>
177-
</gradientstop>
178-
<gradientstop position="1.000000000000000">
179-
<color alpha="255">
180-
<red>106</red>
181-
<green>106</green>
182-
<blue>106</blue>
183-
</color>
184-
</gradientstop>
185-
</gradient>
126+
<brush brushstyle="SolidPattern">
127+
<color alpha="255">
128+
<red>0</red>
129+
<green>0</green>
130+
<blue>0</blue>
131+
</color>
186132
</brush>
187133
</colorrole>
188134
<colorrole role="Shadow">
@@ -233,30 +179,12 @@
233179
</brush>
234180
</colorrole>
235181
<colorrole role="Button">
236-
<brush brushstyle="LinearGradientPattern">
237-
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.841000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
238-
<gradientstop position="0.000000000000000">
239-
<color alpha="255">
240-
<red>0</red>
241-
<green>0</green>
242-
<blue>0</blue>
243-
</color>
244-
</gradientstop>
245-
<gradientstop position="0.283582000000000">
246-
<color alpha="255">
247-
<red>47</red>
248-
<green>48</green>
249-
<blue>46</blue>
250-
</color>
251-
</gradientstop>
252-
<gradientstop position="1.000000000000000">
253-
<color alpha="255">
254-
<red>106</red>
255-
<green>106</green>
256-
<blue>106</blue>
257-
</color>
258-
</gradientstop>
259-
</gradient>
182+
<brush brushstyle="SolidPattern">
183+
<color alpha="255">
184+
<red>0</red>
185+
<green>0</green>
186+
<blue>0</blue>
187+
</color>
260188
</brush>
261189
</colorrole>
262190
<colorrole role="Light">
@@ -323,57 +251,21 @@
323251
</brush>
324252
</colorrole>
325253
<colorrole role="Base">
326-
<brush brushstyle="LinearGradientPattern">
327-
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.841000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
328-
<gradientstop position="0.000000000000000">
329-
<color alpha="255">
330-
<red>0</red>
331-
<green>0</green>
332-
<blue>0</blue>
333-
</color>
334-
</gradientstop>
335-
<gradientstop position="0.283582000000000">
336-
<color alpha="255">
337-
<red>47</red>
338-
<green>48</green>
339-
<blue>46</blue>
340-
</color>
341-
</gradientstop>
342-
<gradientstop position="1.000000000000000">
343-
<color alpha="255">
344-
<red>106</red>
345-
<green>106</green>
346-
<blue>106</blue>
347-
</color>
348-
</gradientstop>
349-
</gradient>
254+
<brush brushstyle="SolidPattern">
255+
<color alpha="255">
256+
<red>0</red>
257+
<green>0</green>
258+
<blue>0</blue>
259+
</color>
350260
</brush>
351261
</colorrole>
352262
<colorrole role="Window">
353-
<brush brushstyle="LinearGradientPattern">
354-
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.841000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
355-
<gradientstop position="0.000000000000000">
356-
<color alpha="255">
357-
<red>0</red>
358-
<green>0</green>
359-
<blue>0</blue>
360-
</color>
361-
</gradientstop>
362-
<gradientstop position="0.283582000000000">
363-
<color alpha="255">
364-
<red>47</red>
365-
<green>48</green>
366-
<blue>46</blue>
367-
</color>
368-
</gradientstop>
369-
<gradientstop position="1.000000000000000">
370-
<color alpha="255">
371-
<red>106</red>
372-
<green>106</green>
373-
<blue>106</blue>
374-
</color>
375-
</gradientstop>
376-
</gradient>
263+
<brush brushstyle="SolidPattern">
264+
<color alpha="255">
265+
<red>0</red>
266+
<green>0</green>
267+
<blue>0</blue>
268+
</color>
377269
</brush>
378270
</colorrole>
379271
<colorrole role="Shadow">
@@ -424,30 +316,12 @@
424316
</brush>
425317
</colorrole>
426318
<colorrole role="Button">
427-
<brush brushstyle="LinearGradientPattern">
428-
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.841000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
429-
<gradientstop position="0.000000000000000">
430-
<color alpha="255">
431-
<red>0</red>
432-
<green>0</green>
433-
<blue>0</blue>
434-
</color>
435-
</gradientstop>
436-
<gradientstop position="0.283582000000000">
437-
<color alpha="255">
438-
<red>47</red>
439-
<green>48</green>
440-
<blue>46</blue>
441-
</color>
442-
</gradientstop>
443-
<gradientstop position="1.000000000000000">
444-
<color alpha="255">
445-
<red>106</red>
446-
<green>106</green>
447-
<blue>106</blue>
448-
</color>
449-
</gradientstop>
450-
</gradient>
319+
<brush brushstyle="SolidPattern">
320+
<color alpha="255">
321+
<red>0</red>
322+
<green>0</green>
323+
<blue>0</blue>
324+
</color>
451325
</brush>
452326
</colorrole>
453327
<colorrole role="Light">
@@ -514,57 +388,21 @@
514388
</brush>
515389
</colorrole>
516390
<colorrole role="Base">
517-
<brush brushstyle="LinearGradientPattern">
518-
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.841000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
519-
<gradientstop position="0.000000000000000">
520-
<color alpha="255">
521-
<red>0</red>
522-
<green>0</green>
523-
<blue>0</blue>
524-
</color>
525-
</gradientstop>
526-
<gradientstop position="0.283582000000000">
527-
<color alpha="255">
528-
<red>47</red>
529-
<green>48</green>
530-
<blue>46</blue>
531-
</color>
532-
</gradientstop>
533-
<gradientstop position="1.000000000000000">
534-
<color alpha="255">
535-
<red>106</red>
536-
<green>106</green>
537-
<blue>106</blue>
538-
</color>
539-
</gradientstop>
540-
</gradient>
391+
<brush brushstyle="SolidPattern">
392+
<color alpha="255">
393+
<red>0</red>
394+
<green>0</green>
395+
<blue>0</blue>
396+
</color>
541397
</brush>
542398
</colorrole>
543399
<colorrole role="Window">
544-
<brush brushstyle="LinearGradientPattern">
545-
<gradient startx="0.000000000000000" starty="0.000000000000000" endx="0.841000000000000" endy="1.000000000000000" type="LinearGradient" spread="PadSpread" coordinatemode="ObjectBoundingMode">
546-
<gradientstop position="0.000000000000000">
547-
<color alpha="255">
548-
<red>0</red>
549-
<green>0</green>
550-
<blue>0</blue>
551-
</color>
552-
</gradientstop>
553-
<gradientstop position="0.283582000000000">
554-
<color alpha="255">
555-
<red>47</red>
556-
<green>48</green>
557-
<blue>46</blue>
558-
</color>
559-
</gradientstop>
560-
<gradientstop position="1.000000000000000">
561-
<color alpha="255">
562-
<red>106</red>
563-
<green>106</green>
564-
<blue>106</blue>
565-
</color>
566-
</gradientstop>
567-
</gradient>
400+
<brush brushstyle="SolidPattern">
401+
<color alpha="255">
402+
<red>0</red>
403+
<green>0</green>
404+
<blue>0</blue>
405+
</color>
568406
</brush>
569407
</colorrole>
570408
<colorrole role="Shadow">
@@ -614,7 +452,6 @@
614452
<property name="styleSheet">
615453
<string notr="true">color: rgb(237, 212, 0);
616454
font-family: Unique;
617-
618455
</string>
619456
</property>
620457
<property name="text">

0 commit comments

Comments
 (0)