more gis theme icons from Robert Szczepanek
git-svn-id: http://svn.osgeo.org/qgis/trunk@11448 c8812cc2-4d05-0410-92ff-de0c093fc19c
BIN
images/themes/gis/mActionAddImage.png
Normal file
After Width: | Height: | Size: 802 B |
BIN
images/themes/gis/mActionAddLegend.png
Normal file
After Width: | Height: | Size: 533 B |
BIN
images/themes/gis/mActionAddMap.png
Normal file
After Width: | Height: | Size: 605 B |
BIN
images/themes/gis/mActionDeletePart.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
images/themes/gis/mActionDeleteRing.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
images/themes/gis/mActionGroupItems.png
Normal file
After Width: | Height: | Size: 632 B |
BIN
images/themes/gis/mActionLabel.png
Normal file
After Width: | Height: | Size: 642 B |
BIN
images/themes/gis/mActionMergeFeatures.png
Normal file
After Width: | Height: | Size: 923 B |
BIN
images/themes/gis/mActionMoveItemContent.png
Normal file
After Width: | Height: | Size: 587 B |
BIN
images/themes/gis/mActionNodeTool.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/themes/gis/mActionRedo.png
Normal file
After Width: | Height: | Size: 811 B |
BIN
images/themes/gis/mActionSaveAsSVG.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
images/themes/gis/mActionSaveMapAsImage.png
Normal file
After Width: | Height: | Size: 868 B |
BIN
images/themes/gis/mActionScaleBar.png
Normal file
After Width: | Height: | Size: 428 B |
BIN
images/themes/gis/mActionSelectPan.png
Normal file
After Width: | Height: | Size: 582 B |
BIN
images/themes/gis/mActionSimplify.png
Normal file
After Width: | Height: | Size: 639 B |
BIN
images/themes/gis/mActionUndo.png
Normal file
After Width: | Height: | Size: 825 B |
BIN
images/themes/gis/mActionUngroupItems.png
Normal file
After Width: | Height: | Size: 687 B |
@ -1611,10 +1611,14 @@ void QgisApp::setTheme( QString theThemeName )
|
||||
mActionMoveVertex->setIcon( getThemeIcon( "/mActionMoveVertex.png" ) );
|
||||
mActionDeleteVertex->setIcon( getThemeIcon( "/mActionDeleteVertex.png" ) );
|
||||
mActionSimplifyFeature->setIcon( getThemeIcon( "/mActionSimplify.png" ) );
|
||||
mActionUndo->setIcon( getThemeIcon( "/mActionUndo.png" ) );
|
||||
mActionRedo->setIcon( getThemeIcon( "/mActionRedo.png" ) );
|
||||
mActionAddRing->setIcon( getThemeIcon( "/mActionAddRing.png" ) );
|
||||
mActionAddIsland->setIcon( getThemeIcon( "/mActionAddIsland.png" ) );
|
||||
mActionDeleteRing->setIcon( getThemeIcon( "/mActionDeleteRing.png" ) );
|
||||
mActionDeletePart->setIcon( getThemeIcon( "/mActionDeletePart.png" ) );
|
||||
mActionMergeFeatures->setIcon( getThemeIcon( "/mActionMergeFeatures.png" ) );
|
||||
mActionNodeTool->setIcon( getThemeIcon( "/mActionNodeTool.png" ) );
|
||||
mActionZoomIn->setIcon( getThemeIcon( "/mActionZoomIn.png" ) );
|
||||
mActionZoomOut->setIcon( getThemeIcon( "/mActionZoomOut.png" ) );
|
||||
mActionZoomFullExtent->setIcon( getThemeIcon( "/mActionZoomFullExtent.png" ) );
|
||||
|