Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
19219058
Commit
19219058
authored
Apr 21, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4: main_interface, cleaning
parent
723f9f0c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/main_interface.hpp
+10
-11
No files found.
modules/gui/qt4/main_interface.hpp
View file @
19219058
...
...
@@ -90,13 +90,16 @@ public:
virtual
QSize
sizeHint
()
const
;
protected:
// void resizeEvent( QResizeEvent * );
void
dropEvent
(
QDropEvent
*
);
void
dropEventPlay
(
QDropEvent
*
,
bool
);
void
dragEnterEvent
(
QDragEnterEvent
*
);
void
dragMoveEvent
(
QDragMoveEvent
*
);
void
dragLeaveEvent
(
QDragLeaveEvent
*
);
void
closeEvent
(
QCloseEvent
*
);
virtual
void
dropEvent
(
QDropEvent
*
);
virtual
void
dragEnterEvent
(
QDragEnterEvent
*
);
virtual
void
dragMoveEvent
(
QDragMoveEvent
*
);
virtual
void
dragLeaveEvent
(
QDragLeaveEvent
*
);
virtual
void
closeEvent
(
QCloseEvent
*
);
virtual
void
customEvent
(
QEvent
*
);
virtual
void
keyPressEvent
(
QKeyEvent
*
);
virtual
void
wheelEvent
(
QWheelEvent
*
);
virtual
void
resizeEvent
(
QResizeEvent
*
event
);
private:
QSettings
*
settings
;
...
...
@@ -111,6 +114,7 @@ private:
void
createMainWidget
(
QSettings
*
);
void
createStatusBar
();
void
askForPrivacy
();
int
privacyDialog
(
QList
<
ConfigControl
*>
*
controls
);
...
...
@@ -145,11 +149,6 @@ private:
QLabel
*
nameLabel
;
QLabel
*
cryptedLabel
;
virtual
void
customEvent
(
QEvent
*
);
virtual
void
keyPressEvent
(
QKeyEvent
*
);
virtual
void
wheelEvent
(
QWheelEvent
*
);
virtual
void
resizeEvent
(
QResizeEvent
*
event
);
public
slots
:
void
undockPlaylist
();
void
dockPlaylist
(
pl_dock_e
i_pos
=
PL_BOTTOM
);
...
...
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