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
a18c1668
Commit
a18c1668
authored
Feb 06, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: new icon for new profile.
parent
340272f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
modules/gui/qt4/components/sout/profile_selector.cpp
modules/gui/qt4/components/sout/profile_selector.cpp
+1
-1
modules/gui/qt4/pixmaps/profile_new.png
modules/gui/qt4/pixmaps/profile_new.png
+0
-0
modules/gui/qt4/vlc.qrc
modules/gui/qt4/vlc.qrc
+1
-0
No files found.
modules/gui/qt4/components/sout/profile_selector.cpp
View file @
a18c1668
...
...
@@ -29,7 +29,7 @@ VLCProfileSelector::VLCProfileSelector( QWidget *_parent ): QWidget( _parent )
layout
->
addWidget
(
deleteButton
);
QToolButton
*
newButton
=
new
QToolButton
(
this
);
// newButton->setIcon( QIcon( ":/clear
" ) );
newButton
->
setIcon
(
QIcon
(
":/new
"
)
);
newButton
->
setToolTip
(
qtr
(
"Create a new profile"
)
);
layout
->
addWidget
(
newButton
);
...
...
modules/gui/qt4/pixmaps/profile_new.png
0 → 100644
View file @
a18c1668
527 Bytes
modules/gui/qt4/vlc.qrc
View file @
a18c1668
...
...
@@ -89,5 +89,6 @@
<file
alias=
"noart.png"
>
pixmaps/noart.png
</file>
<file
alias=
"space"
>
pixmaps/space.png
</file>
<file>
pixmaps/go-next.png
</file>
<file
alias=
"new.png"
>
pixmaps/profile_new.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