|
128 | 128 | <item> |
129 | 129 | <spacer name="verticalSpacer"> |
130 | 130 | <property name="orientation"> |
131 | | - <enum>Qt::Vertical</enum> |
| 131 | + <enum>Qt::Orientation::Vertical</enum> |
132 | 132 | </property> |
133 | 133 | <property name="sizeHint" stdset="0"> |
134 | 134 | <size> |
|
337 | 337 | <item> |
338 | 338 | <spacer name="verticalSpacer_2"> |
339 | 339 | <property name="orientation"> |
340 | | - <enum>Qt::Vertical</enum> |
| 340 | + <enum>Qt::Orientation::Vertical</enum> |
341 | 341 | </property> |
342 | 342 | <property name="sizeHint" stdset="0"> |
343 | 343 | <size> |
|
446 | 446 | <item> |
447 | 447 | <spacer name="verticalSpacer_3"> |
448 | 448 | <property name="orientation"> |
449 | | - <enum>Qt::Vertical</enum> |
| 449 | + <enum>Qt::Orientation::Vertical</enum> |
450 | 450 | </property> |
451 | 451 | <property name="sizeHint" stdset="0"> |
452 | 452 | <size> |
|
510 | 510 | <item row="0" column="0" colspan="2"> |
511 | 511 | <widget class="QCheckBox" name="transposeChordNames"> |
512 | 512 | <property name="text"> |
513 | | - <string>Transpose chord symbols</string> |
| 513 | + <string>Transpose chord symbols and fretboard diagrams</string> |
514 | 514 | </property> |
515 | 515 | <property name="checked"> |
516 | 516 | <bool>true</bool> |
|
550 | 550 | <item> |
551 | 551 | <widget class="QDialogButtonBox" name="buttonBox"> |
552 | 552 | <property name="orientation"> |
553 | | - <enum>Qt::Horizontal</enum> |
| 553 | + <enum>Qt::Orientation::Horizontal</enum> |
554 | 554 | </property> |
555 | 555 | <property name="standardButtons"> |
556 | | - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| 556 | + <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> |
557 | 557 | </property> |
558 | 558 | </widget> |
559 | 559 | </item> |
|
0 commit comments