|
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | 9 | <width>417</width> |
10 | | - <height>407</height> |
| 10 | + <height>437</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
|
21 | 21 | <item> |
22 | 22 | <widget class="QTabWidget" name="tabWidget"> |
23 | 23 | <property name="currentIndex"> |
24 | | - <number>0</number> |
| 24 | + <number>1</number> |
25 | 25 | </property> |
26 | 26 | <widget class="QWidget" name="tabGen"> |
27 | 27 | <attribute name="title"> |
|
68 | 68 | <string>MIDI System Exclusive Reset:</string> |
69 | 69 | </property> |
70 | 70 | <property name="alignment"> |
71 | | - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 71 | + <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> |
72 | 72 | </property> |
73 | 73 | </widget> |
74 | 74 | </item> |
|
88 | 88 | <string>Solo Button % Volume Reduction:</string> |
89 | 89 | </property> |
90 | 90 | <property name="alignment"> |
91 | | - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 91 | + <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> |
92 | 92 | </property> |
93 | 93 | </widget> |
94 | 94 | </item> |
|
98 | 98 | <string>Percussion MIDI Channel:</string> |
99 | 99 | </property> |
100 | 100 | <property name="alignment"> |
101 | | - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 101 | + <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> |
102 | 102 | </property> |
103 | 103 | <property name="buddy"> |
104 | 104 | <cstring>spinPercChannel</cstring> |
|
124 | 124 | <string>Qt Widgets Style:</string> |
125 | 125 | </property> |
126 | 126 | <property name="alignment"> |
127 | | - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 127 | + <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> |
128 | 128 | </property> |
129 | 129 | <property name="buddy"> |
130 | 130 | <cstring>cboStyle</cstring> |
|
189 | 189 | </attribute> |
190 | 190 | <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,1,0"> |
191 | 191 | <property name="sizeConstraint"> |
192 | | - <enum>QLayout::SetNoConstraint</enum> |
| 192 | + <enum>QLayout::SizeConstraint::SetNoConstraint</enum> |
193 | 193 | </property> |
194 | | - <item row="2" column="3"> |
195 | | - <widget class="QToolButton" name="btnPastColor"> |
196 | | - <property name="text"> |
197 | | - <string>...</string> |
198 | | - </property> |
199 | | - </widget> |
200 | | - </item> |
201 | 194 | <item row="0" column="3"> |
202 | 195 | <widget class="QToolButton" name="btnTextFont"> |
203 | 196 | <property name="text"> |
204 | 197 | <string>...</string> |
205 | 198 | </property> |
206 | 199 | </widget> |
207 | 200 | </item> |
208 | | - <item row="1" column="0"> |
209 | | - <widget class="QLabel" name="lblFutureColor"> |
| 201 | + <item row="2" column="0"> |
| 202 | + <widget class="QLabel" name="lblPastColor"> |
210 | 203 | <property name="text"> |
211 | | - <string>Future Text Color</string> |
| 204 | + <string>Past Text Color</string> |
212 | 205 | </property> |
213 | 206 | <property name="buddy"> |
214 | | - <cstring>editFutureColor</cstring> |
| 207 | + <cstring>editPastColor</cstring> |
| 208 | + </property> |
| 209 | + </widget> |
| 210 | + </item> |
| 211 | + <item row="4" column="0"> |
| 212 | + <spacer name="verticalSpacer_2"> |
| 213 | + <property name="orientation"> |
| 214 | + <enum>Qt::Orientation::Vertical</enum> |
| 215 | + </property> |
| 216 | + <property name="sizeHint" stdset="0"> |
| 217 | + <size> |
| 218 | + <width>20</width> |
| 219 | + <height>40</height> |
| 220 | + </size> |
| 221 | + </property> |
| 222 | + </spacer> |
| 223 | + </item> |
| 224 | + <item row="2" column="1"> |
| 225 | + <widget class="QLabel" name="lblPast"> |
| 226 | + <property name="sizePolicy"> |
| 227 | + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| 228 | + <horstretch>0</horstretch> |
| 229 | + <verstretch>0</verstretch> |
| 230 | + </sizepolicy> |
| 231 | + </property> |
| 232 | + </widget> |
| 233 | + </item> |
| 234 | + <item row="0" column="1" colspan="2"> |
| 235 | + <widget class="QLineEdit" name="editTextFont"> |
| 236 | + <property name="readOnly"> |
| 237 | + <bool>true</bool> |
215 | 238 | </property> |
216 | 239 | </widget> |
217 | 240 | </item> |
|
222 | 245 | </property> |
223 | 246 | </widget> |
224 | 247 | </item> |
| 248 | + <item row="1" column="1"> |
| 249 | + <widget class="QLabel" name="lblFuture"/> |
| 250 | + </item> |
| 251 | + <item row="2" column="3"> |
| 252 | + <widget class="QToolButton" name="btnPastColor"> |
| 253 | + <property name="text"> |
| 254 | + <string>...</string> |
| 255 | + </property> |
| 256 | + </widget> |
| 257 | + </item> |
| 258 | + <item row="1" column="0"> |
| 259 | + <widget class="QLabel" name="lblFutureColor"> |
| 260 | + <property name="text"> |
| 261 | + <string>Future Text Color</string> |
| 262 | + </property> |
| 263 | + <property name="buddy"> |
| 264 | + <cstring>editFutureColor</cstring> |
| 265 | + </property> |
| 266 | + </widget> |
| 267 | + </item> |
225 | 268 | <item row="0" column="0"> |
226 | 269 | <widget class="QLabel" name="lblTextFont"> |
227 | 270 | <property name="text"> |
|
239 | 282 | </property> |
240 | 283 | </widget> |
241 | 284 | </item> |
242 | | - <item row="3" column="0"> |
243 | | - <spacer name="verticalSpacer_2"> |
244 | | - <property name="orientation"> |
245 | | - <enum>Qt::Vertical</enum> |
246 | | - </property> |
247 | | - <property name="sizeHint" stdset="0"> |
248 | | - <size> |
249 | | - <width>20</width> |
250 | | - <height>40</height> |
251 | | - </size> |
252 | | - </property> |
253 | | - </spacer> |
254 | | - </item> |
255 | 285 | <item row="2" column="2"> |
256 | 286 | <widget class="QLabel" name="editPastColor"> |
257 | 287 | <property name="autoFillBackground"> |
258 | 288 | <bool>true</bool> |
259 | 289 | </property> |
260 | 290 | </widget> |
261 | 291 | </item> |
262 | | - <item row="2" column="0"> |
263 | | - <widget class="QLabel" name="lblPastColor"> |
| 292 | + <item row="3" column="0"> |
| 293 | + <widget class="QLabel" name="lblHighlightColor"> |
264 | 294 | <property name="text"> |
265 | | - <string>Past Text Color</string> |
266 | | - </property> |
267 | | - <property name="buddy"> |
268 | | - <cstring>editPastColor</cstring> |
| 295 | + <string>Highlight Color</string> |
269 | 296 | </property> |
270 | 297 | </widget> |
271 | 298 | </item> |
272 | | - <item row="2" column="1"> |
273 | | - <widget class="QLabel" name="lblPast"> |
274 | | - <property name="sizePolicy"> |
275 | | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
276 | | - <horstretch>0</horstretch> |
277 | | - <verstretch>0</verstretch> |
278 | | - </sizepolicy> |
| 299 | + <item row="3" column="2"> |
| 300 | + <widget class="QLabel" name="editHighlightColor"> |
| 301 | + <property name="autoFillBackground"> |
| 302 | + <bool>true</bool> |
| 303 | + </property> |
| 304 | + <property name="text"> |
| 305 | + <string/> |
279 | 306 | </property> |
280 | 307 | </widget> |
281 | 308 | </item> |
282 | | - <item row="1" column="1"> |
283 | | - <widget class="QLabel" name="lblFuture"/> |
284 | | - </item> |
285 | | - <item row="0" column="1" colspan="2"> |
286 | | - <widget class="QLineEdit" name="editTextFont"> |
287 | | - <property name="readOnly"> |
288 | | - <bool>true</bool> |
| 309 | + <item row="3" column="3"> |
| 310 | + <widget class="QToolButton" name="btnHighlightColor"> |
| 311 | + <property name="text"> |
| 312 | + <string>...</string> |
289 | 313 | </property> |
290 | 314 | </widget> |
291 | 315 | </item> |
| 316 | + <item row="3" column="1"> |
| 317 | + <widget class="QLabel" name="lblHigh"/> |
| 318 | + </item> |
292 | 319 | </layout> |
293 | 320 | </widget> |
294 | 321 | <widget class="QWidget" name="tabPiano"> |
|
299 | 326 | <item row="6" column="2" colspan="2"> |
300 | 327 | <spacer name="verticalSpacer"> |
301 | 328 | <property name="orientation"> |
302 | | - <enum>Qt::Vertical</enum> |
| 329 | + <enum>Qt::Orientation::Vertical</enum> |
303 | 330 | </property> |
304 | 331 | <property name="sizeHint" stdset="0"> |
305 | 332 | <size> |
|
422 | 449 | <item> |
423 | 450 | <widget class="QDialogButtonBox" name="buttonBox"> |
424 | 451 | <property name="orientation"> |
425 | | - <enum>Qt::Horizontal</enum> |
| 452 | + <enum>Qt::Orientation::Horizontal</enum> |
426 | 453 | </property> |
427 | 454 | <property name="standardButtons"> |
428 | | - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set> |
| 455 | + <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok|QDialogButtonBox::StandardButton::RestoreDefaults</set> |
429 | 456 | </property> |
430 | 457 | </widget> |
431 | 458 | </item> |
|
0 commit comments