gis theme icons for annotation tools from Robert Szczepanek

git-svn-id: http://svn.osgeo.org/qgis/trunk@13718 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
borysiasty 2010-06-12 12:36:00 +00:00
parent a64a81a550
commit d22834a36a
5 changed files with 6 additions and 0 deletions

View File

@ -290,6 +290,7 @@
<file>themes/gis/mActionAlignRight.png</file>
<file>themes/gis/mActionAlignTop.png</file>
<file>themes/gis/mActionAlignVCenter.png</file>
<file>themes/gis/mActionAnnotation.png</file>
<file>themes/gis/mActionCalculateField.png</file>
<file>themes/gis/mActionCaptureLine.png</file>
<file>themes/gis/mActionCapturePoint.png</file>
@ -311,6 +312,7 @@
<file>themes/gis/mActionFilePrint.png</file>
<file>themes/gis/mActionFileSave.png</file>
<file>themes/gis/mActionFileSaveAs.png</file>
<file>themes/gis/mActionFormAnnotation.png</file>
<file>themes/gis/mActionGroupItems.png</file>
<file>themes/gis/mActionHelpContents.png</file>
<file>themes/gis/mActionHideAllLayers.png</file>
@ -351,6 +353,7 @@
<file>themes/gis/mActionShowBookmarks.png</file>
<file>themes/gis/mActionSimplify.png</file>
<file>themes/gis/mActionSplitFeatures.png</file>
<file>themes/gis/mActionTextAnnotation.png</file>
<file>themes/gis/mActionToggleEditing.png</file>
<file>themes/gis/mActionUndo.png</file>
<file>themes/gis/mActionUngroupItems.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 B

View File

@ -1924,6 +1924,9 @@ void QgisApp::setTheme( QString theThemeName )
mActionCustomProjection->setIcon( getThemeIcon( "/mActionCustomProjection.png" ) );
mActionAddWmsLayer->setIcon( getThemeIcon( "/mActionAddWmsLayer.png" ) );
mActionAddToOverview->setIcon( getThemeIcon( "/mActionInOverview.png" ) );
mActionAnnotation->setIcon( getThemeIcon( "/mActionAnnotation.png" ) );
mActionFormAnnotation->setIcon( getThemeIcon( "/mActionFormAnnotation.png" ) );
mActionTextAnnotation->setIcon( getThemeIcon( "/mActionTextAnnotation.png" ) );
//change themes of all composers
QSet<QgsComposer*>::iterator composerIt = mPrintComposers.begin();