[Kst] branches/work/kst/kst1kde4/kst/src

Zongyi Zhang freebody.kst at gmail.com
Fri Apr 23 00:49:16 CEST 2010


SVN commit 1117759 by zhang:

add icons for toolbar

 M  +3 -0      kst/kst.qrc  
 AM            kst/kst_copy.png  
 AM            kst/kst_paste.png  
 AM            kst/kst_print.png  
 M  +3 -0      libkstapp/kst.cpp  


--- branches/work/kst/kst1kde4/kst/src/kst/kst.qrc #1117758:1117759
@@ -15,6 +15,7 @@
         <file>kst_changefile.png</file>
         <file>kst_changenpts.png</file>
         <file>kst_choosecolor.png</file>
+        <file>kst_copy.png</file>
         <file>kst_csdnew.png</file>
         <file>kst_curvenew.png</file>
         <file>kst_datamanager.png</file>
@@ -66,6 +67,8 @@
         <file>yes.png</file>
         <file>kst_readFromEnd.png</file>
         <file>kst_pause.png</file>
+        <file>kst_paste.png</file>
+        <file>kst_print.png</file>
         <file>kst_back.png</file>
         <file>kst_forward.png</file>
         <file>kst_rightarrow.png</file>
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kst.cpp #1117758:1117759
@@ -363,6 +363,9 @@
   // define the non-standard icons
   //
 	_actionReload->setIcon(QIcon((":/kst_reload.png")));
+	_actionCopy->setIcon(QIcon((":/kst_copy.png")));
+	_actionPaste->setIcon(QIcon((":/kst_paste.png")));
+	_actionPrint->setIcon(QIcon((":/kst_print.png")));
 
   _actionZoomX->setIcon(QIcon((":/kst_zoomx.png")));
   _actionZoomY->setIcon(QIcon((":/kst_zoomy.png")));


More information about the Kst mailing list