[vlc-commits] Qt: spref, move "Continue playback?" to playlist
Pierre Lamot
git at videolan.org
Fri Dec 22 11:06:12 CET 2017
vlc/vlc-3.0 | branch: master | Pierre Lamot <pierre at videolabs.io> | Wed Dec 20 17:58:08 2017 +0100| [bd0d376970f36d84f260d3b543068dc1b633d7d7] | committer: Hugo Beauzée-Luyssen
Qt: spref, move "Continue playback?" to playlist
Ref #19305
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 82752b50a44a1f8ed8cded0335afeaedb60b99b7)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=bd0d376970f36d84f260d3b543068dc1b633d7d7
---
modules/gui/qt/ui/sprefs_interface.ui | 65 ++++++++++++++++++++---------------
1 file changed, 37 insertions(+), 28 deletions(-)
diff --git a/modules/gui/qt/ui/sprefs_interface.ui b/modules/gui/qt/ui/sprefs_interface.ui
index fe937d1b5a..9de24255be 100644
--- a/modules/gui/qt/ui/sprefs_interface.ui
+++ b/modules/gui/qt/ui/sprefs_interface.ui
@@ -8,7 +8,7 @@
<x>0</x>
<y>0</y>
<width>700</width>
- <height>757</height>
+ <height>785</height>
</rect>
</property>
<property name="sizePolicy">
@@ -271,25 +271,14 @@
</property>
</widget>
</item>
- <item row="10" column="0">
- <widget class="QLabel" name="continuePlaybackLabel">
- <property name="text">
- <string>Continue playback?</string>
- </property>
- </widget>
- </item>
- <item row="10" column="2" colspan="2">
- <widget class="QComboBox" name="continuePlaybackComboBox">
- <property name="enabled">
- <bool>true</bool>
- </property>
- </widget>
- </item>
<item row="11" column="0">
<widget class="QLabel" name="autoRaiseLabel">
<property name="text">
<string>Auto raising the interface:</string>
</property>
+ <property name="buddy">
+ <cstring>autoRaiseComboBox</cstring>
+ </property>
</widget>
</item>
<item row="11" column="2" colspan="2">
@@ -440,13 +429,6 @@
<string>Playlist and Instances</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <widget class="QCheckBox" name="OneInterfaceMode">
- <property name="text">
- <string>Allow only one instance</string>
- </property>
- </widget>
- </item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="oneInstanceFromFile">
<property name="text">
@@ -475,6 +457,30 @@
</property>
</widget>
</item>
+ <item row="4" column="1">
+ <widget class="QComboBox" name="continuePlaybackComboBox">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0">
+ <widget class="QLabel" name="continuePlaybackLabel">
+ <property name="text">
+ <string>Continue playback?</string>
+ </property>
+ <property name="buddy">
+ <cstring>continuePlaybackComboBox</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0">
+ <widget class="QCheckBox" name="OneInterfaceMode">
+ <property name="text">
+ <string>Allow only one instance</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>
@@ -688,24 +694,27 @@
<tabstop>skins</tabstop>
<tabstop>fsController</tabstop>
<tabstop>embedVideo</tabstop>
- <tabstop>minimalviewBox</tabstop>
- <tabstop>systrayBox</tabstop>
<tabstop>resizingBox</tabstop>
+ <tabstop>minimalviewBox</tabstop>
<tabstop>pauseMinimizedBox</tabstop>
+ <tabstop>systrayBox</tabstop>
<tabstop>notificationCombo</tabstop>
<tabstop>stylesCombo</tabstop>
+ <tabstop>autoRaiseComboBox</tabstop>
+ <tabstop>fileSkin</tabstop>
+ <tabstop>skinBrowse</tabstop>
<tabstop>OneInterfaceMode</tabstop>
+ <tabstop>EnqueueOneInterfaceMode</tabstop>
<tabstop>oneInstanceFromFile</tabstop>
<tabstop>treePlaylist</tabstop>
- <tabstop>EnqueueOneInterfaceMode</tabstop>
<tabstop>playPauseBox</tabstop>
+ <tabstop>continuePlaybackComboBox</tabstop>
<tabstop>updatesBox</tabstop>
- <tabstop>saveRecentlyPlayed</tabstop>
<tabstop>updatesDays</tabstop>
+ <tabstop>saveRecentlyPlayed</tabstop>
<tabstop>recentlyPlayedFilters</tabstop>
+ <tabstop>MetadataNetworkAccessMode</tabstop>
<tabstop>assoButton</tabstop>
- <tabstop>skinBrowse</tabstop>
- <tabstop>fileSkin</tabstop>
</tabstops>
<resources/>
<connections/>
More information about the vlc-commits
mailing list