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
d41b6e26
Commit
d41b6e26
authored
Nov 28, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: factorize again
parent
e33c6eee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
modules/gui/qt4/components/controller.cpp
modules/gui/qt4/components/controller.cpp
+2
-10
No files found.
modules/gui/qt4/components/controller.cpp
View file @
d41b6e26
/*****************************************************************************
* Controller.cpp : Controller for the main interface
****************************************************************************
* Copyright (C) 2006-200
8
the VideoLAN team
* Copyright (C) 2006-200
9
the VideoLAN team
* $Id$
*
* Authors: Jean-Baptiste Kempf <jb@videolan.org>
...
...
@@ -240,19 +240,11 @@ QWidget *AbstractController::createWidget( buttonType_e button, int options )
}
break
;
case
FULLSCREEN_BUTTON
:{
case
DEFULLSCREEN_BUTTON
:{
NORMAL_BUTTON
(
FULLSCREEN
);
ENABLE_ON_VIDEO
(
FULLSCREENButton
);
}
break
;
case
DEFULLSCREEN_BUTTON
:{
QToolButton
*
fullscreenButton
=
new
QToolButton
;
setupButton
(
fullscreenButton
);
CONNECT_MAP_SET
(
fullscreenButton
,
FULLSCREEN_ACTION
);
BUTTON_SET_BAR
(
fullscreenButton
)
ENABLE_ON_VIDEO
(
fullscreenButton
);
widget
=
fullscreenButton
;
}
break
;
case
EXTENDED_BUTTON
:{
NORMAL_BUTTON
(
EXTENDED
);
}
...
...
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