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
8b855118
Commit
8b855118
authored
Oct 01, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More cleaning
parent
763530cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/main_interface.hpp
+14
-14
No files found.
modules/gui/qt4/main_interface.hpp
View file @
8b855118
...
...
@@ -103,15 +103,6 @@ protected:
virtual
void
resizeEvent
(
QResizeEvent
*
event
);
private:
QSettings
*
settings
;
QSystemTrayIcon
*
sysTray
;
QMenu
*
systrayMenu
;
QString
input_name
;
QGridLayout
*
mainLayout
;
ControlsWidget
*
controls
;
InputControlsWidget
*
inputC
;
FullscreenControllerWidget
*
fullscreenControls
;
void
createMainWidget
(
QSettings
*
);
void
createStatusBar
();
...
...
@@ -122,7 +113,16 @@ private:
void
handleSystray
();
void
createSystray
();
void
initSystray
();
bool
isDocked
()
{
return
(
i_pl_dock
!=
PL_UNDOCKED
);
}
QSettings
*
settings
;
QSystemTrayIcon
*
sysTray
;
QMenu
*
systrayMenu
;
QString
input_name
;
QGridLayout
*
mainLayout
;
ControlsWidget
*
controls
;
InputControlsWidget
*
inputC
;
FullscreenControllerWidget
*
fullscreenControls
;
/* Video */
VideoWidget
*
videoWidget
;
...
...
@@ -131,6 +131,11 @@ private:
VisualSelector
*
visualSelector
;
PlaylistWidget
*
playlistWidget
;
/* Status Bar */
QLabel
*
nameLabel
;
QLabel
*
cryptedLabel
;
/* Status and flags */
bool
videoIsActive
;
///< Having a video now / THEMIM->hasV
bool
videoEmbeddedFlag
;
///< Want an external Video Window
bool
playlistVisible
;
///< Is the playlist visible ?
...
...
@@ -142,14 +147,9 @@ private:
QSize
mainVideoSize
;
///< Wnd with video (all modes)
int
i_visualmode
;
///< Visual Mode
pl_dock_e
i_pl_dock
;
bool
isDocked
()
{
return
(
i_pl_dock
!=
PL_UNDOCKED
);
}
int
i_bg_height
;
///< Save height of bgWidget
bool
b_shouldHide
;
/* Status Bar */
QLabel
*
nameLabel
;
QLabel
*
cryptedLabel
;
#ifdef WIN32
HIMAGELIST
himl
;
LPTASKBARLIST3
p_taskbl
;
...
...
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