Add lines to settings

This commit is contained in:
Jonas Kvinge
2019-03-27 01:23:15 +01:00
parent fab598ebff
commit b380db51fa
11 changed files with 165 additions and 69 deletions

View File

@@ -13,7 +13,7 @@
<property name="windowTitle">
<string>Behavior</string>
</property>
<layout class="QVBoxLayout" name="layout_showtrayicon">
<layout class="QVBoxLayout" name="layout_behavioursettingspage">
<item>
<widget class="QCheckBox" name="checkbox_showtrayicon">
<property name="text">
@@ -73,7 +73,7 @@
<property name="title">
<string>On startup</string>
</property>
<layout class="QVBoxLayout" name="layout_mainwindow">
<layout class="QVBoxLayout" name="layout_startup">
<item>
<widget class="QRadioButton" name="radiobutton_alwaysshow">
<property name="text">
@@ -113,7 +113,7 @@
<property name="title">
<string>Language</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_13">
<layout class="QVBoxLayout" name="layout_language">
<item>
<widget class="QComboBox" name="combobox_language">
<item>
@@ -141,11 +141,11 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_1">
<widget class="QGroupBox" name="groupbox_add_song">
<property name="title">
<string>Using the menu to add a song will...</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_18">
<layout class="QVBoxLayout" name="layout_menuplaymode">
<item>
<widget class="QComboBox" name="combobox_menuplaymode">
<property name="currentIndex">
@@ -176,7 +176,7 @@
<property name="title">
<string>Pressing &quot;Previous&quot; in player will...</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_19">
<layout class="QVBoxLayout" name="layout_previous">
<item>
<widget class="QComboBox" name="combobox_previousmode">
<property name="currentIndex">
@@ -202,7 +202,7 @@
<property name="title">
<string>Double clicking a song will...</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<layout class="QHBoxLayout" name="layout_doubleclickaddmode">
<item>
<widget class="QComboBox" name="combobox_doubleclickaddmode">
<property name="currentIndex">
@@ -260,7 +260,7 @@
<property name="title">
<string>Double clicking a song in the playlist will...</string>
</property>
<layout class="QVBoxLayout" name="layout_doubleclick_playlist">
<layout class="QVBoxLayout" name="layout_doubleclickplaylist">
<item>
<widget class="QComboBox" name="combobox_doubleclickplaylistaddmode">
<property name="currentIndex">
@@ -321,7 +321,7 @@
</widget>
</item>
<item>
<spacer name="spacer_2">
<spacer name="spacer_seekstep">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -337,7 +337,7 @@
</widget>
</item>
<item>
<spacer name="spacer_3">
<spacer name="spacer_bottom">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>