Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
3889a42f
Commit
3889a42f
authored
Feb 16, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt, sprefs: add play-and-pause
parent
d572f0e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
8 deletions
+26
-8
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+1
-0
modules/gui/qt4/ui/sprefs_interface.ui
modules/gui/qt4/ui/sprefs_interface.ui
+25
-8
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
3889a42f
...
...
@@ -602,6 +602,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_BOOL
(
"qt-pause-minimized"
,
pauseMinimizedBox
);
CONFIG_BOOL
(
"playlist-tree"
,
treePlaylist
);
CONFIG_BOOL
(
"play-and-pause"
,
playPauseBox
);
CONFIG_GENERIC_FILE
(
"skins2-last"
,
File
,
ui
.
skinFileLabel
,
ui
.
fileSkin
,
ui
.
skinBrowse
);
...
...
modules/gui/qt4/ui/sprefs_interface.ui
View file @
3889a42f
...
...
@@ -231,17 +231,21 @@
<property
name=
"title"
>
<string>
Playlist
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_6"
>
<property
name=
"bottomMargin"
>
<number>
9
</number>
</property>
<item
row=
"0"
column=
"0"
colspan=
"3"
>
<layout
class=
"QGridLayout"
name=
"gridLayout_4"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"treePlaylist"
>
<property
name=
"text"
>
<string>
Display playlist tree
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"2"
colspan=
"2"
>
<widget
class=
"QCheckBox"
name=
"playPauseBox"
>
<property
name=
"text"
>
<string>
Pause on the last frame of a video
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"assocLabel"
>
<property
name=
"sizePolicy"
>
...
...
@@ -258,6 +262,19 @@
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
>
<spacer
name=
"horizontalSpacer_6"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
<item
row=
"1"
column=
"2"
>
<widget
class=
"QPushButton"
name=
"assoButton"
>
<property
name=
"sizePolicy"
>
...
...
@@ -277,14 +294,14 @@
</property>
</widget>
</item>
<item
row=
"1"
column=
"
1
"
>
<spacer
name=
"horizontalSpacer_
6
"
>
<item
row=
"1"
column=
"
3
"
>
<spacer
name=
"horizontalSpacer_
8
"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<width>
135
</width>
<height>
20
</height>
</size>
</property>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment