[vlc-devel] commit: Qt: new icon for new profile. (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Feb 6 11:02:37 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb  6 11:02:20 2009 +0100| [a18c16686cab31048204ca5946cff2bebd2e4a06] | committer: Jean-Baptiste Kempf 

Qt: new icon for new profile.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a18c16686cab31048204ca5946cff2bebd2e4a06
---

 .../gui/qt4/components/sout/profile_selector.cpp   |    2 +-
 modules/gui/qt4/pixmaps/profile_new.png            |  Bin 0 -> 527 bytes
 modules/gui/qt4/vlc.qrc                            |    1 +
 3 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/sout/profile_selector.cpp b/modules/gui/qt4/components/sout/profile_selector.cpp
index 9dd0f7b..b52d17f 100644
--- a/modules/gui/qt4/components/sout/profile_selector.cpp
+++ b/modules/gui/qt4/components/sout/profile_selector.cpp
@@ -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);
 
diff --git a/modules/gui/qt4/pixmaps/profile_new.png b/modules/gui/qt4/pixmaps/profile_new.png
new file mode 100644
index 0000000..cddf7a2
Binary files /dev/null and b/modules/gui/qt4/pixmaps/profile_new.png differ
diff --git a/modules/gui/qt4/vlc.qrc b/modules/gui/qt4/vlc.qrc
index 39389db..9a3c2e3 100644
--- a/modules/gui/qt4/vlc.qrc
+++ b/modules/gui/qt4/vlc.qrc
@@ -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>




More information about the vlc-devel mailing list