Skip to content

Commit d25700e

Browse files
author
borysiasty
committed
gis theme icons for annotation tools from Robert Szczepanek
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13718 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 01b5577 commit d25700e

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

images/images.qrc

+3
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
<file>themes/gis/mActionAlignRight.png</file>
291291
<file>themes/gis/mActionAlignTop.png</file>
292292
<file>themes/gis/mActionAlignVCenter.png</file>
293+
<file>themes/gis/mActionAnnotation.png</file>
293294
<file>themes/gis/mActionCalculateField.png</file>
294295
<file>themes/gis/mActionCaptureLine.png</file>
295296
<file>themes/gis/mActionCapturePoint.png</file>
@@ -311,6 +312,7 @@
311312
<file>themes/gis/mActionFilePrint.png</file>
312313
<file>themes/gis/mActionFileSave.png</file>
313314
<file>themes/gis/mActionFileSaveAs.png</file>
315+
<file>themes/gis/mActionFormAnnotation.png</file>
314316
<file>themes/gis/mActionGroupItems.png</file>
315317
<file>themes/gis/mActionHelpContents.png</file>
316318
<file>themes/gis/mActionHideAllLayers.png</file>
@@ -351,6 +353,7 @@
351353
<file>themes/gis/mActionShowBookmarks.png</file>
352354
<file>themes/gis/mActionSimplify.png</file>
353355
<file>themes/gis/mActionSplitFeatures.png</file>
356+
<file>themes/gis/mActionTextAnnotation.png</file>
354357
<file>themes/gis/mActionToggleEditing.png</file>
355358
<file>themes/gis/mActionUndo.png</file>
356359
<file>themes/gis/mActionUngroupItems.png</file>
970 Bytes
Loading
801 Bytes
Loading
849 Bytes
Loading

src/app/qgisapp.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1924,6 +1924,9 @@ void QgisApp::setTheme( QString theThemeName )
19241924
mActionCustomProjection->setIcon( getThemeIcon( "/mActionCustomProjection.png" ) );
19251925
mActionAddWmsLayer->setIcon( getThemeIcon( "/mActionAddWmsLayer.png" ) );
19261926
mActionAddToOverview->setIcon( getThemeIcon( "/mActionInOverview.png" ) );
1927+
mActionAnnotation->setIcon( getThemeIcon( "/mActionAnnotation.png" ) );
1928+
mActionFormAnnotation->setIcon( getThemeIcon( "/mActionFormAnnotation.png" ) );
1929+
mActionTextAnnotation->setIcon( getThemeIcon( "/mActionTextAnnotation.png" ) );
19271930

19281931
//change themes of all composers
19291932
QSet<QgsComposer*>::iterator composerIt = mPrintComposers.begin();

0 commit comments

Comments
 (0)