Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
17444fc7
Commit
17444fc7
authored
Jun 04, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qt4 - menus. Try to add some pictures to have more User-friendly menus.
parent
8bc57b36
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
3 deletions
+8
-3
modules/gui/qt4/menus.cpp
modules/gui/qt4/menus.cpp
+4
-3
modules/gui/qt4/pixmaps/vlc_help_16px.png
modules/gui/qt4/pixmaps/vlc_help_16px.png
+0
-0
modules/gui/qt4/pixmaps/vlc_info_16px.png
modules/gui/qt4/pixmaps/vlc_info_16px.png
+0
-0
modules/gui/qt4/pixmaps/vlc_next_16px.png
modules/gui/qt4/pixmaps/vlc_next_16px.png
+0
-0
modules/gui/qt4/pixmaps/vlc_previous_16px.png
modules/gui/qt4/pixmaps/vlc_previous_16px.png
+0
-0
modules/gui/qt4/res.qrc
modules/gui/qt4/res.qrc
+4
-0
No files found.
modules/gui/qt4/menus.cpp
View file @
17444fc7
...
@@ -399,7 +399,7 @@ QMenu *QVLCMenu::SDMenu( intf_thread_t *p_intf )
...
@@ -399,7 +399,7 @@ QMenu *QVLCMenu::SDMenu( intf_thread_t *p_intf )
QMenu
*
QVLCMenu
::
HelpMenu
()
QMenu
*
QVLCMenu
::
HelpMenu
()
{
{
QMenu
*
menu
=
new
QMenu
();
QMenu
*
menu
=
new
QMenu
();
DP_SADD
(
menu
,
qtr
(
"Help"
)
,
""
,
""
,
helpDialog
(),
"F1"
);
DP_SADD
(
menu
,
qtr
(
"Help"
)
,
""
,
"
:/pixmaps/vlc_help_16px.png
"
,
helpDialog
(),
"F1"
);
menu
->
addSeparator
();
menu
->
addSeparator
();
DP_SADD
(
menu
,
qtr
(
I_MENU_ABOUT
),
""
,
""
,
aboutDialog
(),
"Ctrl+F1"
);
DP_SADD
(
menu
,
qtr
(
I_MENU_ABOUT
),
""
,
""
,
aboutDialog
(),
"Ctrl+F1"
);
return
menu
;
return
menu
;
...
@@ -437,8 +437,9 @@ QMenu *QVLCMenu::HelpMenu()
...
@@ -437,8 +437,9 @@ QMenu *QVLCMenu::HelpMenu()
MIM_SADD( menu, qtr("Play"), "", "", togglePlayPause() ); \
MIM_SADD( menu, qtr("Play"), "", "", togglePlayPause() ); \
\
\
MIM_SADD( menu, qtr("Stop"), "", "", stop() ); \
MIM_SADD( menu, qtr("Stop"), "", "", stop() ); \
MIM_SADD( menu, qtr("Previous"), "", "", prev() ); \
MIM_SADD( menu, qtr("Previous"), "", ":/pixmaps/vlc_previous_16px.png", \
MIM_SADD( menu, qtr("Next"), "", "", next() );
prev() ); \
MIM_SADD( menu, qtr("Next"), "", ":/pixmaps/vlc_next_16px.png", next() );
#define POPUP_STATIC_ENTRIES \
#define POPUP_STATIC_ENTRIES \
POPUP_PLAY_ENTRIES( menu ); \
POPUP_PLAY_ENTRIES( menu ); \
...
...
modules/gui/qt4/pixmaps/vlc_help_16px.png
0 → 100644
View file @
17444fc7
832 Bytes
modules/gui/qt4/pixmaps/vlc_info_16px.png
0 → 100644
View file @
17444fc7
803 Bytes
modules/gui/qt4/pixmaps/vlc_next_16px.png
0 → 100644
View file @
17444fc7
610 Bytes
modules/gui/qt4/pixmaps/vlc_previous_16px.png
0 → 100644
View file @
17444fc7
641 Bytes
modules/gui/qt4/res.qrc
View file @
17444fc7
...
@@ -18,5 +18,9 @@
...
@@ -18,5 +18,9 @@
<file>
pixmaps/spref_cone_Hotkeys_64.png
</file>
<file>
pixmaps/spref_cone_Hotkeys_64.png
</file>
<file>
pixmaps/spref_cone_Subtitles_64.png
</file>
<file>
pixmaps/spref_cone_Subtitles_64.png
</file>
<file>
pixmaps/spref_cone_Interface_64.png
</file>
<file>
pixmaps/spref_cone_Interface_64.png
</file>
<file>
pixmaps/vlc_help_16px.png
</file>
<file>
pixmaps/vlc_info_16px.png
</file>
<file>
pixmaps/vlc_next_16px.png
</file>
<file>
pixmaps/vlc_previous_16px.png
</file>
</qresource>
</qresource>
</RCC>
</RCC>
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