diff options
Diffstat (limited to 'src/plugins/Ui/skinned/forms')
| -rw-r--r-- | src/plugins/Ui/skinned/forms/skinnedsettings.ui | 119 |
1 files changed, 63 insertions, 56 deletions
diff --git a/src/plugins/Ui/skinned/forms/skinnedsettings.ui b/src/plugins/Ui/skinned/forms/skinnedsettings.ui index a896a5428..04192048c 100644 --- a/src/plugins/Ui/skinned/forms/skinnedsettings.ui +++ b/src/plugins/Ui/skinned/forms/skinnedsettings.ui @@ -377,21 +377,61 @@ <string>Song Display</string> </property> <layout class="QGridLayout" name="gridLayout_3"> - <item row="0" column="0"> - <widget class="QCheckBox" name="protocolCheckBox"> + <item row="6" column="0"> + <widget class="QCheckBox" name="showNewPLCheckBox"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> - <string>Show protocol</string> + <string>Show 'New Playlist' button</string> </property> </widget> </item> - <item row="1" column="0"> - <widget class="QCheckBox" name="numbersCheckBox"> + <item row="9" column="0"> + <widget class="QCheckBox" name="popupCheckBox"> <property name="text"> - <string>Show song numbers</string> + <string>Show popup information</string> </property> </widget> </item> - <item row="2" column="0"> + <item row="7" column="0"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Playlist separator:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="plSeplineEdit"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_3"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item row="3" column="0"> <widget class="QCheckBox" name="alignCheckBox"> <property name="enabled"> <bool>false</bool> @@ -401,28 +441,28 @@ </property> </widget> </item> - <item row="3" column="0"> + <item row="4" column="0"> <widget class="QCheckBox" name="anchorCheckBox"> <property name="text"> <string>Show anchor</string> </property> </widget> </item> - <item row="4" column="0"> - <widget class="QCheckBox" name="playlistsCheckBox"> + <item row="1" column="0"> + <widget class="QCheckBox" name="numbersCheckBox"> <property name="text"> - <string>Show playlists</string> + <string>Show song numbers</string> </property> </widget> </item> - <item row="8" column="0"> - <widget class="QCheckBox" name="popupCheckBox"> + <item row="0" column="0"> + <widget class="QCheckBox" name="protocolCheckBox"> <property name="text"> - <string>Show popup information</string> + <string>Show protocol</string> </property> </widget> </item> - <item row="9" column="0"> + <item row="10" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QPushButton" name="popupTemplateButton"> @@ -449,50 +489,17 @@ </item> </layout> </item> - <item row="6" column="0"> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <item> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>Playlist separator:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="plSeplineEdit"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item> - <spacer name="horizontalSpacer_3"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </item> <item row="5" column="0"> - <widget class="QCheckBox" name="showNewPLCheckBox"> - <property name="enabled"> - <bool>false</bool> + <widget class="QCheckBox" name="playlistsCheckBox"> + <property name="text"> + <string>Show playlists</string> </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QCheckBox" name="lengthsCheckBox"> <property name="text"> - <string>Show 'New Playlist' button</string> + <string>Show song lengths</string> </property> </widget> </item> |
