mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
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:
parent
a64a81a550
commit
d22834a36a
@ -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>
|
||||
|
BIN
images/themes/gis/mActionAnnotation.png
Normal file
BIN
images/themes/gis/mActionAnnotation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 970 B |
BIN
images/themes/gis/mActionFormAnnotation.png
Normal file
BIN
images/themes/gis/mActionFormAnnotation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 801 B |
BIN
images/themes/gis/mActionTextAnnotation.png
Normal file
BIN
images/themes/gis/mActionTextAnnotation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 849 B |
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user