Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
89dd589d
Commit
89dd589d
authored
Feb 22, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: allow people to use a native seek bar
Close #6109
parent
910b0583
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/gui/qt4/components/controller.cpp
modules/gui/qt4/components/controller.cpp
+1
-1
modules/gui/qt4/components/controller.hpp
modules/gui/qt4/components/controller.hpp
+1
-1
No files found.
modules/gui/qt4/components/controller.cpp
View file @
89dd589d
...
...
@@ -346,7 +346,7 @@ QWidget *AbstractController::createWidget( buttonType_e button, int options )
}
break
;
case
INPUT_SLIDER
:
{
SeekSlider
*
slider
=
new
SeekSlider
(
Qt
::
Horizontal
,
NULL
);
SeekSlider
*
slider
=
new
SeekSlider
(
Qt
::
Horizontal
,
NULL
,
!
b_shiny
);
SeekPoints
*
chapters
=
new
SeekPoints
(
this
,
p_intf
);
CONNECT
(
THEMIM
->
getIM
(),
titleChanged
(
bool
),
chapters
,
update
()
);
slider
->
setChapters
(
chapters
);
...
...
modules/gui/qt4/components/controller.hpp
View file @
89dd589d
...
...
@@ -37,7 +37,7 @@
#define MAIN_TB1_DEFAULT "64;39;64;38;65"
#define MAIN_TB2_DEFAULT "0-2;64;3;1;4;64;7;9;64;10;20;19;64-4;37;65;35-4"
#define ADV_TB_DEFAULT "12;11;13;14"
#define INPT_TB_DEFAULT "43;33;44"
#define INPT_TB_DEFAULT "43;33
-4
;44"
#define FSC_TB_DEFAULT "0-2;64;3;1;4;64;37;64;38;64;8;65;25;35-4;34"
#define I_PLAY_TOOLTIP N_("Play\nIf the playlist is empty, open a medium")
...
...
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