|
32 | 32 | </rect> |
33 | 33 | </property> |
34 | 34 | <property name="styleSheet"> |
35 | | - <string notr="true">QWidget { |
36 | | - |
37 | | - background-color: rgb(113, 113, 113); |
38 | | - |
39 | | -} |
40 | | - |
41 | | -QLabel { |
42 | | - color: rgb(238, 238, 236); |
43 | | - font: bold; |
44 | | - margin-left: 3px; |
45 | | -} |
46 | | - |
47 | | -QPushButton { |
48 | | - background-color: rgb(113, 113, 113); |
49 | | - border: 2px solid rgb(200,200,200); |
50 | | - border-radius: 8px; |
51 | | - |
52 | | - font: 14pt bold; |
53 | | - color: rgb(230,230,230); |
54 | | -} |
55 | | - |
56 | | -QPushButton#createButton { |
57 | | - |
58 | | - background-color: rgb(213, 126, 76); |
59 | | -} |
60 | | - |
61 | | -QPushButton#createButton:hover { |
62 | | - background-color: rgb(220, 136, 86); |
63 | | -} |
64 | | - |
65 | | -QPushButton#cancelButton:hover { |
66 | | - background-color: rgb(123, 123, 123); |
67 | | -} |
68 | | - |
69 | | -QLineEdit { |
70 | | - border-radius: 10px; |
71 | | - color: rgb(238, 238, 236); |
72 | | - background-color: rgb(255, 204, 157,10); |
73 | | -} |
74 | | - |
75 | | -QTimeEdit { |
76 | | - border-radius: 10px; |
77 | | - color: rgb(238, 238, 236); |
78 | | - font: 19pt bold; |
79 | | - background-color: rgb(255, 204, 157,10); |
80 | | -} |
81 | | - |
82 | | -QTimeEdit::up-button { |
83 | | - subcontrol-origin: border; |
84 | | - subcontrol-position: top right; |
85 | | - |
86 | | - background-color: rgb(213, 126, 76); |
87 | | - width: 25px; |
88 | | - height: 25px; |
89 | | - border-width: 3px; |
90 | | - border-color: rgb(85, 87, 83); |
91 | | - border-radius: 4px; |
92 | | - |
93 | | - margin-bottom: 2px; |
94 | | -} |
95 | | - |
96 | | -QTimeEdit::down-button { |
97 | | - subcontrol-origin: border; |
98 | | - subcontrol-position: bottom right; |
99 | | - |
100 | | - background-color: rgb(213, 126, 76); |
101 | | - width: 25px; |
102 | | - height: 25px; |
103 | | - border-width: 3px; |
104 | | - border-color: rgb(85, 87, 83); |
105 | | - border-radius: 4px; |
106 | | - margin-top: 2px; |
107 | | -} |
108 | | - |
109 | | -</string> |
| 35 | + <string notr="true"/> |
110 | 36 | </property> |
111 | 37 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
112 | 38 | <item> |
@@ -149,6 +75,9 @@ QTimeEdit::down-button { |
149 | 75 | <height>50</height> |
150 | 76 | </size> |
151 | 77 | </property> |
| 78 | + <property name="alignment"> |
| 79 | + <set>Qt::AlignCenter</set> |
| 80 | + </property> |
152 | 81 | </widget> |
153 | 82 | </item> |
154 | 83 | </layout> |
|
0 commit comments