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
0338befb
Commit
0338befb
authored
Jun 18, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - Yet another icon from Danko: Preferences.
parent
880ce5e2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
modules/gui/qt4/Modules.am
modules/gui/qt4/Modules.am
+1
-0
modules/gui/qt4/menus.cpp
modules/gui/qt4/menus.cpp
+2
-1
modules/gui/qt4/pixmaps/vlc_preferences_16px.png
modules/gui/qt4/pixmaps/vlc_preferences_16px.png
+0
-0
modules/gui/qt4/res.qrc
modules/gui/qt4/res.qrc
+1
-0
No files found.
modules/gui/qt4/Modules.am
View file @
0338befb
...
...
@@ -195,6 +195,7 @@ EXTRA_DIST += \
pixmaps/vlc_quit_16px.png \
pixmaps/vlc_network_16px.png \
pixmaps/vlc_capture-card_16px.png \
pixmaps/vlc_preferences_16px.png \
pixmaps/vlc_folder-grey_16px.png \
pixmaps/vlc_folder-blue_16px.png \
pixmaps/vlc_tape_16px.png \
...
...
modules/gui/qt4/menus.cpp
View file @
0338befb
...
...
@@ -269,7 +269,8 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf, MainInterface *mi,
DP_SADD
(
menu
,
qtr
(
I_MENU_EXT
),
""
,
""
,
extendedDialog
(),
"Ctrl+E"
);
DP_SADD
(
menu
,
qtr
(
"Hide Menus..."
),
""
,
""
,
hideMenus
(),
"Ctrl+H"
);
menu
->
addSeparator
();
DP_SADD
(
menu
,
qtr
(
"Preferences"
),
""
,
""
,
prefsDialog
(),
"Ctrl+P"
);
DP_SADD
(
menu
,
qtr
(
"Preferences"
),
""
,
":/pixmaps/vlc_preferences_16px.png"
,
prefsDialog
(),
"Ctrl+P"
);
return
menu
;
}
...
...
modules/gui/qt4/pixmaps/vlc_preferences_16px.png
0 → 100644
View file @
0338befb
739 Bytes
modules/gui/qt4/res.qrc
View file @
0338befb
...
...
@@ -32,6 +32,7 @@
<file>
pixmaps/vlc_file-asym_16px.png
</file>
<file>
pixmaps/vlc_file-wide_16px.png
</file>
<file>
pixmaps/vlc_capture-card_16px.png
</file>
<file>
pixmaps/vlc_preferences_16px.png
</file>
<file>
pixmaps/vlc_stream_16px.png
</file>
</qresource>
</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