Skip to content

QGIS embedded images#

Remember how to use it:

from qgis.core import QgsApplication
from qgis.PyQt.QtGui import QIcon, QPixmap

Like it? Leave us a reaction or comment

Images#

composer#

Preview Using QgsApplication QIcon/QPixmap
missing_image QgsApplication.getThemeIcon("missing_image.png") QIcon(":images/composer/missing_image.png")
QPixmap(":images/composer/missing_image.png")
missing_image QgsApplication.getThemeIcon("missing_image.svg") QIcon(":images/composer/missing_image.svg")
QPixmap(":images/composer/missing_image.svg")
refreshing_item QgsApplication.getThemeIcon("refreshing_item.svg") QIcon(":images/composer/refreshing_item.svg")
QPixmap(":images/composer/refreshing_item.svg")

flags#

Preview Using QgsApplication QIcon/QPixmap
af QgsApplication.getThemeIcon("af.svg") QIcon(":images/flags/af.svg")
QPixmap(":images/flags/af.svg")
ar QgsApplication.getThemeIcon("ar.svg") QIcon(":images/flags/ar.svg")
QPixmap(":images/flags/ar.svg")
az QgsApplication.getThemeIcon("az.svg") QIcon(":images/flags/az.svg")
QPixmap(":images/flags/az.svg")
bg QgsApplication.getThemeIcon("bg.svg") QIcon(":images/flags/bg.svg")
QPixmap(":images/flags/bg.svg")
cy QgsApplication.getThemeIcon("cy.svg") QIcon(":images/flags/cy.svg")
QPixmap(":images/flags/cy.svg")
de QgsApplication.getThemeIcon("de.svg") QIcon(":images/flags/de.svg")
QPixmap(":images/flags/de.svg")
en_GB QgsApplication.getThemeIcon("en_GB.svg") QIcon(":images/flags/en_GB.svg")
QPixmap(":images/flags/en_GB.svg")
en_US QgsApplication.getThemeIcon("en_US.svg") QIcon(":images/flags/en_US.svg")
QPixmap(":images/flags/en_US.svg")
eo QgsApplication.getThemeIcon("eo.svg") QIcon(":images/flags/eo.svg")
QPixmap(":images/flags/eo.svg")
es QgsApplication.getThemeIcon("es.svg") QIcon(":images/flags/es.svg")
QPixmap(":images/flags/es.svg")
fa QgsApplication.getThemeIcon("fa.svg") QIcon(":images/flags/fa.svg")
QPixmap(":images/flags/fa.svg")
fi QgsApplication.getThemeIcon("fi.svg") QIcon(":images/flags/fi.svg")
QPixmap(":images/flags/fi.svg")
fr QgsApplication.getThemeIcon("fr.svg") QIcon(":images/flags/fr.svg")
QPixmap(":images/flags/fr.svg")
ga QgsApplication.getThemeIcon("ga.svg") QIcon(":images/flags/ga.svg")
QPixmap(":images/flags/ga.svg")
gd QgsApplication.getThemeIcon("gd.svg") QIcon(":images/flags/gd.svg")
QPixmap(":images/flags/gd.svg")
he QgsApplication.getThemeIcon("he.svg") QIcon(":images/flags/he.svg")
QPixmap(":images/flags/he.svg")
hu QgsApplication.getThemeIcon("hu.svg") QIcon(":images/flags/hu.svg")
QPixmap(":images/flags/hu.svg")
id QgsApplication.getThemeIcon("id.svg") QIcon(":images/flags/id.svg")
QPixmap(":images/flags/id.svg")
is QgsApplication.getThemeIcon("is.svg") QIcon(":images/flags/is.svg")
QPixmap(":images/flags/is.svg")
it QgsApplication.getThemeIcon("it.svg") QIcon(":images/flags/it.svg")
QPixmap(":images/flags/it.svg")
ja QgsApplication.getThemeIcon("ja.svg") QIcon(":images/flags/ja.svg")
QPixmap(":images/flags/ja.svg")
km QgsApplication.getThemeIcon("km.svg") QIcon(":images/flags/km.svg")
QPixmap(":images/flags/km.svg")
lo QgsApplication.getThemeIcon("lo.svg") QIcon(":images/flags/lo.svg")
QPixmap(":images/flags/lo.svg")
lt QgsApplication.getThemeIcon("lt.svg") QIcon(":images/flags/lt.svg")
QPixmap(":images/flags/lt.svg")
lv QgsApplication.getThemeIcon("lv.svg") QIcon(":images/flags/lv.svg")
QPixmap(":images/flags/lv.svg")
mn QgsApplication.getThemeIcon("mn.svg") QIcon(":images/flags/mn.svg")
QPixmap(":images/flags/mn.svg")
mt QgsApplication.getThemeIcon("mt.svg") QIcon(":images/flags/mt.svg")
QPixmap(":images/flags/mt.svg")
nl QgsApplication.getThemeIcon("nl.svg") QIcon(":images/flags/nl.svg")
QPixmap(":images/flags/nl.svg")
pt_BR QgsApplication.getThemeIcon("pt_BR.svg") QIcon(":images/flags/pt_BR.svg")
QPixmap(":images/flags/pt_BR.svg")
pt_PT QgsApplication.getThemeIcon("pt_PT.svg") QIcon(":images/flags/pt_PT.svg")
QPixmap(":images/flags/pt_PT.svg")
ro QgsApplication.getThemeIcon("ro.svg") QIcon(":images/flags/ro.svg")
QPixmap(":images/flags/ro.svg")
ru QgsApplication.getThemeIcon("ru.svg") QIcon(":images/flags/ru.svg")
QPixmap(":images/flags/ru.svg")
sc QgsApplication.getThemeIcon("sc.svg") QIcon(":images/flags/sc.svg")
QPixmap(":images/flags/sc.svg")
sk QgsApplication.getThemeIcon("sk.svg") QIcon(":images/flags/sk.svg")
QPixmap(":images/flags/sk.svg")
sv QgsApplication.getThemeIcon("sv.svg") QIcon(":images/flags/sv.svg")
QPixmap(":images/flags/sv.svg")
sw QgsApplication.getThemeIcon("sw.svg") QIcon(":images/flags/sw.svg")
QPixmap(":images/flags/sw.svg")
ta QgsApplication.getThemeIcon("ta.svg") QIcon(":images/flags/ta.svg")
QPixmap(":images/flags/ta.svg")
th QgsApplication.getThemeIcon("th.svg") QIcon(":images/flags/th.svg")
QPixmap(":images/flags/th.svg")
tr QgsApplication.getThemeIcon("tr.svg") QIcon(":images/flags/tr.svg")
QPixmap(":images/flags/tr.svg")
uk QgsApplication.getThemeIcon("uk.svg") QIcon(":images/flags/uk.svg")
QPixmap(":images/flags/uk.svg")
vi QgsApplication.getThemeIcon("vi.svg") QIcon(":images/flags/vi.svg")
QPixmap(":images/flags/vi.svg")
xh QgsApplication.getThemeIcon("xh.svg") QIcon(":images/flags/xh.svg")
QPixmap(":images/flags/xh.svg")
eu QgsApplication.getThemeIcon("eu.svg") QIcon(":images/flags/eu.svg")
QPixmap(":images/flags/eu.svg")
bn QgsApplication.getThemeIcon("bn.svg") QIcon(":images/flags/bn.svg")
QPixmap(":images/flags/bn.svg")
gl QgsApplication.getThemeIcon("gl.svg") QIcon(":images/flags/gl.svg")
QPixmap(":images/flags/gl.svg")
hi QgsApplication.getThemeIcon("hi.svg") QIcon(":images/flags/hi.svg")
QPixmap(":images/flags/hi.svg")
mr QgsApplication.getThemeIcon("mr.svg") QIcon(":images/flags/mr.svg")
QPixmap(":images/flags/mr.svg")
bs QgsApplication.getThemeIcon("bs.svg") QIcon(":images/flags/bs.svg")
QPixmap(":images/flags/bs.svg")
ca QgsApplication.getThemeIcon("ca.svg") QIcon(":images/flags/ca.svg")
QPixmap(":images/flags/ca.svg")
cs QgsApplication.getThemeIcon("cs.svg") QIcon(":images/flags/cs.svg")
QPixmap(":images/flags/cs.svg")
da QgsApplication.getThemeIcon("da.svg") QIcon(":images/flags/da.svg")
QPixmap(":images/flags/da.svg")
el QgsApplication.getThemeIcon("el.svg") QIcon(":images/flags/el.svg")
QPixmap(":images/flags/el.svg")
et QgsApplication.getThemeIcon("et.svg") QIcon(":images/flags/et.svg")
QPixmap(":images/flags/et.svg")
hr QgsApplication.getThemeIcon("hr.svg") QIcon(":images/flags/hr.svg")
QPixmap(":images/flags/hr.svg")
ka QgsApplication.getThemeIcon("ka.svg") QIcon(":images/flags/ka.svg")
QPixmap(":images/flags/ka.svg")
ko QgsApplication.getThemeIcon("ko.svg") QIcon(":images/flags/ko.svg")
QPixmap(":images/flags/ko.svg")
ml QgsApplication.getThemeIcon("ml.svg") QIcon(":images/flags/ml.svg")
QPixmap(":images/flags/ml.svg")
pl QgsApplication.getThemeIcon("pl.svg") QIcon(":images/flags/pl.svg")
QPixmap(":images/flags/pl.svg")
sl QgsApplication.getThemeIcon("sl.svg") QIcon(":images/flags/sl.svg")
QPixmap(":images/flags/sl.svg")
sq QgsApplication.getThemeIcon("sq.svg") QIcon(":images/flags/sq.svg")
QPixmap(":images/flags/sq.svg")
nb QgsApplication.getThemeIcon("nb.svg") QIcon(":images/flags/nb.svg")
QPixmap(":images/flags/nb.svg")
sr QgsApplication.getThemeIcon("sr.svg") QIcon(":images/flags/sr.svg")
QPixmap(":images/flags/sr.svg")
te QgsApplication.getThemeIcon("te.svg") QIcon(":images/flags/te.svg")
QPixmap(":images/flags/te.svg")
tl QgsApplication.getThemeIcon("tl.svg") QIcon(":images/flags/tl.svg")
QPixmap(":images/flags/tl.svg")
zh-Hans QgsApplication.getThemeIcon("zh-Hans.svg") QIcon(":images/flags/zh-Hans.svg")
QPixmap(":images/flags/zh-Hans.svg")
zh-Hant QgsApplication.getThemeIcon("zh-Hant.svg") QIcon(":images/flags/zh-Hant.svg")
QPixmap(":images/flags/zh-Hant.svg")
ky QgsApplication.getThemeIcon("ky.svg") QIcon(":images/flags/ky.svg")
QPixmap(":images/flags/ky.svg")

icons#

Preview Using QgsApplication QIcon/QPixmap
qgis-icon-16x16 QgsApplication.getThemeIcon("qgis-icon-16x16.png") QIcon(":images/icons/qgis-icon-16x16.png")
QPixmap(":images/icons/qgis-icon-16x16.png")
qgis-icon-60x60 QgsApplication.getThemeIcon("qgis-icon-60x60.png") QIcon(":images/icons/qgis-icon-60x60.png")
QPixmap(":images/icons/qgis-icon-60x60.png")
qgis-full QgsApplication.getThemeIcon("qgis-full.png") QIcon(":images/icons/qgis-full.png")
QPixmap(":images/icons/qgis-full.png")
qbrowser_icon QgsApplication.getThemeIcon("qbrowser_icon.svg") QIcon(":images/icons/qbrowser_icon.svg")
QPixmap(":images/icons/qbrowser_icon.svg")
qgis_icon QgsApplication.getThemeIcon("qgis_icon.svg") QIcon(":images/icons/qgis_icon.svg")
QPixmap(":images/icons/qgis_icon.svg")
qgis-icon-minimal-black QgsApplication.getThemeIcon("qgis-icon-minimal-black.svg") QIcon(":images/icons/qgis-icon-minimal-black.svg")
QPixmap(":images/icons/qgis-icon-minimal-black.svg")

north_arrows#

Preview Using QgsApplication QIcon/QPixmap
default QgsApplication.getThemeIcon("default.png") QIcon(":images/north_arrows/default.png")
QPixmap(":images/north_arrows/default.png")
default QgsApplication.getThemeIcon("default.svg") QIcon(":images/north_arrows/default.svg")
QPixmap(":images/north_arrows/default.svg")
gpsarrow QgsApplication.getThemeIcon("gpsarrow.svg") QIcon(":images/north_arrows/gpsarrow.svg")
QPixmap(":images/north_arrows/gpsarrow.svg")
gpsarrow2 QgsApplication.getThemeIcon("gpsarrow2.svg") QIcon(":images/north_arrows/gpsarrow2.svg")
QPixmap(":images/north_arrows/gpsarrow2.svg")
layout_default_north_arrow QgsApplication.getThemeIcon("layout_default_north_arrow.svg") QIcon(":images/north_arrows/layout_default_north_arrow.svg")
QPixmap(":images/north_arrows/layout_default_north_arrow.svg")

splash#

Preview Using QgsApplication QIcon/QPixmap
splash QgsApplication.getThemeIcon("splash.png") QIcon(":images/splash/splash.png")
QPixmap(":images/splash/splash.png")

themes/default#

Preview Using QgsApplication QIcon/QPixmap
cap_flat QgsApplication.getThemeIcon("cap_flat.svg") QIcon(":images/themes/default/cap_flat.svg")
QPixmap(":images/themes/default/cap_flat.svg")
cap_round QgsApplication.getThemeIcon("cap_round.svg") QIcon(":images/themes/default/cap_round.svg")
QPixmap(":images/themes/default/cap_round.svg")
cap_square QgsApplication.getThemeIcon("cap_square.svg") QIcon(":images/themes/default/cap_square.svg")
QPixmap(":images/themes/default/cap_square.svg")
copyright_label QgsApplication.getThemeIcon("copyright_label.svg") QIcon(":images/themes/default/copyright_label.svg")
QPixmap(":images/themes/default/copyright_label.svg")
dbmanager QgsApplication.getThemeIcon("dbmanager.svg") QIcon(":images/themes/default/dbmanager.svg")
QPixmap(":images/themes/default/dbmanager.svg")
extents QgsApplication.getThemeIcon("extents.svg") QIcon(":images/themes/default/extents.svg")
QPixmap(":images/themes/default/extents.svg")
grass_location QgsApplication.getThemeIcon("grass_location.svg") QIcon(":images/themes/default/grass_location.svg")
QPixmap(":images/themes/default/grass_location.svg")
grass_mapset QgsApplication.getThemeIcon("grass_mapset.svg") QIcon(":images/themes/default/grass_mapset.svg")
QPixmap(":images/themes/default/grass_mapset.svg")
grass_mapset_open QgsApplication.getThemeIcon("grass_mapset_open.svg") QIcon(":images/themes/default/grass_mapset_open.svg")
QPixmap(":images/themes/default/grass_mapset_open.svg")
grass_mapset_search QgsApplication.getThemeIcon("grass_mapset_search.svg") QIcon(":images/themes/default/grass_mapset_search.svg")
QPixmap(":images/themes/default/grass_mapset_search.svg")
grid QgsApplication.getThemeIcon("grid.svg") QIcon(":images/themes/default/grid.svg")
QPixmap(":images/themes/default/grid.svg")
histogram QgsApplication.getThemeIcon("histogram.svg") QIcon(":images/themes/default/histogram.svg")
QPixmap(":images/themes/default/histogram.svg")
heatmap QgsApplication.getThemeIcon("heatmap.svg") QIcon(":images/themes/default/heatmap.svg")
QPixmap(":images/themes/default/heatmap.svg")
join_bevel QgsApplication.getThemeIcon("join_bevel.svg") QIcon(":images/themes/default/join_bevel.svg")
QPixmap(":images/themes/default/join_bevel.svg")
join_miter QgsApplication.getThemeIcon("join_miter.svg") QIcon(":images/themes/default/join_miter.svg")
QPixmap(":images/themes/default/join_miter.svg")
join_round QgsApplication.getThemeIcon("join_round.svg") QIcon(":images/themes/default/join_round.svg")
QPixmap(":images/themes/default/join_round.svg")
locked QgsApplication.getThemeIcon("locked.svg") QIcon(":images/themes/default/locked.svg")
QPixmap(":images/themes/default/locked.svg")
lockedGray QgsApplication.getThemeIcon("lockedGray.svg") QIcon(":images/themes/default/lockedGray.svg")
QPixmap(":images/themes/default/lockedGray.svg")
mAction QgsApplication.getThemeIcon("mAction.svg") QIcon(":images/themes/default/mAction.svg")
QPixmap(":images/themes/default/mAction.svg")
mActionAdd QgsApplication.getThemeIcon("mActionAdd.svg") QIcon(":images/themes/default/mActionAdd.svg")
QPixmap(":images/themes/default/mActionAdd.svg")
mActionDataSourceManager QgsApplication.getThemeIcon("mActionDataSourceManager.svg") QIcon(":images/themes/default/mActionDataSourceManager.svg")
QPixmap(":images/themes/default/mActionDataSourceManager.svg")
mActionDistributeBottom QgsApplication.getThemeIcon("mActionDistributeBottom.svg") QIcon(":images/themes/default/mActionDistributeBottom.svg")
QPixmap(":images/themes/default/mActionDistributeBottom.svg")
mActionDistributeHCenter QgsApplication.getThemeIcon("mActionDistributeHCenter.svg") QIcon(":images/themes/default/mActionDistributeHCenter.svg")
QPixmap(":images/themes/default/mActionDistributeHCenter.svg")
mActionDistributeHSpace QgsApplication.getThemeIcon("mActionDistributeHSpace.svg") QIcon(":images/themes/default/mActionDistributeHSpace.svg")
QPixmap(":images/themes/default/mActionDistributeHSpace.svg")
mActionDistributeLeft QgsApplication.getThemeIcon("mActionDistributeLeft.svg") QIcon(":images/themes/default/mActionDistributeLeft.svg")
QPixmap(":images/themes/default/mActionDistributeLeft.svg")
mActionDistributeRight QgsApplication.getThemeIcon("mActionDistributeRight.svg") QIcon(":images/themes/default/mActionDistributeRight.svg")
QPixmap(":images/themes/default/mActionDistributeRight.svg")
mActionDistributeTop QgsApplication.getThemeIcon("mActionDistributeTop.svg") QIcon(":images/themes/default/mActionDistributeTop.svg")
QPixmap(":images/themes/default/mActionDistributeTop.svg")
mActionDistributeVCenter QgsApplication.getThemeIcon("mActionDistributeVCenter.svg") QIcon(":images/themes/default/mActionDistributeVCenter.svg")
QPixmap(":images/themes/default/mActionDistributeVCenter.svg")
mActionDistributeVSpace QgsApplication.getThemeIcon("mActionDistributeVSpace.svg") QIcon(":images/themes/default/mActionDistributeVSpace.svg")
QPixmap(":images/themes/default/mActionDistributeVSpace.svg")
mActionAddExpression QgsApplication.getThemeIcon("mActionAddExpression.svg") QIcon(":images/themes/default/mActionAddExpression.svg")
QPixmap(":images/themes/default/mActionAddExpression.svg")
mActionAddLayer QgsApplication.getThemeIcon("mActionAddLayer.svg") QIcon(":images/themes/default/mActionAddLayer.svg")
QPixmap(":images/themes/default/mActionAddLayer.svg")
mActionAddMeshLayer QgsApplication.getThemeIcon("mActionAddMeshLayer.svg") QIcon(":images/themes/default/mActionAddMeshLayer.svg")
QPixmap(":images/themes/default/mActionAddMeshLayer.svg")
mActionAddAllToOverview QgsApplication.getThemeIcon("mActionAddAllToOverview.svg") QIcon(":images/themes/default/mActionAddAllToOverview.svg")
QPixmap(":images/themes/default/mActionAddAllToOverview.svg")
mActionAddArrow QgsApplication.getThemeIcon("mActionAddArrow.svg") QIcon(":images/themes/default/mActionAddArrow.svg")
QPixmap(":images/themes/default/mActionAddArrow.svg")
mActionAddBasicShape QgsApplication.getThemeIcon("mActionAddBasicShape.svg") QIcon(":images/themes/default/mActionAddBasicShape.svg")
QPixmap(":images/themes/default/mActionAddBasicShape.svg")
mActionAddBasicCircle QgsApplication.getThemeIcon("mActionAddBasicCircle.svg") QIcon(":images/themes/default/mActionAddBasicCircle.svg")
QPixmap(":images/themes/default/mActionAddBasicCircle.svg")
mActionAllowIntersections QgsApplication.getThemeIcon("mActionAllowIntersections.svg") QIcon(":images/themes/default/mActionAllowIntersections.svg")
QPixmap(":images/themes/default/mActionAllowIntersections.svg")
mActionAvoidIntersectionsCurrentLayer QgsApplication.getThemeIcon("mActionAvoidIntersectionsCurrentLayer.svg") QIcon(":images/themes/default/mActionAvoidIntersectionsCurrentLayer.svg")
QPixmap(":images/themes/default/mActionAvoidIntersectionsCurrentLayer.svg")
mActionAvoidIntersectionsLayers QgsApplication.getThemeIcon("mActionAvoidIntersectionsLayers.svg") QIcon(":images/themes/default/mActionAvoidIntersectionsLayers.svg")
QPixmap(":images/themes/default/mActionAvoidIntersectionsLayers.svg")
mActionEditNodesItem QgsApplication.getThemeIcon("mActionEditNodesItem.svg") QIcon(":images/themes/default/mActionEditNodesItem.svg")
QPixmap(":images/themes/default/mActionEditNodesItem.svg")
mActionEditHelpContent QgsApplication.getThemeIcon("mActionEditHelpContent.svg") QIcon(":images/themes/default/mActionEditHelpContent.svg")
QPixmap(":images/themes/default/mActionEditHelpContent.svg")
mActionIconView QgsApplication.getThemeIcon("mActionIconView.svg") QIcon(":images/themes/default/mActionIconView.svg")
QPixmap(":images/themes/default/mActionIconView.svg")
mActionIncreaseFont QgsApplication.getThemeIcon("mActionIncreaseFont.svg") QIcon(":images/themes/default/mActionIncreaseFont.svg")
QPixmap(":images/themes/default/mActionIncreaseFont.svg")
mActionInterfaceCustomization QgsApplication.getThemeIcon("mActionInterfaceCustomization.svg") QIcon(":images/themes/default/mActionInterfaceCustomization.svg")
QPixmap(":images/themes/default/mActionInterfaceCustomization.svg")
mActionDecreaseFont QgsApplication.getThemeIcon("mActionDecreaseFont.svg") QIcon(":images/themes/default/mActionDecreaseFont.svg")
QPixmap(":images/themes/default/mActionDecreaseFont.svg")
mActionAddNodesItem QgsApplication.getThemeIcon("mActionAddNodesItem.svg") QIcon(":images/themes/default/mActionAddNodesItem.svg")
QPixmap(":images/themes/default/mActionAddNodesItem.svg")
mActionAddPolygon QgsApplication.getThemeIcon("mActionAddPolygon.svg") QIcon(":images/themes/default/mActionAddPolygon.svg")
QPixmap(":images/themes/default/mActionAddPolygon.svg")
mActionAddPolyline QgsApplication.getThemeIcon("mActionAddPolyline.svg") QIcon(":images/themes/default/mActionAddPolyline.svg")
QPixmap(":images/themes/default/mActionAddPolyline.svg")
mActionAddBasicRectangle QgsApplication.getThemeIcon("mActionAddBasicRectangle.svg") QIcon(":images/themes/default/mActionAddBasicRectangle.svg")
QPixmap(":images/themes/default/mActionAddBasicRectangle.svg")
mActionAddBasicTriangle QgsApplication.getThemeIcon("mActionAddBasicTriangle.svg") QIcon(":images/themes/default/mActionAddBasicTriangle.svg")
QPixmap(":images/themes/default/mActionAddBasicTriangle.svg")
mActionAddGroup QgsApplication.getThemeIcon("mActionAddGroup.svg") QIcon(":images/themes/default/mActionAddGroup.svg")
QPixmap(":images/themes/default/mActionAddGroup.svg")
mActionAddHtml QgsApplication.getThemeIcon("mActionAddHtml.svg") QIcon(":images/themes/default/mActionAddHtml.svg")
QPixmap(":images/themes/default/mActionAddHtml.svg")
mActionAddImage QgsApplication.getThemeIcon("mActionAddImage.svg") QIcon(":images/themes/default/mActionAddImage.svg")
QPixmap(":images/themes/default/mActionAddImage.svg")
mActionAddLegend QgsApplication.getThemeIcon("mActionAddLegend.svg") QIcon(":images/themes/default/mActionAddLegend.svg")
QPixmap(":images/themes/default/mActionAddLegend.svg")
mActionAddMap QgsApplication.getThemeIcon("mActionAddMap.svg") QIcon(":images/themes/default/mActionAddMap.svg")
QPixmap(":images/themes/default/mActionAddMap.svg")
mActionAddMssqlLayer QgsApplication.getThemeIcon("mActionAddMssqlLayer.svg") QIcon(":images/themes/default/mActionAddMssqlLayer.svg")
QPixmap(":images/themes/default/mActionAddMssqlLayer.svg")
mActionAddOgrLayer QgsApplication.getThemeIcon("mActionAddOgrLayer.svg") QIcon(":images/themes/default/mActionAddOgrLayer.svg")
QPixmap(":images/themes/default/mActionAddOgrLayer.svg")
mActionAddOracleLayer QgsApplication.getThemeIcon("mActionAddOracleLayer.svg") QIcon(":images/themes/default/mActionAddOracleLayer.svg")
QPixmap(":images/themes/default/mActionAddOracleLayer.svg")
mActionAddPostgisLayer QgsApplication.getThemeIcon("mActionAddPostgisLayer.svg") QIcon(":images/themes/default/mActionAddPostgisLayer.svg")
QPixmap(":images/themes/default/mActionAddPostgisLayer.svg")
mActionAddHanaLayer QgsApplication.getThemeIcon("mActionAddHanaLayer.svg") QIcon(":images/themes/default/mActionAddHanaLayer.svg")
QPixmap(":images/themes/default/mActionAddHanaLayer.svg")
mActionAddPart QgsApplication.getThemeIcon("mActionAddPart.svg") QIcon(":images/themes/default/mActionAddPart.svg")
QPixmap(":images/themes/default/mActionAddPart.svg")
mActionAddRasterLayer QgsApplication.getThemeIcon("mActionAddRasterLayer.svg") QIcon(":images/themes/default/mActionAddRasterLayer.svg")
QPixmap(":images/themes/default/mActionAddRasterLayer.svg")
mActionAddRing QgsApplication.getThemeIcon("mActionAddRing.svg") QIcon(":images/themes/default/mActionAddRing.svg")
QPixmap(":images/themes/default/mActionAddRing.svg")
mActionAddSpatiaLiteLayer QgsApplication.getThemeIcon("mActionAddSpatiaLiteLayer.svg") QIcon(":images/themes/default/mActionAddSpatiaLiteLayer.svg")
QPixmap(":images/themes/default/mActionAddSpatiaLiteLayer.svg")
mActionAddWcsLayer QgsApplication.getThemeIcon("mActionAddWcsLayer.svg") QIcon(":images/themes/default/mActionAddWcsLayer.svg")
QPixmap(":images/themes/default/mActionAddWcsLayer.svg")
mActionAddWfsLayer QgsApplication.getThemeIcon("mActionAddWfsLayer.svg") QIcon(":images/themes/default/mActionAddWfsLayer.svg")
QPixmap(":images/themes/default/mActionAddWfsLayer.svg")
mActionAddWmsLayer QgsApplication.getThemeIcon("mActionAddWmsLayer.svg") QIcon(":images/themes/default/mActionAddWmsLayer.svg")
QPixmap(":images/themes/default/mActionAddWmsLayer.svg")
mActionAddXyzLayer QgsApplication.getThemeIcon("mActionAddXyzLayer.svg") QIcon(":images/themes/default/mActionAddXyzLayer.svg")
QPixmap(":images/themes/default/mActionAddXyzLayer.svg")
mActionAddVectorTileLayer QgsApplication.getThemeIcon("mActionAddVectorTileLayer.svg") QIcon(":images/themes/default/mActionAddVectorTileLayer.svg")
QPixmap(":images/themes/default/mActionAddVectorTileLayer.svg")
mActionAddPointCloudLayer QgsApplication.getThemeIcon("mActionAddPointCloudLayer.svg") QIcon(":images/themes/default/mActionAddPointCloudLayer.svg")
QPixmap(":images/themes/default/mActionAddPointCloudLayer.svg")
mActionAddDelimitedTextLayer QgsApplication.getThemeIcon("mActionAddDelimitedTextLayer.svg") QIcon(":images/themes/default/mActionAddDelimitedTextLayer.svg")
QPixmap(":images/themes/default/mActionAddDelimitedTextLayer.svg")
mActionAddVirtualLayer QgsApplication.getThemeIcon("mActionAddVirtualLayer.svg") QIcon(":images/themes/default/mActionAddVirtualLayer.svg")
QPixmap(":images/themes/default/mActionAddVirtualLayer.svg")
mActionAlignBottom QgsApplication.getThemeIcon("mActionAlignBottom.svg") QIcon(":images/themes/default/mActionAlignBottom.svg")
QPixmap(":images/themes/default/mActionAlignBottom.svg")
mActionAlignHCenter QgsApplication.getThemeIcon("mActionAlignHCenter.svg") QIcon(":images/themes/default/mActionAlignHCenter.svg")
QPixmap(":images/themes/default/mActionAlignHCenter.svg")
mActionAlignLeft QgsApplication.getThemeIcon("mActionAlignLeft.svg") QIcon(":images/themes/default/mActionAlignLeft.svg")
QPixmap(":images/themes/default/mActionAlignLeft.svg")
mActionAlignRight QgsApplication.getThemeIcon("mActionAlignRight.svg") QIcon(":images/themes/default/mActionAlignRight.svg")
QPixmap(":images/themes/default/mActionAlignRight.svg")
mActionAlignTop QgsApplication.getThemeIcon("mActionAlignTop.svg") QIcon(":images/themes/default/mActionAlignTop.svg")
QPixmap(":images/themes/default/mActionAlignTop.svg")
mActionAlignVCenter QgsApplication.getThemeIcon("mActionAlignVCenter.svg") QIcon(":images/themes/default/mActionAlignVCenter.svg")
QPixmap(":images/themes/default/mActionAlignVCenter.svg")
mActionAllEdits QgsApplication.getThemeIcon("mActionAllEdits.svg") QIcon(":images/themes/default/mActionAllEdits.svg")
QPixmap(":images/themes/default/mActionAllEdits.svg")
mActionArrowDown QgsApplication.getThemeIcon("mActionArrowDown.svg") QIcon(":images/themes/default/mActionArrowDown.svg")
QPixmap(":images/themes/default/mActionArrowDown.svg")
mActionArrowLeft QgsApplication.getThemeIcon("mActionArrowLeft.svg") QIcon(":images/themes/default/mActionArrowLeft.svg")
QPixmap(":images/themes/default/mActionArrowLeft.svg")
mActionArrowRight QgsApplication.getThemeIcon("mActionArrowRight.svg") QIcon(":images/themes/default/mActionArrowRight.svg")
QPixmap(":images/themes/default/mActionArrowRight.svg")
mActionArrowUp QgsApplication.getThemeIcon("mActionArrowUp.svg") QIcon(":images/themes/default/mActionArrowUp.svg")
QPixmap(":images/themes/default/mActionArrowUp.svg")
mActionAtlasFirst QgsApplication.getThemeIcon("mActionAtlasFirst.svg") QIcon(":images/themes/default/mActionAtlasFirst.svg")
QPixmap(":images/themes/default/mActionAtlasFirst.svg")
mActionAtlasLast QgsApplication.getThemeIcon("mActionAtlasLast.svg") QIcon(":images/themes/default/mActionAtlasLast.svg")
QPixmap(":images/themes/default/mActionAtlasLast.svg")
mActionAtlasNext QgsApplication.getThemeIcon("mActionAtlasNext.svg") QIcon(":images/themes/default/mActionAtlasNext.svg")
QPixmap(":images/themes/default/mActionAtlasNext.svg")
mActionAtlasPrev QgsApplication.getThemeIcon("mActionAtlasPrev.svg") QIcon(":images/themes/default/mActionAtlasPrev.svg")
QPixmap(":images/themes/default/mActionAtlasPrev.svg")
mActionAtlasSettings QgsApplication.getThemeIcon("mActionAtlasSettings.svg") QIcon(":images/themes/default/mActionAtlasSettings.svg")
QPixmap(":images/themes/default/mActionAtlasSettings.svg")
mActionCalculateField QgsApplication.getThemeIcon("mActionCalculateField.svg") QIcon(":images/themes/default/mActionCalculateField.svg")
QPixmap(":images/themes/default/mActionCalculateField.svg")
mActionCancelAllEdits QgsApplication.getThemeIcon("mActionCancelAllEdits.svg") QIcon(":images/themes/default/mActionCancelAllEdits.svg")
QPixmap(":images/themes/default/mActionCancelAllEdits.svg")
mActionCancelEdits QgsApplication.getThemeIcon("mActionCancelEdits.svg") QIcon(":images/themes/default/mActionCancelEdits.svg")
QPixmap(":images/themes/default/mActionCancelEdits.svg")
mActionCaptureLine QgsApplication.getThemeIcon("mActionCaptureLine.svg") QIcon(":images/themes/default/mActionCaptureLine.svg")
QPixmap(":images/themes/default/mActionCaptureLine.svg")
mActionCapturePoint QgsApplication.getThemeIcon("mActionCapturePoint.svg") QIcon(":images/themes/default/mActionCapturePoint.svg")
QPixmap(":images/themes/default/mActionCapturePoint.svg")
mActionCapturePolygon QgsApplication.getThemeIcon("mActionCapturePolygon.svg") QIcon(":images/themes/default/mActionCapturePolygon.svg")
QPixmap(":images/themes/default/mActionCapturePolygon.svg")
mActionNewTableRow QgsApplication.getThemeIcon("mActionNewTableRow.svg") QIcon(":images/themes/default/mActionNewTableRow.svg")
QPixmap(":images/themes/default/mActionNewTableRow.svg")
mActionChangeLabelProperties QgsApplication.getThemeIcon("mActionChangeLabelProperties.svg") QIcon(":images/themes/default/mActionChangeLabelProperties.svg")
QPixmap(":images/themes/default/mActionChangeLabelProperties.svg")
mActionCollapseTree QgsApplication.getThemeIcon("mActionCollapseTree.svg") QIcon(":images/themes/default/mActionCollapseTree.svg")
QPixmap(":images/themes/default/mActionCollapseTree.svg")
mActionComposerManager QgsApplication.getThemeIcon("mActionComposerManager.svg") QIcon(":images/themes/default/mActionComposerManager.svg")
QPixmap(":images/themes/default/mActionComposerManager.svg")
mActionConditionalFormatting QgsApplication.getThemeIcon("mActionConditionalFormatting.svg") QIcon(":images/themes/default/mActionConditionalFormatting.svg")
QPixmap(":images/themes/default/mActionConditionalFormatting.svg")
mActionContextHelp QgsApplication.getThemeIcon("mActionContextHelp.png") QIcon(":images/themes/default/mActionContextHelp.png")
QPixmap(":images/themes/default/mActionContextHelp.png")
mActionCreateMemory QgsApplication.getThemeIcon("mActionCreateMemory.svg") QIcon(":images/themes/default/mActionCreateMemory.svg")
QPixmap(":images/themes/default/mActionCreateMemory.svg")
mActionCreateTable QgsApplication.getThemeIcon("mActionCreateTable.svg") QIcon(":images/themes/default/mActionCreateTable.svg")
QPixmap(":images/themes/default/mActionCreateTable.svg")
mActionCustomProjection QgsApplication.getThemeIcon("mActionCustomProjection.svg") QIcon(":images/themes/default/mActionCustomProjection.svg")
QPixmap(":images/themes/default/mActionCustomProjection.svg")
mActionDecreaseBrightness QgsApplication.getThemeIcon("mActionDecreaseBrightness.svg") QIcon(":images/themes/default/mActionDecreaseBrightness.svg")
QPixmap(":images/themes/default/mActionDecreaseBrightness.svg")
mActionDecreaseContrast QgsApplication.getThemeIcon("mActionDecreaseContrast.svg") QIcon(":images/themes/default/mActionDecreaseContrast.svg")
QPixmap(":images/themes/default/mActionDecreaseContrast.svg")
mActionDecreaseGamma QgsApplication.getThemeIcon("mActionDecreaseGamma.svg") QIcon(":images/themes/default/mActionDecreaseGamma.svg")
QPixmap(":images/themes/default/mActionDecreaseGamma.svg")
mActionDeleteAttribute QgsApplication.getThemeIcon("mActionDeleteAttribute.svg") QIcon(":images/themes/default/mActionDeleteAttribute.svg")
QPixmap(":images/themes/default/mActionDeleteAttribute.svg")
mActionDeletePart QgsApplication.getThemeIcon("mActionDeletePart.svg") QIcon(":images/themes/default/mActionDeletePart.svg")
QPixmap(":images/themes/default/mActionDeletePart.svg")
mActionDeleteRing QgsApplication.getThemeIcon("mActionDeleteRing.svg") QIcon(":images/themes/default/mActionDeleteRing.svg")
QPixmap(":images/themes/default/mActionDeleteRing.svg")
mActionDeleteSelected QgsApplication.getThemeIcon("mActionDeleteSelected.svg") QIcon(":images/themes/default/mActionDeleteSelected.svg")
QPixmap(":images/themes/default/mActionDeleteSelected.svg")
mActionDeleteTable QgsApplication.getThemeIcon("mActionDeleteTable.svg") QIcon(":images/themes/default/mActionDeleteTable.svg")
QPixmap(":images/themes/default/mActionDeleteTable.svg")
mActionDeselectAll QgsApplication.getThemeIcon("mActionDeselectAll.svg") QIcon(":images/themes/default/mActionDeselectAll.svg")
QPixmap(":images/themes/default/mActionDeselectAll.svg")
mActionDeselectActiveLayer QgsApplication.getThemeIcon("mActionDeselectActiveLayer.svg") QIcon(":images/themes/default/mActionDeselectActiveLayer.svg")
QPixmap(":images/themes/default/mActionDeselectActiveLayer.svg")
mActionDigitizeShape QgsApplication.getThemeIcon("mActionDigitizeShape.svg") QIcon(":images/themes/default/mActionDigitizeShape.svg")
QPixmap(":images/themes/default/mActionDigitizeShape.svg")
mActionDigitizeWithCurve QgsApplication.getThemeIcon("mActionDigitizeWithCurve.svg") QIcon(":images/themes/default/mActionDigitizeWithCurve.svg")
QPixmap(":images/themes/default/mActionDigitizeWithCurve.svg")
mActionDigitizeWithSegment QgsApplication.getThemeIcon("mActionDigitizeWithSegment.svg") QIcon(":images/themes/default/mActionDigitizeWithSegment.svg")
QPixmap(":images/themes/default/mActionDigitizeWithSegment.svg")
mActionDuplicateLayer QgsApplication.getThemeIcon("mActionDuplicateLayer.svg") QIcon(":images/themes/default/mActionDuplicateLayer.svg")
QPixmap(":images/themes/default/mActionDuplicateLayer.svg")
mActionDuplicateComposer QgsApplication.getThemeIcon("mActionDuplicateComposer.svg") QIcon(":images/themes/default/mActionDuplicateComposer.svg")
QPixmap(":images/themes/default/mActionDuplicateComposer.svg")
mActionEditCopy QgsApplication.getThemeIcon("mActionEditCopy.svg") QIcon(":images/themes/default/mActionEditCopy.svg")
QPixmap(":images/themes/default/mActionEditCopy.svg")
mActionEditCut QgsApplication.getThemeIcon("mActionEditCut.svg") QIcon(":images/themes/default/mActionEditCut.svg")
QPixmap(":images/themes/default/mActionEditCut.svg")
mActionEditPaste QgsApplication.getThemeIcon("mActionEditPaste.svg") QIcon(":images/themes/default/mActionEditPaste.svg")
QPixmap(":images/themes/default/mActionEditPaste.svg")
mActionEditTable QgsApplication.getThemeIcon("mActionEditTable.svg") QIcon(":images/themes/default/mActionEditTable.svg")
QPixmap(":images/themes/default/mActionEditTable.svg")
mActionExpandNewTree QgsApplication.getThemeIcon("mActionExpandNewTree.svg") QIcon(":images/themes/default/mActionExpandNewTree.svg")
QPixmap(":images/themes/default/mActionExpandNewTree.svg")
mActionExpandTree QgsApplication.getThemeIcon("mActionExpandTree.svg") QIcon(":images/themes/default/mActionExpandTree.svg")
QPixmap(":images/themes/default/mActionExpandTree.svg")
mActionFileExit QgsApplication.getThemeIcon("mActionFileExit.svg") QIcon(":images/themes/default/mActionFileExit.svg")
QPixmap(":images/themes/default/mActionFileExit.svg")
mActionFileNew QgsApplication.getThemeIcon("mActionFileNew.svg") QIcon(":images/themes/default/mActionFileNew.svg")
QPixmap(":images/themes/default/mActionFileNew.svg")
mActionFileOpen QgsApplication.getThemeIcon("mActionFileOpen.svg") QIcon(":images/themes/default/mActionFileOpen.svg")
QPixmap(":images/themes/default/mActionFileOpen.svg")
mActionFilePrint QgsApplication.getThemeIcon("mActionFilePrint.svg") QIcon(":images/themes/default/mActionFilePrint.svg")
QPixmap(":images/themes/default/mActionFilePrint.svg")
mActionFileSave QgsApplication.getThemeIcon("mActionFileSave.svg") QIcon(":images/themes/default/mActionFileSave.svg")
QPixmap(":images/themes/default/mActionFileSave.svg")
mActionFileSaveAs QgsApplication.getThemeIcon("mActionFileSaveAs.svg") QIcon(":images/themes/default/mActionFileSaveAs.svg")
QPixmap(":images/themes/default/mActionFileSaveAs.svg")
mActionFillRing QgsApplication.getThemeIcon("mActionFillRing.svg") QIcon(":images/themes/default/mActionFillRing.svg")
QPixmap(":images/themes/default/mActionFillRing.svg")
mActionFilter QgsApplication.getThemeIcon("mActionFilter.svg") QIcon(":images/themes/default/mActionFilter.svg")
QPixmap(":images/themes/default/mActionFilter.svg")
mActionFilter2 QgsApplication.getThemeIcon("mActionFilter2.svg") QIcon(":images/themes/default/mActionFilter2.svg")
QPixmap(":images/themes/default/mActionFilter2.svg")
mActionFolder QgsApplication.getThemeIcon("mActionFolder.svg") QIcon(":images/themes/default/mActionFolder.svg")
QPixmap(":images/themes/default/mActionFolder.svg")
mActionFormAnnotation QgsApplication.getThemeIcon("mActionFormAnnotation.svg") QIcon(":images/themes/default/mActionFormAnnotation.svg")
QPixmap(":images/themes/default/mActionFormAnnotation.svg")
mActionFromLargestFeature QgsApplication.getThemeIcon("mActionFromLargestFeature.svg") QIcon(":images/themes/default/mActionFromLargestFeature.svg")
QPixmap(":images/themes/default/mActionFromLargestFeature.svg")
mActionFromSelectedFeature QgsApplication.getThemeIcon("mActionFromSelectedFeature.svg") QIcon(":images/themes/default/mActionFromSelectedFeature.svg")
QPixmap(":images/themes/default/mActionFromSelectedFeature.svg")
mActionFormView QgsApplication.getThemeIcon("mActionFormView.svg") QIcon(":images/themes/default/mActionFormView.svg")
QPixmap(":images/themes/default/mActionFormView.svg")
mActionFullCumulativeCutStretch QgsApplication.getThemeIcon("mActionFullCumulativeCutStretch.svg") QIcon(":images/themes/default/mActionFullCumulativeCutStretch.svg")
QPixmap(":images/themes/default/mActionFullCumulativeCutStretch.svg")
mActionFullHistogramStretch QgsApplication.getThemeIcon("mActionFullHistogramStretch.svg") QIcon(":images/themes/default/mActionFullHistogramStretch.svg")
QPixmap(":images/themes/default/mActionFullHistogramStretch.svg")
mActionGroupItems QgsApplication.getThemeIcon("mActionGroupItems.svg") QIcon(":images/themes/default/mActionGroupItems.svg")
QPixmap(":images/themes/default/mActionGroupItems.svg")
mActionHelpAbout QgsApplication.getThemeIcon("mActionHelpAbout.svg") QIcon(":images/themes/default/mActionHelpAbout.svg")
QPixmap(":images/themes/default/mActionHelpAbout.svg")
mActionHelpContents QgsApplication.getThemeIcon("mActionHelpContents.svg") QIcon(":images/themes/default/mActionHelpContents.svg")
QPixmap(":images/themes/default/mActionHelpContents.svg")
mActionHelpSponsors QgsApplication.getThemeIcon("mActionHelpSponsors.png") QIcon(":images/themes/default/mActionHelpSponsors.png")
QPixmap(":images/themes/default/mActionHelpSponsors.png")
mActionHideAllLayers QgsApplication.getThemeIcon("mActionHideAllLayers.svg") QIcon(":images/themes/default/mActionHideAllLayers.svg")
QPixmap(":images/themes/default/mActionHideAllLayers.svg")
mActionToggleAllLayers QgsApplication.getThemeIcon("mActionToggleAllLayers.svg") QIcon(":images/themes/default/mActionToggleAllLayers.svg")
QPixmap(":images/themes/default/mActionToggleAllLayers.svg")
mActionToggleSelectedLayers QgsApplication.getThemeIcon("mActionToggleSelectedLayers.svg") QIcon(":images/themes/default/mActionToggleSelectedLayers.svg")
QPixmap(":images/themes/default/mActionToggleSelectedLayers.svg")
mActionHideSelectedLayers QgsApplication.getThemeIcon("mActionHideSelectedLayers.svg") QIcon(":images/themes/default/mActionHideSelectedLayers.svg")
QPixmap(":images/themes/default/mActionHideSelectedLayers.svg")
mActionHideDeselectedLayers QgsApplication.getThemeIcon("mActionHideDeselectedLayers.svg") QIcon(":images/themes/default/mActionHideDeselectedLayers.svg")
QPixmap(":images/themes/default/mActionHideDeselectedLayers.svg")
mActionHistory QgsApplication.getThemeIcon("mActionHistory.svg") QIcon(":images/themes/default/mActionHistory.svg")
QPixmap(":images/themes/default/mActionHistory.svg")
mActionHtmlAnnotation QgsApplication.getThemeIcon("mActionHtmlAnnotation.svg") QIcon(":images/themes/default/mActionHtmlAnnotation.svg")
QPixmap(":images/themes/default/mActionHtmlAnnotation.svg")
mActionIdentify QgsApplication.getThemeIcon("mActionIdentify.svg") QIcon(":images/themes/default/mActionIdentify.svg")
QPixmap(":images/themes/default/mActionIdentify.svg")
mActionIncreaseBrightness QgsApplication.getThemeIcon("mActionIncreaseBrightness.svg") QIcon(":images/themes/default/mActionIncreaseBrightness.svg")
QPixmap(":images/themes/default/mActionIncreaseBrightness.svg")
mActionIncreaseContrast QgsApplication.getThemeIcon("mActionIncreaseContrast.svg") QIcon(":images/themes/default/mActionIncreaseContrast.svg")
QPixmap(":images/themes/default/mActionIncreaseContrast.svg")
mActionIncreaseGamma QgsApplication.getThemeIcon("mActionIncreaseGamma.svg") QIcon(":images/themes/default/mActionIncreaseGamma.svg")
QPixmap(":images/themes/default/mActionIncreaseGamma.svg")
mActionInOverview QgsApplication.getThemeIcon("mActionInOverview.svg") QIcon(":images/themes/default/mActionInOverview.svg")
QPixmap(":images/themes/default/mActionInOverview.svg")
mActionInvertSelection QgsApplication.getThemeIcon("mActionInvertSelection.svg") QIcon(":images/themes/default/mActionInvertSelection.svg")
QPixmap(":images/themes/default/mActionInvertSelection.svg")
mActionKeyboardShortcuts QgsApplication.getThemeIcon("mActionKeyboardShortcuts.svg") QIcon(":images/themes/default/mActionKeyboardShortcuts.svg")
QPixmap(":images/themes/default/mActionKeyboardShortcuts.svg")
mActionLabel QgsApplication.getThemeIcon("mActionLabel.svg") QIcon(":images/themes/default/mActionLabel.svg")
QPixmap(":images/themes/default/mActionLabel.svg")
mActionLabeling QgsApplication.getThemeIcon("mActionLabeling.svg") QIcon(":images/themes/default/mActionLabeling.svg")
QPixmap(":images/themes/default/mActionLabeling.svg")
mActionLocalCumulativeCutStretch QgsApplication.getThemeIcon("mActionLocalCumulativeCutStretch.svg") QIcon(":images/themes/default/mActionLocalCumulativeCutStretch.svg")
QPixmap(":images/themes/default/mActionLocalCumulativeCutStretch.svg")
mActionLocalHistogramStretch QgsApplication.getThemeIcon("mActionLocalHistogramStretch.svg") QIcon(":images/themes/default/mActionLocalHistogramStretch.svg")
QPixmap(":images/themes/default/mActionLocalHistogramStretch.svg")
mActionLockItems QgsApplication.getThemeIcon("mActionLockItems.svg") QIcon(":images/themes/default/mActionLockItems.svg")
QPixmap(":images/themes/default/mActionLockItems.svg")
mActionLowerItems QgsApplication.getThemeIcon("mActionLowerItems.svg") QIcon(":images/themes/default/mActionLowerItems.svg")
QPixmap(":images/themes/default/mActionLowerItems.svg")
mActionMapTips QgsApplication.getThemeIcon("mActionMapTips.svg") QIcon(":images/themes/default/mActionMapTips.svg")
QPixmap(":images/themes/default/mActionMapTips.svg")
mActionMeasure QgsApplication.getThemeIcon("mActionMeasure.svg") QIcon(":images/themes/default/mActionMeasure.svg")
QPixmap(":images/themes/default/mActionMeasure.svg")
mActionMeasureAngle QgsApplication.getThemeIcon("mActionMeasureAngle.svg") QIcon(":images/themes/default/mActionMeasureAngle.svg")
QPixmap(":images/themes/default/mActionMeasureAngle.svg")
mActionMeasureArea QgsApplication.getThemeIcon("mActionMeasureArea.svg") QIcon(":images/themes/default/mActionMeasureArea.svg")
QPixmap(":images/themes/default/mActionMeasureArea.svg")
mActionMergeFeatureAttributes QgsApplication.getThemeIcon("mActionMergeFeatureAttributes.svg") QIcon(":images/themes/default/mActionMergeFeatureAttributes.svg")
QPixmap(":images/themes/default/mActionMergeFeatureAttributes.svg")
mActionMergeFeatures QgsApplication.getThemeIcon("mActionMergeFeatures.svg") QIcon(":images/themes/default/mActionMergeFeatures.svg")
QPixmap(":images/themes/default/mActionMergeFeatures.svg")
mActionMoveFeature QgsApplication.getThemeIcon("mActionMoveFeature.svg") QIcon(":images/themes/default/mActionMoveFeature.svg")
QPixmap(":images/themes/default/mActionMoveFeature.svg")
mActionMoveFeatureLine QgsApplication.getThemeIcon("mActionMoveFeatureLine.svg") QIcon(":images/themes/default/mActionMoveFeatureLine.svg")
QPixmap(":images/themes/default/mActionMoveFeatureLine.svg")
mActionMoveFeaturePoint QgsApplication.getThemeIcon("mActionMoveFeaturePoint.svg") QIcon(":images/themes/default/mActionMoveFeaturePoint.svg")
QPixmap(":images/themes/default/mActionMoveFeaturePoint.svg")
mActionMoveItemContent QgsApplication.getThemeIcon("mActionMoveItemContent.svg") QIcon(":images/themes/default/mActionMoveItemContent.svg")
QPixmap(":images/themes/default/mActionMoveItemContent.svg")
mActionMoveItemsToBottom QgsApplication.getThemeIcon("mActionMoveItemsToBottom.svg") QIcon(":images/themes/default/mActionMoveItemsToBottom.svg")
QPixmap(":images/themes/default/mActionMoveItemsToBottom.svg")
mActionMoveItemsToTop QgsApplication.getThemeIcon("mActionMoveItemsToTop.svg") QIcon(":images/themes/default/mActionMoveItemsToTop.svg")
QPixmap(":images/themes/default/mActionMoveItemsToTop.svg")
mActionMoveLabel QgsApplication.getThemeIcon("mActionMoveLabel.svg") QIcon(":images/themes/default/mActionMoveLabel.svg")
QPixmap(":images/themes/default/mActionMoveLabel.svg")
mActionMoveVertex QgsApplication.getThemeIcon("mActionMoveVertex.svg") QIcon(":images/themes/default/mActionMoveVertex.svg")
QPixmap(":images/themes/default/mActionMoveVertex.svg")
mActionNewAttribute QgsApplication.getThemeIcon("mActionNewAttribute.svg") QIcon(":images/themes/default/mActionNewAttribute.svg")
QPixmap(":images/themes/default/mActionNewAttribute.svg")
mActionNewBookmark QgsApplication.getThemeIcon("mActionNewBookmark.svg") QIcon(":images/themes/default/mActionNewBookmark.svg")
QPixmap(":images/themes/default/mActionNewBookmark.svg")
mActionNewComposer QgsApplication.getThemeIcon("mActionNewComposer.svg") QIcon(":images/themes/default/mActionNewComposer.svg")
QPixmap(":images/themes/default/mActionNewComposer.svg")
mActionNewSpatiaLiteLayer QgsApplication.getThemeIcon("mActionNewSpatiaLiteLayer.svg") QIcon(":images/themes/default/mActionNewSpatiaLiteLayer.svg")
QPixmap(":images/themes/default/mActionNewSpatiaLiteLayer.svg")
mActionNewGeoPackageLayer QgsApplication.getThemeIcon("mActionNewGeoPackageLayer.svg") QIcon(":images/themes/default/mActionNewGeoPackageLayer.svg")
QPixmap(":images/themes/default/mActionNewGeoPackageLayer.svg")
mActionNewVectorLayer QgsApplication.getThemeIcon("mActionNewVectorLayer.svg") QIcon(":images/themes/default/mActionNewVectorLayer.svg")
QPixmap(":images/themes/default/mActionNewVectorLayer.svg")
mActionVertexTool QgsApplication.getThemeIcon("mActionVertexTool.svg") QIcon(":images/themes/default/mActionVertexTool.svg")
QPixmap(":images/themes/default/mActionVertexTool.svg")
mActionVertexToolActiveLayer QgsApplication.getThemeIcon("mActionVertexToolActiveLayer.svg") QIcon(":images/themes/default/mActionVertexToolActiveLayer.svg")
QPixmap(":images/themes/default/mActionVertexToolActiveLayer.svg")
mActionViewExtentInCanvas QgsApplication.getThemeIcon("mActionViewExtentInCanvas.svg") QIcon(":images/themes/default/mActionViewExtentInCanvas.svg")
QPixmap(":images/themes/default/mActionViewExtentInCanvas.svg")
mActionViewScaleInCanvas QgsApplication.getThemeIcon("mActionViewScaleInCanvas.svg") QIcon(":images/themes/default/mActionViewScaleInCanvas.svg")
QPixmap(":images/themes/default/mActionViewScaleInCanvas.svg")
mActionOffsetCurve QgsApplication.getThemeIcon("mActionOffsetCurve.svg") QIcon(":images/themes/default/mActionOffsetCurve.svg")
QPixmap(":images/themes/default/mActionOffsetCurve.svg")
mActionOpenTable QgsApplication.getThemeIcon("mActionOpenTable.svg") QIcon(":images/themes/default/mActionOpenTable.svg")
QPixmap(":images/themes/default/mActionOpenTable.svg")
mActionOpenTableEdited QgsApplication.getThemeIcon("mActionOpenTableEdited.svg") QIcon(":images/themes/default/mActionOpenTableEdited.svg")
QPixmap(":images/themes/default/mActionOpenTableEdited.svg")
mActionOpenTableSelected QgsApplication.getThemeIcon("mActionOpenTableSelected.svg") QIcon(":images/themes/default/mActionOpenTableSelected.svg")
QPixmap(":images/themes/default/mActionOpenTableSelected.svg")
mActionOpenTableInvalid QgsApplication.getThemeIcon("mActionOpenTableInvalid.svg") QIcon(":images/themes/default/mActionOpenTableInvalid.svg")
QPixmap(":images/themes/default/mActionOpenTableInvalid.svg")
mActionOpenTableVisible QgsApplication.getThemeIcon("mActionOpenTableVisible.svg") QIcon(":images/themes/default/mActionOpenTableVisible.svg")
QPixmap(":images/themes/default/mActionOpenTableVisible.svg")
mActionAddTable QgsApplication.getThemeIcon("mActionAddTable.svg") QIcon(":images/themes/default/mActionAddTable.svg")
QPixmap(":images/themes/default/mActionAddTable.svg")
mActionOffsetPointSymbols QgsApplication.getThemeIcon("mActionOffsetPointSymbols.svg") QIcon(":images/themes/default/mActionOffsetPointSymbols.svg")
QPixmap(":images/themes/default/mActionOffsetPointSymbols.svg")
mActionOptions QgsApplication.getThemeIcon("mActionOptions.svg") QIcon(":images/themes/default/mActionOptions.svg")
QPixmap(":images/themes/default/mActionOptions.svg")
mActionPan QgsApplication.getThemeIcon("mActionPan.svg") QIcon(":images/themes/default/mActionPan.svg")
QPixmap(":images/themes/default/mActionPan.svg")
mActionPanTo QgsApplication.getThemeIcon("mActionPanTo.svg") QIcon(":images/themes/default/mActionPanTo.svg")
QPixmap(":images/themes/default/mActionPanTo.svg")
mActionPanToSelected QgsApplication.getThemeIcon("mActionPanToSelected.svg") QIcon(":images/themes/default/mActionPanToSelected.svg")
QPixmap(":images/themes/default/mActionPanToSelected.svg")
mActionPinLabels QgsApplication.getThemeIcon("mActionPinLabels.svg") QIcon(":images/themes/default/mActionPinLabels.svg")
QPixmap(":images/themes/default/mActionPinLabels.svg")
mActionProcessSelected QgsApplication.getThemeIcon("mActionProcessSelected.svg") QIcon(":images/themes/default/mActionProcessSelected.svg")
QPixmap(":images/themes/default/mActionProcessSelected.svg")
mActionProjectProperties QgsApplication.getThemeIcon("mActionProjectProperties.svg") QIcon(":images/themes/default/mActionProjectProperties.svg")
QPixmap(":images/themes/default/mActionProjectProperties.svg")
mActionPropertiesWidget QgsApplication.getThemeIcon("mActionPropertiesWidget.svg") QIcon(":images/themes/default/mActionPropertiesWidget.svg")
QPixmap(":images/themes/default/mActionPropertiesWidget.svg")
mActionPropertyItem QgsApplication.getThemeIcon("mActionPropertyItem.svg") QIcon(":images/themes/default/mActionPropertyItem.svg")
QPixmap(":images/themes/default/mActionPropertyItem.svg")
mActionQgisHomePage QgsApplication.getThemeIcon("mActionQgisHomePage.png") QIcon(":images/themes/default/mActionQgisHomePage.png")
QPixmap(":images/themes/default/mActionQgisHomePage.png")
mActionRaiseItems QgsApplication.getThemeIcon("mActionRaiseItems.svg") QIcon(":images/themes/default/mActionRaiseItems.svg")
QPixmap(":images/themes/default/mActionRaiseItems.svg")
mActionRecord QgsApplication.getThemeIcon("mActionRecord.svg") QIcon(":images/themes/default/mActionRecord.svg")
QPixmap(":images/themes/default/mActionRecord.svg")
mActionRedo QgsApplication.getThemeIcon("mActionRedo.svg") QIcon(":images/themes/default/mActionRedo.svg")
QPixmap(":images/themes/default/mActionRedo.svg")
mActionRefresh QgsApplication.getThemeIcon("mActionRefresh.svg") QIcon(":images/themes/default/mActionRefresh.svg")
QPixmap(":images/themes/default/mActionRefresh.svg")
mActionReload QgsApplication.getThemeIcon("mActionReload.svg") QIcon(":images/themes/default/mActionReload.svg")
QPixmap(":images/themes/default/mActionReload.svg")
mActionRemove QgsApplication.getThemeIcon("mActionRemove.svg") QIcon(":images/themes/default/mActionRemove.svg")
QPixmap(":images/themes/default/mActionRemove.svg")
mActionRemoveAllFromOverview QgsApplication.getThemeIcon("mActionRemoveAllFromOverview.svg") QIcon(":images/themes/default/mActionRemoveAllFromOverview.svg")
QPixmap(":images/themes/default/mActionRemoveAllFromOverview.svg")
mActionRemoveLayer QgsApplication.getThemeIcon("mActionRemoveLayer.svg") QIcon(":images/themes/default/mActionRemoveLayer.svg")
QPixmap(":images/themes/default/mActionRemoveLayer.svg")
mActionRemoveSelectedFeature QgsApplication.getThemeIcon("mActionRemoveSelectedFeature.svg") QIcon(":images/themes/default/mActionRemoveSelectedFeature.svg")
QPixmap(":images/themes/default/mActionRemoveSelectedFeature.svg")
mActionReshape QgsApplication.getThemeIcon("mActionReshape.svg") QIcon(":images/themes/default/mActionReshape.svg")
QPixmap(":images/themes/default/mActionReshape.svg")
mActionResizeNarrowest QgsApplication.getThemeIcon("mActionResizeNarrowest.svg") QIcon(":images/themes/default/mActionResizeNarrowest.svg")
QPixmap(":images/themes/default/mActionResizeNarrowest.svg")
mActionResizeShortest QgsApplication.getThemeIcon("mActionResizeShortest.svg") QIcon(":images/themes/default/mActionResizeShortest.svg")
QPixmap(":images/themes/default/mActionResizeShortest.svg")
mActionResizeTallest QgsApplication.getThemeIcon("mActionResizeTallest.svg") QIcon(":images/themes/default/mActionResizeTallest.svg")
QPixmap(":images/themes/default/mActionResizeTallest.svg")
mActionResizeWidest QgsApplication.getThemeIcon("mActionResizeWidest.svg") QIcon(":images/themes/default/mActionResizeWidest.svg")
QPixmap(":images/themes/default/mActionResizeWidest.svg")
mActionRollbackAllEdits QgsApplication.getThemeIcon("mActionRollbackAllEdits.svg") QIcon(":images/themes/default/mActionRollbackAllEdits.svg")
QPixmap(":images/themes/default/mActionRollbackAllEdits.svg")
mActionRollbackEdits QgsApplication.getThemeIcon("mActionRollbackEdits.svg") QIcon(":images/themes/default/mActionRollbackEdits.svg")
QPixmap(":images/themes/default/mActionRollbackEdits.svg")
mActionRotateFeature QgsApplication.getThemeIcon("mActionRotateFeature.svg") QIcon(":images/themes/default/mActionRotateFeature.svg")
QPixmap(":images/themes/default/mActionRotateFeature.svg")
mActionRotateLabel QgsApplication.getThemeIcon("mActionRotateLabel.svg") QIcon(":images/themes/default/mActionRotateLabel.svg")
QPixmap(":images/themes/default/mActionRotateLabel.svg")
mActionRotatePointSymbols QgsApplication.getThemeIcon("mActionRotatePointSymbols.svg") QIcon(":images/themes/default/mActionRotatePointSymbols.svg")
QPixmap(":images/themes/default/mActionRotatePointSymbols.svg")
mActionSaveAllEdits QgsApplication.getThemeIcon("mActionSaveAllEdits.svg") QIcon(":images/themes/default/mActionSaveAllEdits.svg")
QPixmap(":images/themes/default/mActionSaveAllEdits.svg")
mActionSaveAsPDF QgsApplication.getThemeIcon("mActionSaveAsPDF.svg") QIcon(":images/themes/default/mActionSaveAsPDF.svg")
QPixmap(":images/themes/default/mActionSaveAsPDF.svg")
mActionSaveAsPython QgsApplication.getThemeIcon("mActionSaveAsPython.svg") QIcon(":images/themes/default/mActionSaveAsPython.svg")
QPixmap(":images/themes/default/mActionSaveAsPython.svg")
mActionSaveAsSVG QgsApplication.getThemeIcon("mActionSaveAsSVG.svg") QIcon(":images/themes/default/mActionSaveAsSVG.svg")
QPixmap(":images/themes/default/mActionSaveAsSVG.svg")
mActionSaveEdits QgsApplication.getThemeIcon("mActionSaveEdits.svg") QIcon(":images/themes/default/mActionSaveEdits.svg")
QPixmap(":images/themes/default/mActionSaveEdits.svg")
mActionSaveMapAsImage QgsApplication.getThemeIcon("mActionSaveMapAsImage.svg") QIcon(":images/themes/default/mActionSaveMapAsImage.svg")
QPixmap(":images/themes/default/mActionSaveMapAsImage.svg")
mActionScaleBar QgsApplication.getThemeIcon("mActionScaleBar.svg") QIcon(":images/themes/default/mActionScaleBar.svg")
QPixmap(":images/themes/default/mActionScaleBar.svg")
mActionScaleFeature QgsApplication.getThemeIcon("mActionScaleFeature.svg") QIcon(":images/themes/default/mActionScaleFeature.svg")
QPixmap(":images/themes/default/mActionScaleFeature.svg")
mActionScriptOpen QgsApplication.getThemeIcon("mActionScriptOpen.svg") QIcon(":images/themes/default/mActionScriptOpen.svg")
QPixmap(":images/themes/default/mActionScriptOpen.svg")
mActionSelect QgsApplication.getThemeIcon("mActionSelect.svg") QIcon(":images/themes/default/mActionSelect.svg")
QPixmap(":images/themes/default/mActionSelect.svg")
mActionSelectAll QgsApplication.getThemeIcon("mActionSelectAll.svg") QIcon(":images/themes/default/mActionSelectAll.svg")
QPixmap(":images/themes/default/mActionSelectAll.svg")
mActionSelectedToTop QgsApplication.getThemeIcon("mActionSelectedToTop.svg") QIcon(":images/themes/default/mActionSelectedToTop.svg")
QPixmap(":images/themes/default/mActionSelectedToTop.svg")
mActionSelectFreehand QgsApplication.getThemeIcon("mActionSelectFreehand.svg") QIcon(":images/themes/default/mActionSelectFreehand.svg")
QPixmap(":images/themes/default/mActionSelectFreehand.svg")
mActionSelectPan QgsApplication.getThemeIcon("mActionSelectPan.svg") QIcon(":images/themes/default/mActionSelectPan.svg")
QPixmap(":images/themes/default/mActionSelectPan.svg")
mActionSelectPolygon QgsApplication.getThemeIcon("mActionSelectPolygon.svg") QIcon(":images/themes/default/mActionSelectPolygon.svg")
QPixmap(":images/themes/default/mActionSelectPolygon.svg")
mActionSelectRadius QgsApplication.getThemeIcon("mActionSelectRadius.svg") QIcon(":images/themes/default/mActionSelectRadius.svg")
QPixmap(":images/themes/default/mActionSelectRadius.svg")
mActionSelectRectangle QgsApplication.getThemeIcon("mActionSelectRectangle.svg") QIcon(":images/themes/default/mActionSelectRectangle.svg")
QPixmap(":images/themes/default/mActionSelectRectangle.svg")
mActionSelectAllTree QgsApplication.getThemeIcon("mActionSelectAllTree.svg") QIcon(":images/themes/default/mActionSelectAllTree.svg")
QPixmap(":images/themes/default/mActionSelectAllTree.svg")
mActionDeselectAllTree QgsApplication.getThemeIcon("mActionDeselectAllTree.svg") QIcon(":images/themes/default/mActionDeselectAllTree.svg")
QPixmap(":images/themes/default/mActionDeselectAllTree.svg")
mActionSetProjection QgsApplication.getThemeIcon("mActionSetProjection.svg") QIcon(":images/themes/default/mActionSetProjection.svg")
QPixmap(":images/themes/default/mActionSetProjection.svg")
mActionSetToCanvasExtent QgsApplication.getThemeIcon("mActionSetToCanvasExtent.svg") QIcon(":images/themes/default/mActionSetToCanvasExtent.svg")
QPixmap(":images/themes/default/mActionSetToCanvasExtent.svg")
mActionSetToCanvasScale QgsApplication.getThemeIcon("mActionSetToCanvasScale.svg") QIcon(":images/themes/default/mActionSetToCanvasScale.svg")
QPixmap(":images/themes/default/mActionSetToCanvasScale.svg")
mActionSharing QgsApplication.getThemeIcon("mActionSharing.svg") QIcon(":images/themes/default/mActionSharing.svg")
QPixmap(":images/themes/default/mActionSharing.svg")
mActionSharingExport QgsApplication.getThemeIcon("mActionSharingExport.svg") QIcon(":images/themes/default/mActionSharingExport.svg")
QPixmap(":images/themes/default/mActionSharingExport.svg")
mActionSharingImport QgsApplication.getThemeIcon("mActionSharingImport.svg") QIcon(":images/themes/default/mActionSharingImport.svg")
QPixmap(":images/themes/default/mActionSharingImport.svg")
mActionShowAllLayers QgsApplication.getThemeIcon("mActionShowAllLayers.svg") QIcon(":images/themes/default/mActionShowAllLayers.svg")
QPixmap(":images/themes/default/mActionShowAllLayers.svg")
mActionShowAllLayersGray QgsApplication.getThemeIcon("mActionShowAllLayersGray.svg") QIcon(":images/themes/default/mActionShowAllLayersGray.svg")
QPixmap(":images/themes/default/mActionShowAllLayersGray.svg")
mActionShowBookmarks QgsApplication.getThemeIcon("mActionShowBookmarks.svg") QIcon(":images/themes/default/mActionShowBookmarks.svg")
QPixmap(":images/themes/default/mActionShowBookmarks.svg")
mActionShowHideLabels QgsApplication.getThemeIcon("mActionShowHideLabels.svg") QIcon(":images/themes/default/mActionShowHideLabels.svg")
QPixmap(":images/themes/default/mActionShowHideLabels.svg")
mActionShowPinnedLabels QgsApplication.getThemeIcon("mActionShowPinnedLabels.svg") QIcon(":images/themes/default/mActionShowPinnedLabels.svg")
QPixmap(":images/themes/default/mActionShowPinnedLabels.svg")
mActionShowPluginManager QgsApplication.getThemeIcon("mActionShowPluginManager.svg") QIcon(":images/themes/default/mActionShowPluginManager.svg")
QPixmap(":images/themes/default/mActionShowPluginManager.svg")
mActionShowRasterCalculator QgsApplication.getThemeIcon("mActionShowRasterCalculator.png") QIcon(":images/themes/default/mActionShowRasterCalculator.png")
QPixmap(":images/themes/default/mActionShowRasterCalculator.png")
mActionShowMeshCalculator QgsApplication.getThemeIcon("mActionShowMeshCalculator.svg") QIcon(":images/themes/default/mActionShowMeshCalculator.svg")
QPixmap(":images/themes/default/mActionShowMeshCalculator.svg")
mActionShowSelectedLayers QgsApplication.getThemeIcon("mActionShowSelectedLayers.svg") QIcon(":images/themes/default/mActionShowSelectedLayers.svg")
QPixmap(":images/themes/default/mActionShowSelectedLayers.svg")
mActionSimplify QgsApplication.getThemeIcon("mActionSimplify.svg") QIcon(":images/themes/default/mActionSimplify.svg")
QPixmap(":images/themes/default/mActionSimplify.svg")
mActionSplitFeatures QgsApplication.getThemeIcon("mActionSplitFeatures.svg") QIcon(":images/themes/default/mActionSplitFeatures.svg")
QPixmap(":images/themes/default/mActionSplitFeatures.svg")
mActionSplitParts QgsApplication.getThemeIcon("mActionSplitParts.svg") QIcon(":images/themes/default/mActionSplitParts.svg")
QPixmap(":images/themes/default/mActionSplitParts.svg")
mActionStart QgsApplication.getThemeIcon("mActionStart.svg") QIcon(":images/themes/default/mActionStart.svg")
QPixmap(":images/themes/default/mActionStart.svg")
mActionStop QgsApplication.getThemeIcon("mActionStop.svg") QIcon(":images/themes/default/mActionStop.svg")
QPixmap(":images/themes/default/mActionStop.svg")
mActionStyleManager QgsApplication.getThemeIcon("mActionStyleManager.svg") QIcon(":images/themes/default/mActionStyleManager.svg")
QPixmap(":images/themes/default/mActionStyleManager.svg")
mActionSum QgsApplication.getThemeIcon("mActionSum.svg") QIcon(":images/themes/default/mActionSum.svg")
QPixmap(":images/themes/default/mActionSum.svg")
mActionText QgsApplication.getThemeIcon("mActionText.svg") QIcon(":images/themes/default/mActionText.svg")
QPixmap(":images/themes/default/mActionText.svg")
mActionTextAnnotation QgsApplication.getThemeIcon("mActionTextAnnotation.svg") QIcon(":images/themes/default/mActionTextAnnotation.svg")
QPixmap(":images/themes/default/mActionTextAnnotation.svg")
mActionToggleEditing QgsApplication.getThemeIcon("mActionToggleEditing.svg") QIcon(":images/themes/default/mActionToggleEditing.svg")
QPixmap(":images/themes/default/mActionToggleEditing.svg")
mActionTouch QgsApplication.getThemeIcon("mActionTouch.svg") QIcon(":images/themes/default/mActionTouch.svg")
QPixmap(":images/themes/default/mActionTouch.svg")
mActionTouch2 QgsApplication.getThemeIcon("mActionTouch2.png") QIcon(":images/themes/default/mActionTouch2.png")
QPixmap(":images/themes/default/mActionTouch2.png")
mActionTracing QgsApplication.getThemeIcon("mActionTracing.svg") QIcon(":images/themes/default/mActionTracing.svg")
QPixmap(":images/themes/default/mActionTracing.svg")
mActionUndo QgsApplication.getThemeIcon("mActionUndo.svg") QIcon(":images/themes/default/mActionUndo.svg")
QPixmap(":images/themes/default/mActionUndo.svg")
mActionUngroupItems QgsApplication.getThemeIcon("mActionUngroupItems.svg") QIcon(":images/themes/default/mActionUngroupItems.svg")
QPixmap(":images/themes/default/mActionUngroupItems.svg")
mActionUnlockAll QgsApplication.getThemeIcon("mActionUnlockAll.svg") QIcon(":images/themes/default/mActionUnlockAll.svg")
QPixmap(":images/themes/default/mActionUnlockAll.svg")
mActionSvgAnnotation QgsApplication.getThemeIcon("mActionSvgAnnotation.svg") QIcon(":images/themes/default/mActionSvgAnnotation.svg")
QPixmap(":images/themes/default/mActionSvgAnnotation.svg")
mActionWhatsThis QgsApplication.getThemeIcon("mActionWhatsThis.svg") QIcon(":images/themes/default/mActionWhatsThis.svg")
QPixmap(":images/themes/default/mActionWhatsThis.svg")
mActionZoomActual QgsApplication.getThemeIcon("mActionZoomActual.svg") QIcon(":images/themes/default/mActionZoomActual.svg")
QPixmap(":images/themes/default/mActionZoomActual.svg")
mActionZoomFullExtent QgsApplication.getThemeIcon("mActionZoomFullExtent.svg") QIcon(":images/themes/default/mActionZoomFullExtent.svg")
QPixmap(":images/themes/default/mActionZoomFullExtent.svg")
mActionZoomIn QgsApplication.getThemeIcon("mActionZoomIn.svg") QIcon(":images/themes/default/mActionZoomIn.svg")
QPixmap(":images/themes/default/mActionZoomIn.svg")
mActionZoomLast QgsApplication.getThemeIcon("mActionZoomLast.svg") QIcon(":images/themes/default/mActionZoomLast.svg")
QPixmap(":images/themes/default/mActionZoomLast.svg")
mActionZoomNext QgsApplication.getThemeIcon("mActionZoomNext.svg") QIcon(":images/themes/default/mActionZoomNext.svg")
QPixmap(":images/themes/default/mActionZoomNext.svg")
mActionZoomOut QgsApplication.getThemeIcon("mActionZoomOut.svg") QIcon(":images/themes/default/mActionZoomOut.svg")
QPixmap(":images/themes/default/mActionZoomOut.svg")
mActionZoomTo QgsApplication.getThemeIcon("mActionZoomTo.svg") QIcon(":images/themes/default/mActionZoomTo.svg")
QPixmap(":images/themes/default/mActionZoomTo.svg")
mActionZoomToBookmark QgsApplication.getThemeIcon("mActionZoomToBookmark.svg") QIcon(":images/themes/default/mActionZoomToBookmark.svg")
QPixmap(":images/themes/default/mActionZoomToBookmark.svg")
mActionZoomToLayer QgsApplication.getThemeIcon("mActionZoomToLayer.svg") QIcon(":images/themes/default/mActionZoomToLayer.svg")
QPixmap(":images/themes/default/mActionZoomToLayer.svg")
mActionZoomToSelected QgsApplication.getThemeIcon("mActionZoomToSelected.svg") QIcon(":images/themes/default/mActionZoomToSelected.svg")
QPixmap(":images/themes/default/mActionZoomToSelected.svg")
mActionFilterTableFields QgsApplication.getThemeIcon("mActionFilterTableFields.svg") QIcon(":images/themes/default/mActionFilterTableFields.svg")
QPixmap(":images/themes/default/mActionFilterTableFields.svg")
mActionFirst QgsApplication.getThemeIcon("mActionFirst.svg") QIcon(":images/themes/default/mActionFirst.svg")
QPixmap(":images/themes/default/mActionFirst.svg")
mIcon3dAxis QgsApplication.getThemeIcon("mIcon3dAxis.svg") QIcon(":images/themes/default/mIcon3dAxis.svg")
QPixmap(":images/themes/default/mIcon3dAxis.svg")
mIconAtlas QgsApplication.getThemeIcon("mIconAtlas.svg") QIcon(":images/themes/default/mIconAtlas.svg")
QPixmap(":images/themes/default/mIconAtlas.svg")
mIconAutoPlacementSettings QgsApplication.getThemeIcon("mIconAutoPlacementSettings.svg") QIcon(":images/themes/default/mIconAutoPlacementSettings.svg")
QPixmap(":images/themes/default/mIconAutoPlacementSettings.svg")
mIconCamera QgsApplication.getThemeIcon("mIconCamera.svg") QIcon(":images/themes/default/mIconCamera.svg")
QPixmap(":images/themes/default/mIconCamera.svg")
mIconCertificate QgsApplication.getThemeIcon("mIconCertificate.svg") QIcon(":images/themes/default/mIconCertificate.svg")
QPixmap(":images/themes/default/mIconCertificate.svg")
mIconCertificateMissing QgsApplication.getThemeIcon("mIconCertificateMissing.svg") QIcon(":images/themes/default/mIconCertificateMissing.svg")
QPixmap(":images/themes/default/mIconCertificateMissing.svg")
mIconCertificateTrusted QgsApplication.getThemeIcon("mIconCertificateTrusted.svg") QIcon(":images/themes/default/mIconCertificateTrusted.svg")
QPixmap(":images/themes/default/mIconCertificateTrusted.svg")
mIconCertificateUntrusted QgsApplication.getThemeIcon("mIconCertificateUntrusted.svg") QIcon(":images/themes/default/mIconCertificateUntrusted.svg")
QPixmap(":images/themes/default/mIconCertificateUntrusted.svg")
mIconCollapse QgsApplication.getThemeIcon("mIconCollapse.svg") QIcon(":images/themes/default/mIconCollapse.svg")
QPixmap(":images/themes/default/mIconCollapse.svg")
mIconCollapseSmall QgsApplication.getThemeIcon("mIconCollapseSmall.svg") QIcon(":images/themes/default/mIconCollapseSmall.svg")
QPixmap(":images/themes/default/mIconCollapseSmall.svg")
mIconColorBox QgsApplication.getThemeIcon("mIconColorBox.svg") QIcon(":images/themes/default/mIconColorBox.svg")
QPixmap(":images/themes/default/mIconColorBox.svg")
mIconColorPicker QgsApplication.getThemeIcon("mIconColorPicker.svg") QIcon(":images/themes/default/mIconColorPicker.svg")
QPixmap(":images/themes/default/mIconColorPicker.svg")
mIconColorSwatches QgsApplication.getThemeIcon("mIconColorSwatches.svg") QIcon(":images/themes/default/mIconColorSwatches.svg")
QPixmap(":images/themes/default/mIconColorSwatches.svg")
mIconColorWheel QgsApplication.getThemeIcon("mIconColorWheel.svg") QIcon(":images/themes/default/mIconColorWheel.svg")
QPixmap(":images/themes/default/mIconColorWheel.svg")
mIconConnect QgsApplication.getThemeIcon("mIconConnect.svg") QIcon(":images/themes/default/mIconConnect.svg")
QPixmap(":images/themes/default/mIconConnect.svg")
mIconClose QgsApplication.getThemeIcon("mIconClose.svg") QIcon(":images/themes/default/mIconClose.svg")
QPixmap(":images/themes/default/mIconClose.svg")
mIconCloseTab QgsApplication.getThemeIcon("mIconCloseTab.svg") QIcon(":images/themes/default/mIconCloseTab.svg")
QPixmap(":images/themes/default/mIconCloseTab.svg")
mIconCloseTabHover QgsApplication.getThemeIcon("mIconCloseTabHover.svg") QIcon(":images/themes/default/mIconCloseTabHover.svg")
QPixmap(":images/themes/default/mIconCloseTabHover.svg")
mIconCritical QgsApplication.getThemeIcon("mIconCritical.svg") QIcon(":images/themes/default/mIconCritical.svg")
QPixmap(":images/themes/default/mIconCritical.svg")
mIconDataDefine QgsApplication.getThemeIcon("mIconDataDefine.svg") QIcon(":images/themes/default/mIconDataDefine.svg")
QPixmap(":images/themes/default/mIconDataDefine.svg")
mIconDataDefineError QgsApplication.getThemeIcon("mIconDataDefineError.svg") QIcon(":images/themes/default/mIconDataDefineError.svg")
QPixmap(":images/themes/default/mIconDataDefineError.svg")
mIconDataDefineOn QgsApplication.getThemeIcon("mIconDataDefineOn.svg") QIcon(":images/themes/default/mIconDataDefineOn.svg")
QPixmap(":images/themes/default/mIconDataDefineOn.svg")
mIconDataDefineExpression QgsApplication.getThemeIcon("mIconDataDefineExpression.svg") QIcon(":images/themes/default/mIconDataDefineExpression.svg")
QPixmap(":images/themes/default/mIconDataDefineExpression.svg")
mIconDataDefineExpressionError QgsApplication.getThemeIcon("mIconDataDefineExpressionError.svg") QIcon(":images/themes/default/mIconDataDefineExpressionError.svg")
QPixmap(":images/themes/default/mIconDataDefineExpressionError.svg")
mIconDataDefineExpressionOn QgsApplication.getThemeIcon("mIconDataDefineExpressionOn.svg") QIcon(":images/themes/default/mIconDataDefineExpressionOn.svg")
QPixmap(":images/themes/default/mIconDataDefineExpressionOn.svg")
mIconDbSchema QgsApplication.getThemeIcon("mIconDbSchema.svg") QIcon(":images/themes/default/mIconDbSchema.svg")
QPixmap(":images/themes/default/mIconDbSchema.svg")
mIconDelete QgsApplication.getThemeIcon("mIconDelete.svg") QIcon(":images/themes/default/mIconDelete.svg")
QPixmap(":images/themes/default/mIconDelete.svg")
mIconDeselected QgsApplication.getThemeIcon("mIconDeselected.svg") QIcon(":images/themes/default/mIconDeselected.svg")
QPixmap(":images/themes/default/mIconDeselected.svg")
mIconDropDownMenu QgsApplication.getThemeIcon("mIconDropDownMenu.svg") QIcon(":images/themes/default/mIconDropDownMenu.svg")
QPixmap(":images/themes/default/mIconDropDownMenu.svg")
mIconJoinNotEditable QgsApplication.getThemeIcon("mIconJoinNotEditable.svg") QIcon(":images/themes/default/mIconJoinNotEditable.svg")
QPixmap(":images/themes/default/mIconJoinNotEditable.svg")
mIconJoinedLayerNotEditable QgsApplication.getThemeIcon("mIconJoinedLayerNotEditable.svg") QIcon(":images/themes/default/mIconJoinedLayerNotEditable.svg")
QPixmap(":images/themes/default/mIconJoinedLayerNotEditable.svg")
mIconJoinHasNotUpsertOnEdit QgsApplication.getThemeIcon("mIconJoinHasNotUpsertOnEdit.svg") QIcon(":images/themes/default/mIconJoinHasNotUpsertOnEdit.svg")
QPixmap(":images/themes/default/mIconJoinHasNotUpsertOnEdit.svg")
mIconEditableEdits QgsApplication.getThemeIcon("mIconEditableEdits.svg") QIcon(":images/themes/default/mIconEditableEdits.svg")
QPixmap(":images/themes/default/mIconEditableEdits.svg")
mIconExpand QgsApplication.getThemeIcon("mIconExpand.svg") QIcon(":images/themes/default/mIconExpand.svg")
QPixmap(":images/themes/default/mIconExpand.svg")
mIconExpandSmall QgsApplication.getThemeIcon("mIconExpandSmall.svg") QIcon(":images/themes/default/mIconExpandSmall.svg")
QPixmap(":images/themes/default/mIconExpandSmall.svg")
mIconExpression QgsApplication.getThemeIcon("mIconExpression.svg") QIcon(":images/themes/default/mIconExpression.svg")
QPixmap(":images/themes/default/mIconExpression.svg")
mIconExpressionFilter QgsApplication.getThemeIcon("mIconExpressionFilter.svg") QIcon(":images/themes/default/mIconExpressionFilter.svg")
QPixmap(":images/themes/default/mIconExpressionFilter.svg")
mIconExpressionPreview QgsApplication.getThemeIcon("mIconExpressionPreview.svg") QIcon(":images/themes/default/mIconExpressionPreview.svg")
QPixmap(":images/themes/default/mIconExpressionPreview.svg")
mIconExpressionSelect QgsApplication.getThemeIcon("mIconExpressionSelect.svg") QIcon(":images/themes/default/mIconExpressionSelect.svg")
QPixmap(":images/themes/default/mIconExpressionSelect.svg")
mIconFavorites QgsApplication.getThemeIcon("mIconFavorites.svg") QIcon(":images/themes/default/mIconFavorites.svg")
QPixmap(":images/themes/default/mIconFavorites.svg")
mIconFieldArrayString QgsApplication.getThemeIcon("mIconFieldArrayString.svg") QIcon(":images/themes/default/mIconFieldArrayString.svg")
QPixmap(":images/themes/default/mIconFieldArrayString.svg")
mIconFieldArrayInteger QgsApplication.getThemeIcon("mIconFieldArrayInteger.svg") QIcon(":images/themes/default/mIconFieldArrayInteger.svg")
QPixmap(":images/themes/default/mIconFieldArrayInteger.svg")
mIconFieldArrayFloat QgsApplication.getThemeIcon("mIconFieldArrayFloat.svg") QIcon(":images/themes/default/mIconFieldArrayFloat.svg")
QPixmap(":images/themes/default/mIconFieldArrayFloat.svg")
mIconFieldDate QgsApplication.getThemeIcon("mIconFieldDate.svg") QIcon(":images/themes/default/mIconFieldDate.svg")
QPixmap(":images/themes/default/mIconFieldDate.svg")
mIconFieldDateTime QgsApplication.getThemeIcon("mIconFieldDateTime.svg") QIcon(":images/themes/default/mIconFieldDateTime.svg")
QPixmap(":images/themes/default/mIconFieldDateTime.svg")
mIconFieldFloat QgsApplication.getThemeIcon("mIconFieldFloat.svg") QIcon(":images/themes/default/mIconFieldFloat.svg")
QPixmap(":images/themes/default/mIconFieldFloat.svg")
mIconFieldInteger QgsApplication.getThemeIcon("mIconFieldInteger.svg") QIcon(":images/themes/default/mIconFieldInteger.svg")
QPixmap(":images/themes/default/mIconFieldInteger.svg")
mIconFieldJson QgsApplication.getThemeIcon("mIconFieldJson.svg") QIcon(":images/themes/default/mIconFieldJson.svg")
QPixmap(":images/themes/default/mIconFieldJson.svg")
mIconFieldText QgsApplication.getThemeIcon("mIconFieldText.svg") QIcon(":images/themes/default/mIconFieldText.svg")
QPixmap(":images/themes/default/mIconFieldText.svg")
mIconFieldTime QgsApplication.getThemeIcon("mIconFieldTime.svg") QIcon(":images/themes/default/mIconFieldTime.svg")
QPixmap(":images/themes/default/mIconFieldTime.svg")
mIconFile QgsApplication.getThemeIcon("mIconFile.svg") QIcon(":images/themes/default/mIconFile.svg")
QPixmap(":images/themes/default/mIconFile.svg")
mIconFileLink QgsApplication.getThemeIcon("mIconFileLink.svg") QIcon(":images/themes/default/mIconFileLink.svg")
QPixmap(":images/themes/default/mIconFileLink.svg")
mIconInfo QgsApplication.getThemeIcon("mIconInfo.svg") QIcon(":images/themes/default/mIconInfo.svg")
QPixmap(":images/themes/default/mIconInfo.svg")
mIconImport QgsApplication.getThemeIcon("mIconImport.gif") QIcon(":images/themes/default/mIconImport.gif")
QPixmap(":images/themes/default/mIconImport.gif")
mIconLabelQuadrantCenter QgsApplication.getThemeIcon("mIconLabelQuadrantCenter.svg") QIcon(":images/themes/default/mIconLabelQuadrantCenter.svg")
QPixmap(":images/themes/default/mIconLabelQuadrantCenter.svg")
mIconLabelQuadrantOffset QgsApplication.getThemeIcon("mIconLabelQuadrantOffset.svg") QIcon(":images/themes/default/mIconLabelQuadrantOffset.svg")
QPixmap(":images/themes/default/mIconLabelQuadrantOffset.svg")
mIconLayer QgsApplication.getThemeIcon("mIconLayer.png") QIcon(":images/themes/default/mIconLayer.png")
QPixmap(":images/themes/default/mIconLayer.png")
mIconLineLayer QgsApplication.getThemeIcon("mIconLineLayer.svg") QIcon(":images/themes/default/mIconLineLayer.svg")
QPixmap(":images/themes/default/mIconLineLayer.svg")
mIconListView QgsApplication.getThemeIcon("mIconListView.svg") QIcon(":images/themes/default/mIconListView.svg")
QPixmap(":images/themes/default/mIconListView.svg")
mIconLoading QgsApplication.getThemeIcon("mIconLoading.gif") QIcon(":images/themes/default/mIconLoading.gif")
QPixmap(":images/themes/default/mIconLoading.gif")
mIconMeshLayer QgsApplication.getThemeIcon("mIconMeshLayer.svg") QIcon(":images/themes/default/mIconMeshLayer.svg")
QPixmap(":images/themes/default/mIconMeshLayer.svg")
mIconMssql QgsApplication.getThemeIcon("mIconMssql.svg") QIcon(":images/themes/default/mIconMssql.svg")
QPixmap(":images/themes/default/mIconMssql.svg")
mIconNoPyramid QgsApplication.getThemeIcon("mIconNoPyramid.svg") QIcon(":images/themes/default/mIconNoPyramid.svg")
QPixmap(":images/themes/default/mIconNoPyramid.svg")
mIconOracle QgsApplication.getThemeIcon("mIconOracle.svg") QIcon(":images/themes/default/mIconOracle.svg")
QPixmap(":images/themes/default/mIconOracle.svg")
mIconHana QgsApplication.getThemeIcon("mIconHana.svg") QIcon(":images/themes/default/mIconHana.svg")
QPixmap(":images/themes/default/mIconHana.svg")
mIconOws QgsApplication.getThemeIcon("mIconOws.svg") QIcon(":images/themes/default/mIconOws.svg")
QPixmap(":images/themes/default/mIconOws.svg")
mIconPointLayer QgsApplication.getThemeIcon("mIconPointLayer.svg") QIcon(":images/themes/default/mIconPointLayer.svg")
QPixmap(":images/themes/default/mIconPointLayer.svg")
mIconPolygonLayer QgsApplication.getThemeIcon("mIconPolygonLayer.svg") QIcon(":images/themes/default/mIconPolygonLayer.svg")
QPixmap(":images/themes/default/mIconPolygonLayer.svg")
mIconPostgis QgsApplication.getThemeIcon("mIconPostgis.svg") QIcon(":images/themes/default/mIconPostgis.svg")
QPixmap(":images/themes/default/mIconPostgis.svg")
mIconProjectionDisabled QgsApplication.getThemeIcon("mIconProjectionDisabled.svg") QIcon(":images/themes/default/mIconProjectionDisabled.svg")
QPixmap(":images/themes/default/mIconProjectionDisabled.svg")
mIconProjectionEnabled QgsApplication.getThemeIcon("mIconProjectionEnabled.svg") QIcon(":images/themes/default/mIconProjectionEnabled.svg")
QPixmap(":images/themes/default/mIconProjectionEnabled.svg")
mIconProperties QgsApplication.getThemeIcon("mIconProperties.svg") QIcon(":images/themes/default/mIconProperties.svg")
QPixmap(":images/themes/default/mIconProperties.svg")
mIconPyramid QgsApplication.getThemeIcon("mIconPyramid.svg") QIcon(":images/themes/default/mIconPyramid.svg")
QPixmap(":images/themes/default/mIconPyramid.svg")
mIconRaster QgsApplication.getThemeIcon("mIconRaster.svg") QIcon(":images/themes/default/mIconRaster.svg")
QPixmap(":images/themes/default/mIconRaster.svg")
mIconRasterGroup QgsApplication.getThemeIcon("mIconRasterGroup.svg") QIcon(":images/themes/default/mIconRasterGroup.svg")
QPixmap(":images/themes/default/mIconRasterGroup.svg")
mIconRasterLink QgsApplication.getThemeIcon("mIconRasterLink.svg") QIcon(":images/themes/default/mIconRasterLink.svg")
QPixmap(":images/themes/default/mIconRasterLink.svg")
mIconRasterLayer QgsApplication.getThemeIcon("mIconRasterLayer.svg") QIcon(":images/themes/default/mIconRasterLayer.svg")
QPixmap(":images/themes/default/mIconRasterLayer.svg")
mIconShadow QgsApplication.getThemeIcon("mIconShadow.svg") QIcon(":images/themes/default/mIconShadow.svg")
QPixmap(":images/themes/default/mIconShadow.svg")
mIconSelectAdd QgsApplication.getThemeIcon("mIconSelectAdd.svg") QIcon(":images/themes/default/mIconSelectAdd.svg")
QPixmap(":images/themes/default/mIconSelectAdd.svg")
mIconSelected QgsApplication.getThemeIcon("mIconSelected.svg") QIcon(":images/themes/default/mIconSelected.svg")
QPixmap(":images/themes/default/mIconSelected.svg")
mIconSelectIntersect QgsApplication.getThemeIcon("mIconSelectIntersect.svg") QIcon(":images/themes/default/mIconSelectIntersect.svg")
QPixmap(":images/themes/default/mIconSelectIntersect.svg")
mIconSelectRemove QgsApplication.getThemeIcon("mIconSelectRemove.svg") QIcon(":images/themes/default/mIconSelectRemove.svg")
QPixmap(":images/themes/default/mIconSelectRemove.svg")
mIconSpatialite QgsApplication.getThemeIcon("mIconSpatialite.svg") QIcon(":images/themes/default/mIconSpatialite.svg")
QPixmap(":images/themes/default/mIconSpatialite.svg")
mIconTableLayer QgsApplication.getThemeIcon("mIconTableLayer.svg") QIcon(":images/themes/default/mIconTableLayer.svg")
QPixmap(":images/themes/default/mIconTableLayer.svg")
mIconTimerContinue QgsApplication.getThemeIcon("mIconTimerContinue.svg") QIcon(":images/themes/default/mIconTimerContinue.svg")
QPixmap(":images/themes/default/mIconTimerContinue.svg")
mIconTimerPause QgsApplication.getThemeIcon("mIconTimerPause.svg") QIcon(":images/themes/default/mIconTimerPause.svg")
QPixmap(":images/themes/default/mIconTimerPause.svg")
mIconTreeView QgsApplication.getThemeIcon("mIconTreeView.svg") QIcon(":images/themes/default/mIconTreeView.svg")
QPixmap(":images/themes/default/mIconTreeView.svg")
mIconVector QgsApplication.getThemeIcon("mIconVector.svg") QIcon(":images/themes/default/mIconVector.svg")
QPixmap(":images/themes/default/mIconVector.svg")
mIconVectorTileLayer QgsApplication.getThemeIcon("mIconVectorTileLayer.svg") QIcon(":images/themes/default/mIconVectorTileLayer.svg")
QPixmap(":images/themes/default/mIconVectorTileLayer.svg")
mIconPointCloudLayer QgsApplication.getThemeIcon("mIconPointCloudLayer.svg") QIcon(":images/themes/default/mIconPointCloudLayer.svg")
QPixmap(":images/themes/default/mIconPointCloudLayer.svg")
mIconVirtualLayer QgsApplication.getThemeIcon("mIconVirtualLayer.svg") QIcon(":images/themes/default/mIconVirtualLayer.svg")
QPixmap(":images/themes/default/mIconVirtualLayer.svg")
mIconWcs QgsApplication.getThemeIcon("mIconWcs.svg") QIcon(":images/themes/default/mIconWcs.svg")
QPixmap(":images/themes/default/mIconWcs.svg")
mIconWfs QgsApplication.getThemeIcon("mIconWfs.svg") QIcon(":images/themes/default/mIconWfs.svg")
QPixmap(":images/themes/default/mIconWfs.svg")
mIconWms QgsApplication.getThemeIcon("mIconWms.svg") QIcon(":images/themes/default/mIconWms.svg")
QPixmap(":images/themes/default/mIconWms.svg")
mIconXyz QgsApplication.getThemeIcon("mIconXyz.svg") QIcon(":images/themes/default/mIconXyz.svg")
QPixmap(":images/themes/default/mIconXyz.svg")
mIconZip QgsApplication.getThemeIcon("mIconZip.svg") QIcon(":images/themes/default/mIconZip.svg")
QPixmap(":images/themes/default/mIconZip.svg")
mIconZoom QgsApplication.getThemeIcon("mIconZoom.svg") QIcon(":images/themes/default/mIconZoom.svg")
QPixmap(":images/themes/default/mIconZoom.svg")
mItemBookmark QgsApplication.getThemeIcon("mItemBookmark.svg") QIcon(":images/themes/default/mItemBookmark.svg")
QPixmap(":images/themes/default/mItemBookmark.svg")
mIndicatorFilter QgsApplication.getThemeIcon("mIndicatorFilter.svg") QIcon(":images/themes/default/mIndicatorFilter.svg")
QPixmap(":images/themes/default/mIndicatorFilter.svg")
mLayoutItem QgsApplication.getThemeIcon("mLayoutItem.svg") QIcon(":images/themes/default/mLayoutItem.svg")
QPixmap(":images/themes/default/mLayoutItem.svg")
mLayoutItemShapeEllipse QgsApplication.getThemeIcon("mLayoutItemShapeEllipse.svg") QIcon(":images/themes/default/mLayoutItemShapeEllipse.svg")
QPixmap(":images/themes/default/mLayoutItemShapeEllipse.svg")
mLayoutItemShapeRectangle QgsApplication.getThemeIcon("mLayoutItemShapeRectangle.svg") QIcon(":images/themes/default/mLayoutItemShapeRectangle.svg")
QPixmap(":images/themes/default/mLayoutItemShapeRectangle.svg")
mLayoutItemShapeTriangle QgsApplication.getThemeIcon("mLayoutItemShapeTriangle.svg") QIcon(":images/themes/default/mLayoutItemShapeTriangle.svg")
QPixmap(":images/themes/default/mLayoutItemShapeTriangle.svg")
mLayoutItemHtml QgsApplication.getThemeIcon("mLayoutItemHtml.svg") QIcon(":images/themes/default/mLayoutItemHtml.svg")
QPixmap(":images/themes/default/mLayoutItemHtml.svg")
mLayoutItemPicture QgsApplication.getThemeIcon("mLayoutItemPicture.svg") QIcon(":images/themes/default/mLayoutItemPicture.svg")
QPixmap(":images/themes/default/mLayoutItemPicture.svg")
mLayoutItemLabel QgsApplication.getThemeIcon("mLayoutItemLabel.svg") QIcon(":images/themes/default/mLayoutItemLabel.svg")
QPixmap(":images/themes/default/mLayoutItemLabel.svg")
mLayoutItemLegend QgsApplication.getThemeIcon("mLayoutItemLegend.svg") QIcon(":images/themes/default/mLayoutItemLegend.svg")
QPixmap(":images/themes/default/mLayoutItemLegend.svg")
mLayoutItem3DMap QgsApplication.getThemeIcon("mLayoutItem3DMap.svg") QIcon(":images/themes/default/mLayoutItem3DMap.svg")
QPixmap(":images/themes/default/mLayoutItem3DMap.svg")
mLayoutItemMap QgsApplication.getThemeIcon("mLayoutItemMap.svg") QIcon(":images/themes/default/mLayoutItemMap.svg")
QPixmap(":images/themes/default/mLayoutItemMap.svg")
mLayoutItemPolygon QgsApplication.getThemeIcon("mLayoutItemPolygon.svg") QIcon(":images/themes/default/mLayoutItemPolygon.svg")
QPixmap(":images/themes/default/mLayoutItemPolygon.svg")
mLayoutItemPolyline QgsApplication.getThemeIcon("mLayoutItemPolyline.svg") QIcon(":images/themes/default/mLayoutItemPolyline.svg")
QPixmap(":images/themes/default/mLayoutItemPolyline.svg")
mLayoutItemScaleBar QgsApplication.getThemeIcon("mLayoutItemScaleBar.svg") QIcon(":images/themes/default/mLayoutItemScaleBar.svg")
QPixmap(":images/themes/default/mLayoutItemScaleBar.svg")
mLayoutItemTable QgsApplication.getThemeIcon("mLayoutItemTable.svg") QIcon(":images/themes/default/mLayoutItemTable.svg")
QPixmap(":images/themes/default/mLayoutItemTable.svg")
mMessageLog QgsApplication.getThemeIcon("mMessageLog.svg") QIcon(":images/themes/default/mMessageLog.svg")
QPixmap(":images/themes/default/mMessageLog.svg")
mMessageLogRead QgsApplication.getThemeIcon("mMessageLogRead.svg") QIcon(":images/themes/default/mMessageLogRead.svg")
QPixmap(":images/themes/default/mMessageLogRead.svg")
north_arrow QgsApplication.getThemeIcon("north_arrow.svg") QIcon(":images/themes/default/north_arrow.svg")
QPixmap(":images/themes/default/north_arrow.svg")
diagramNone QgsApplication.getThemeIcon("diagramNone.svg") QIcon(":images/themes/default/diagramNone.svg")
QPixmap(":images/themes/default/diagramNone.svg")
pie-chart QgsApplication.getThemeIcon("pie-chart.svg") QIcon(":images/themes/default/pie-chart.svg")
QPixmap(":images/themes/default/pie-chart.svg")
pin QgsApplication.getThemeIcon("pin.svg") QIcon(":images/themes/default/pin.svg")
QPixmap(":images/themes/default/pin.svg")
pluginExperimental QgsApplication.getThemeIcon("pluginExperimental.png") QIcon(":images/themes/default/pluginExperimental.png")
QPixmap(":images/themes/default/pluginExperimental.png")
pluginDeprecated QgsApplication.getThemeIcon("pluginDeprecated.svg") QIcon(":images/themes/default/pluginDeprecated.svg")
QPixmap(":images/themes/default/pluginDeprecated.svg")
pluginNew QgsApplication.getThemeIcon("pluginNew.svg") QIcon(":images/themes/default/pluginNew.svg")
QPixmap(":images/themes/default/pluginNew.svg")
pluginUpgrade QgsApplication.getThemeIcon("pluginUpgrade.svg") QIcon(":images/themes/default/pluginUpgrade.svg")
QPixmap(":images/themes/default/pluginUpgrade.svg")
rendererCategorizedSymbol QgsApplication.getThemeIcon("rendererCategorizedSymbol.svg") QIcon(":images/themes/default/rendererCategorizedSymbol.svg")
QPixmap(":images/themes/default/rendererCategorizedSymbol.svg")
rendererGraduatedSymbol QgsApplication.getThemeIcon("rendererGraduatedSymbol.svg") QIcon(":images/themes/default/rendererGraduatedSymbol.svg")
QPixmap(":images/themes/default/rendererGraduatedSymbol.svg")
rendererNullSymbol QgsApplication.getThemeIcon("rendererNullSymbol.svg") QIcon(":images/themes/default/rendererNullSymbol.svg")
QPixmap(":images/themes/default/rendererNullSymbol.svg")
rendererSingleSymbol QgsApplication.getThemeIcon("rendererSingleSymbol.svg") QIcon(":images/themes/default/rendererSingleSymbol.svg")
QPixmap(":images/themes/default/rendererSingleSymbol.svg")
rendererRuleBasedSymbol QgsApplication.getThemeIcon("rendererRuleBasedSymbol.svg") QIcon(":images/themes/default/rendererRuleBasedSymbol.svg")
QPixmap(":images/themes/default/rendererRuleBasedSymbol.svg")
rendererPointDisplacementSymbol QgsApplication.getThemeIcon("rendererPointDisplacementSymbol.svg") QIcon(":images/themes/default/rendererPointDisplacementSymbol.svg")
QPixmap(":images/themes/default/rendererPointDisplacementSymbol.svg")
rendererInvertedSymbol QgsApplication.getThemeIcon("rendererInvertedSymbol.svg") QIcon(":images/themes/default/rendererInvertedSymbol.svg")
QPixmap(":images/themes/default/rendererInvertedSymbol.svg")
rendererHeatmapSymbol QgsApplication.getThemeIcon("rendererHeatmapSymbol.svg") QIcon(":images/themes/default/rendererHeatmapSymbol.svg")
QPixmap(":images/themes/default/rendererHeatmapSymbol.svg")
renderer25dSymbol QgsApplication.getThemeIcon("renderer25dSymbol.svg") QIcon(":images/themes/default/renderer25dSymbol.svg")
QPixmap(":images/themes/default/renderer25dSymbol.svg")
rendererGrassSymbol QgsApplication.getThemeIcon("rendererGrassSymbol.svg") QIcon(":images/themes/default/rendererGrassSymbol.svg")
QPixmap(":images/themes/default/rendererGrassSymbol.svg")
rendererMergedFeatures QgsApplication.getThemeIcon("rendererMergedFeatures.svg") QIcon(":images/themes/default/rendererMergedFeatures.svg")
QPixmap(":images/themes/default/rendererMergedFeatures.svg")
labelingNone QgsApplication.getThemeIcon("labelingNone.svg") QIcon(":images/themes/default/labelingNone.svg")
QPixmap(":images/themes/default/labelingNone.svg")
labelingSingle QgsApplication.getThemeIcon("labelingSingle.svg") QIcon(":images/themes/default/labelingSingle.svg")
QPixmap(":images/themes/default/labelingSingle.svg")
labelingRuleBased QgsApplication.getThemeIcon("labelingRuleBased.svg") QIcon(":images/themes/default/labelingRuleBased.svg")
QPixmap(":images/themes/default/labelingRuleBased.svg")
labelingObstacle QgsApplication.getThemeIcon("labelingObstacle.svg") QIcon(":images/themes/default/labelingObstacle.svg")
QPixmap(":images/themes/default/labelingObstacle.svg")
labelingCalloutCurved QgsApplication.getThemeIcon("labelingCalloutCurved.svg") QIcon(":images/themes/default/labelingCalloutCurved.svg")
QPixmap(":images/themes/default/labelingCalloutCurved.svg")
labelingCalloutSimple QgsApplication.getThemeIcon("labelingCalloutSimple.svg") QIcon(":images/themes/default/labelingCalloutSimple.svg")
QPixmap(":images/themes/default/labelingCalloutSimple.svg")
labelingCalloutManhattan QgsApplication.getThemeIcon("labelingCalloutManhattan.svg") QIcon(":images/themes/default/labelingCalloutManhattan.svg")
QPixmap(":images/themes/default/labelingCalloutManhattan.svg")
repositoryConnected QgsApplication.getThemeIcon("repositoryConnected.svg") QIcon(":images/themes/default/repositoryConnected.svg")
QPixmap(":images/themes/default/repositoryConnected.svg")
repositoryDisabled QgsApplication.getThemeIcon("repositoryDisabled.svg") QIcon(":images/themes/default/repositoryDisabled.svg")
QPixmap(":images/themes/default/repositoryDisabled.svg")
repositoryUnavailable QgsApplication.getThemeIcon("repositoryUnavailable.svg") QIcon(":images/themes/default/repositoryUnavailable.svg")
QPixmap(":images/themes/default/repositoryUnavailable.svg")
stars_empty QgsApplication.getThemeIcon("stars_empty.svg") QIcon(":images/themes/default/stars_empty.svg")
QPixmap(":images/themes/default/stars_empty.svg")
stars_full QgsApplication.getThemeIcon("stars_full.svg") QIcon(":images/themes/default/stars_full.svg")
QPixmap(":images/themes/default/stars_full.svg")
symbologyAdd QgsApplication.getThemeIcon("symbologyAdd.svg") QIcon(":images/themes/default/symbologyAdd.svg")
QPixmap(":images/themes/default/symbologyAdd.svg")
symbologyEdit QgsApplication.getThemeIcon("symbologyEdit.svg") QIcon(":images/themes/default/symbologyEdit.svg")
QPixmap(":images/themes/default/symbologyEdit.svg")
symbologyRemove QgsApplication.getThemeIcon("symbologyRemove.svg") QIcon(":images/themes/default/symbologyRemove.svg")
QPixmap(":images/themes/default/symbologyRemove.svg")
sync_views QgsApplication.getThemeIcon("sync_views.svg") QIcon(":images/themes/default/sync_views.svg")
QPixmap(":images/themes/default/sync_views.svg")
text QgsApplication.getThemeIcon("text.svg") QIcon(":images/themes/default/text.svg")
QPixmap(":images/themes/default/text.svg")
title_label QgsApplication.getThemeIcon("title_label.svg") QIcon(":images/themes/default/title_label.svg")
QPixmap(":images/themes/default/title_label.svg")
tracking QgsApplication.getThemeIcon("tracking.svg") QIcon(":images/themes/default/tracking.svg")
QPixmap(":images/themes/default/tracking.svg")
transformed QgsApplication.getThemeIcon("transformed.svg") QIcon(":images/themes/default/transformed.svg")
QPixmap(":images/themes/default/transformed.svg")
transp-background_8x8 QgsApplication.getThemeIcon("transp-background_8x8.png") QIcon(":images/themes/default/transp-background_8x8.png")
QPixmap(":images/themes/default/transp-background_8x8.png")
unlocked QgsApplication.getThemeIcon("unlocked.svg") QIcon(":images/themes/default/unlocked.svg")
QPixmap(":images/themes/default/unlocked.svg")
unlockedGray QgsApplication.getThemeIcon("unlockedGray.svg") QIcon(":images/themes/default/unlockedGray.svg")
QPixmap(":images/themes/default/unlockedGray.svg")
user QgsApplication.getThemeIcon("user.svg") QIcon(":images/themes/default/user.svg")
QPixmap(":images/themes/default/user.svg")
mIconAuxiliaryStorage QgsApplication.getThemeIcon("mIconAuxiliaryStorage.svg") QIcon(":images/themes/default/mIconAuxiliaryStorage.svg")
QPixmap(":images/themes/default/mIconAuxiliaryStorage.svg")
relation QgsApplication.getThemeIcon("relation.svg") QIcon(":images/themes/default/relation.svg")
QPixmap(":images/themes/default/relation.svg")
mActionLast QgsApplication.getThemeIcon("mActionLast.svg") QIcon(":images/themes/default/mActionLast.svg")
QPixmap(":images/themes/default/mActionLast.svg")
mActionLink QgsApplication.getThemeIcon("mActionLink.svg") QIcon(":images/themes/default/mActionLink.svg")
QPixmap(":images/themes/default/mActionLink.svg")
mActionUnlink QgsApplication.getThemeIcon("mActionUnlink.svg") QIcon(":images/themes/default/mActionUnlink.svg")
QPixmap(":images/themes/default/mActionUnlink.svg")
mActionZoomToArea QgsApplication.getThemeIcon("mActionZoomToArea.svg") QIcon(":images/themes/default/mActionZoomToArea.svg")
QPixmap(":images/themes/default/mActionZoomToArea.svg")
mActionMapIdentification QgsApplication.getThemeIcon("mActionMapIdentification.svg") QIcon(":images/themes/default/mActionMapIdentification.svg")
QPixmap(":images/themes/default/mActionMapIdentification.svg")
mActionHighlightFeature QgsApplication.getThemeIcon("mActionHighlightFeature.svg") QIcon(":images/themes/default/mActionHighlightFeature.svg")
QPixmap(":images/themes/default/mActionHighlightFeature.svg")
mActionScaleHighlightFeature QgsApplication.getThemeIcon("mActionScaleHighlightFeature.svg") QIcon(":images/themes/default/mActionScaleHighlightFeature.svg")
QPixmap(":images/themes/default/mActionScaleHighlightFeature.svg")
mActionPanHighlightFeature QgsApplication.getThemeIcon("mActionPanHighlightFeature.svg") QIcon(":images/themes/default/mActionPanHighlightFeature.svg")
QPixmap(":images/themes/default/mActionPanHighlightFeature.svg")
mActionPrevious QgsApplication.getThemeIcon("mActionPrevious.svg") QIcon(":images/themes/default/mActionPrevious.svg")
QPixmap(":images/themes/default/mActionPrevious.svg")
mActionPlay QgsApplication.getThemeIcon("mActionPlay.svg") QIcon(":images/themes/default/mActionPlay.svg")
QPixmap(":images/themes/default/mActionPlay.svg")
mIconSuccess QgsApplication.getThemeIcon("mIconSuccess.svg") QIcon(":images/themes/default/mIconSuccess.svg")
QPixmap(":images/themes/default/mIconSuccess.svg")
mIconWarning QgsApplication.getThemeIcon("mIconWarning.svg") QIcon(":images/themes/default/mIconWarning.svg")
QPixmap(":images/themes/default/mIconWarning.svg")
mIconPaintEffects QgsApplication.getThemeIcon("mIconPaintEffects.svg") QIcon(":images/themes/default/mIconPaintEffects.svg")
QPixmap(":images/themes/default/mIconPaintEffects.svg")
mActionCircularStringCurvePoint QgsApplication.getThemeIcon("mActionCircularStringCurvePoint.svg") QIcon(":images/themes/default/mActionCircularStringCurvePoint.svg")
QPixmap(":images/themes/default/mActionCircularStringCurvePoint.svg")
mActionCircularStringRadius QgsApplication.getThemeIcon("mActionCircularStringRadius.svg") QIcon(":images/themes/default/mActionCircularStringRadius.svg")
QPixmap(":images/themes/default/mActionCircularStringRadius.svg")
vector_grid QgsApplication.getThemeIcon("vector_grid.svg") QIcon(":images/themes/default/vector_grid.svg")
QPixmap(":images/themes/default/vector_grid.svg")
legend QgsApplication.getThemeIcon("legend.svg") QIcon(":images/themes/default/legend.svg")
QPixmap(":images/themes/default/legend.svg")
multieditChangedValues QgsApplication.getThemeIcon("multieditChangedValues.svg") QIcon(":images/themes/default/multieditChangedValues.svg")
QPixmap(":images/themes/default/multieditChangedValues.svg")
multieditMixedValues QgsApplication.getThemeIcon("multieditMixedValues.svg") QIcon(":images/themes/default/multieditMixedValues.svg")
QPixmap(":images/themes/default/multieditMixedValues.svg")
multieditSameValues QgsApplication.getThemeIcon("multieditSameValues.svg") QIcon(":images/themes/default/multieditSameValues.svg")
QPixmap(":images/themes/default/multieditSameValues.svg")
locked_repeating QgsApplication.getThemeIcon("locked_repeating.svg") QIcon(":images/themes/default/locked_repeating.svg")
QPixmap(":images/themes/default/locked_repeating.svg")
sort QgsApplication.getThemeIcon("sort.svg") QIcon(":images/themes/default/sort.svg")
QPixmap(":images/themes/default/sort.svg")
sort-reverse QgsApplication.getThemeIcon("sort-reverse.svg") QIcon(":images/themes/default/sort-reverse.svg")
QPixmap(":images/themes/default/sort-reverse.svg")
mIconAfs QgsApplication.getThemeIcon("mIconAfs.svg") QIcon(":images/themes/default/mIconAfs.svg")
QPixmap(":images/themes/default/mIconAfs.svg")
mIconAms QgsApplication.getThemeIcon("mIconAms.svg") QIcon(":images/themes/default/mIconAms.svg")
QPixmap(":images/themes/default/mIconAms.svg")
mActionAddAmsLayer QgsApplication.getThemeIcon("mActionAddAmsLayer.svg") QIcon(":images/themes/default/mActionAddAmsLayer.svg")
QPixmap(":images/themes/default/mActionAddAmsLayer.svg")
mActionAddAfsLayer QgsApplication.getThemeIcon("mActionAddAfsLayer.svg") QIcon(":images/themes/default/mActionAddAfsLayer.svg")
QPixmap(":images/themes/default/mActionAddAfsLayer.svg")
mIconFormSelect QgsApplication.getThemeIcon("mIconFormSelect.svg") QIcon(":images/themes/default/mIconFormSelect.svg")
QPixmap(":images/themes/default/mIconFormSelect.svg")
mActionMultiEdit QgsApplication.getThemeIcon("mActionMultiEdit.svg") QIcon(":images/themes/default/mActionMultiEdit.svg")
QPixmap(":images/themes/default/mActionMultiEdit.svg")
dependencies QgsApplication.getThemeIcon("dependencies.svg") QIcon(":images/themes/default/dependencies.svg")
QPixmap(":images/themes/default/dependencies.svg")
mIconClearText QgsApplication.getThemeIcon("mIconClearText.svg") QIcon(":images/themes/default/mIconClearText.svg")
QPixmap(":images/themes/default/mIconClearText.svg")
mIconClearTextHover QgsApplication.getThemeIcon("mIconClearTextHover.svg") QIcon(":images/themes/default/mIconClearTextHover.svg")
QPixmap(":images/themes/default/mIconClearTextHover.svg")
rendererPointClusterSymbol QgsApplication.getThemeIcon("rendererPointClusterSymbol.svg") QIcon(":images/themes/default/rendererPointClusterSymbol.svg")
QPixmap(":images/themes/default/rendererPointClusterSymbol.svg")
mIconSnapping QgsApplication.getThemeIcon("mIconSnapping.svg") QIcon(":images/themes/default/mIconSnapping.svg")
QPixmap(":images/themes/default/mIconSnapping.svg")
mIconSnappingActiveLayer QgsApplication.getThemeIcon("mIconSnappingActiveLayer.svg") QIcon(":images/themes/default/mIconSnappingActiveLayer.svg")
QPixmap(":images/themes/default/mIconSnappingActiveLayer.svg")
mIconSnappingAdvanced QgsApplication.getThemeIcon("mIconSnappingAdvanced.svg") QIcon(":images/themes/default/mIconSnappingAdvanced.svg")
QPixmap(":images/themes/default/mIconSnappingAdvanced.svg")
mIconSnappingAllLayers QgsApplication.getThemeIcon("mIconSnappingAllLayers.svg") QIcon(":images/themes/default/mIconSnappingAllLayers.svg")
QPixmap(":images/themes/default/mIconSnappingAllLayers.svg")
mIconSnappingArea QgsApplication.getThemeIcon("mIconSnappingArea.svg") QIcon(":images/themes/default/mIconSnappingArea.svg")
QPixmap(":images/themes/default/mIconSnappingArea.svg")
mIconSnappingCentroid QgsApplication.getThemeIcon("mIconSnappingCentroid.svg") QIcon(":images/themes/default/mIconSnappingCentroid.svg")
QPixmap(":images/themes/default/mIconSnappingCentroid.svg")
mIconSnappingMiddle QgsApplication.getThemeIcon("mIconSnappingMiddle.svg") QIcon(":images/themes/default/mIconSnappingMiddle.svg")
QPixmap(":images/themes/default/mIconSnappingMiddle.svg")
mIconSnappingOnScale QgsApplication.getThemeIcon("mIconSnappingOnScale.svg") QIcon(":images/themes/default/mIconSnappingOnScale.svg")
QPixmap(":images/themes/default/mIconSnappingOnScale.svg")
mIconSnappingVertex QgsApplication.getThemeIcon("mIconSnappingVertex.svg") QIcon(":images/themes/default/mIconSnappingVertex.svg")
QPixmap(":images/themes/default/mIconSnappingVertex.svg")
mIconSnappingSelf QgsApplication.getThemeIcon("mIconSnappingSelf.svg") QIcon(":images/themes/default/mIconSnappingSelf.svg")
QPixmap(":images/themes/default/mIconSnappingSelf.svg")
mIconSnappingSegment QgsApplication.getThemeIcon("mIconSnappingSegment.svg") QIcon(":images/themes/default/mIconSnappingSegment.svg")
QPixmap(":images/themes/default/mIconSnappingSegment.svg")
mIconTopologicalEditing QgsApplication.getThemeIcon("mIconTopologicalEditing.svg") QIcon(":images/themes/default/mIconTopologicalEditing.svg")
QPixmap(":images/themes/default/mIconTopologicalEditing.svg")
mIconSnappingIntersection QgsApplication.getThemeIcon("mIconSnappingIntersection.svg") QIcon(":images/themes/default/mIconSnappingIntersection.svg")
QPixmap(":images/themes/default/mIconSnappingIntersection.svg")
mActionMoveFeatureCopy QgsApplication.getThemeIcon("mActionMoveFeatureCopy.svg") QIcon(":images/themes/default/mActionMoveFeatureCopy.svg")
QPixmap(":images/themes/default/mActionMoveFeatureCopy.svg")
mActionMoveFeatureCopyLine QgsApplication.getThemeIcon("mActionMoveFeatureCopyLine.svg") QIcon(":images/themes/default/mActionMoveFeatureCopyLine.svg")
QPixmap(":images/themes/default/mActionMoveFeatureCopyLine.svg")
mActionMoveFeatureCopyPoint QgsApplication.getThemeIcon("mActionMoveFeatureCopyPoint.svg") QIcon(":images/themes/default/mActionMoveFeatureCopyPoint.svg")
QPixmap(":images/themes/default/mActionMoveFeatureCopyPoint.svg")
mTaskComplete QgsApplication.getThemeIcon("mTaskComplete.svg") QIcon(":images/themes/default/mTaskComplete.svg")
QPixmap(":images/themes/default/mTaskComplete.svg")
mTaskOnHold QgsApplication.getThemeIcon("mTaskOnHold.svg") QIcon(":images/themes/default/mTaskOnHold.svg")
QPixmap(":images/themes/default/mTaskOnHold.svg")
mTaskQueued QgsApplication.getThemeIcon("mTaskQueued.svg") QIcon(":images/themes/default/mTaskQueued.svg")
QPixmap(":images/themes/default/mTaskQueued.svg")
mTaskRunning QgsApplication.getThemeIcon("mTaskRunning.svg") QIcon(":images/themes/default/mTaskRunning.svg")
QPixmap(":images/themes/default/mTaskRunning.svg")
mTaskTerminated QgsApplication.getThemeIcon("mTaskTerminated.svg") QIcon(":images/themes/default/mTaskTerminated.svg")
QPixmap(":images/themes/default/mTaskTerminated.svg")
mTaskCancel QgsApplication.getThemeIcon("mTaskCancel.svg") QIcon(":images/themes/default/mTaskCancel.svg")
QPixmap(":images/themes/default/mTaskCancel.svg")
mTemporalNavigationOff QgsApplication.getThemeIcon("mTemporalNavigationOff.svg") QIcon(":images/themes/default/mTemporalNavigationOff.svg")
QPixmap(":images/themes/default/mTemporalNavigationOff.svg")
mTemporalNavigationFixedRange QgsApplication.getThemeIcon("mTemporalNavigationFixedRange.svg") QIcon(":images/themes/default/mTemporalNavigationFixedRange.svg")
QPixmap(":images/themes/default/mTemporalNavigationFixedRange.svg")
mTemporalNavigationAnimated QgsApplication.getThemeIcon("mTemporalNavigationAnimated.svg") QIcon(":images/themes/default/mTemporalNavigationAnimated.svg")
QPixmap(":images/themes/default/mTemporalNavigationAnimated.svg")
providerGdal QgsApplication.getThemeIcon("providerGdal.svg") QIcon(":images/themes/default/providerGdal.svg")
QPixmap(":images/themes/default/providerGdal.svg")
providerGrass QgsApplication.getThemeIcon("providerGrass.svg") QIcon(":images/themes/default/providerGrass.svg")
QPixmap(":images/themes/default/providerGrass.svg")
providerQgis QgsApplication.getThemeIcon("providerQgis.svg") QIcon(":images/themes/default/providerQgis.svg")
QPixmap(":images/themes/default/providerQgis.svg")
providerSaga QgsApplication.getThemeIcon("providerSaga.svg") QIcon(":images/themes/default/providerSaga.svg")
QPixmap(":images/themes/default/providerSaga.svg")
providerOtb QgsApplication.getThemeIcon("providerOtb.svg") QIcon(":images/themes/default/providerOtb.svg")
QPixmap(":images/themes/default/providerOtb.svg")
processingModel QgsApplication.getThemeIcon("processingModel.svg") QIcon(":images/themes/default/processingModel.svg")
QPixmap(":images/themes/default/processingModel.svg")
processingScript QgsApplication.getThemeIcon("processingScript.svg") QIcon(":images/themes/default/processingScript.svg")
QPixmap(":images/themes/default/processingScript.svg")
processingAlgorithm QgsApplication.getThemeIcon("processingAlgorithm.svg") QIcon(":images/themes/default/processingAlgorithm.svg")
QPixmap(":images/themes/default/processingAlgorithm.svg")
processingResult QgsApplication.getThemeIcon("processingResult.svg") QIcon(":images/themes/default/processingResult.svg")
QPixmap(":images/themes/default/processingResult.svg")
search QgsApplication.getThemeIcon("search.svg") QIcon(":images/themes/default/search.svg")
QPixmap(":images/themes/default/search.svg")
mActionNew3DMap QgsApplication.getThemeIcon("mActionNew3DMap.svg") QIcon(":images/themes/default/mActionNew3DMap.svg")
QPixmap(":images/themes/default/mActionNew3DMap.svg")
mActionNewMap QgsApplication.getThemeIcon("mActionNewMap.svg") QIcon(":images/themes/default/mActionNewMap.svg")
QPixmap(":images/themes/default/mActionNewMap.svg")
mActionNext QgsApplication.getThemeIcon("mActionNext.svg") QIcon(":images/themes/default/mActionNext.svg")
QPixmap(":images/themes/default/mActionNext.svg")
mActionMapSettings QgsApplication.getThemeIcon("mActionMapSettings.svg") QIcon(":images/themes/default/mActionMapSettings.svg")
QPixmap(":images/themes/default/mActionMapSettings.svg")
mActionLockExtent QgsApplication.getThemeIcon("mActionLockExtent.svg") QIcon(":images/themes/default/mActionLockExtent.svg")
QPixmap(":images/themes/default/mActionLockExtent.svg")
mGeoPackage QgsApplication.getThemeIcon("mGeoPackage.svg") QIcon(":images/themes/default/mGeoPackage.svg")
QPixmap(":images/themes/default/mGeoPackage.svg")
mActionCircle2Points QgsApplication.getThemeIcon("mActionCircle2Points.svg") QIcon(":images/themes/default/mActionCircle2Points.svg")
QPixmap(":images/themes/default/mActionCircle2Points.svg")
mActionCircle3Points QgsApplication.getThemeIcon("mActionCircle3Points.svg") QIcon(":images/themes/default/mActionCircle3Points.svg")
QPixmap(":images/themes/default/mActionCircle3Points.svg")
mActionCircleCenterPoint QgsApplication.getThemeIcon("mActionCircleCenterPoint.svg") QIcon(":images/themes/default/mActionCircleCenterPoint.svg")
QPixmap(":images/themes/default/mActionCircleCenterPoint.svg")
mActionEllipseFoci QgsApplication.getThemeIcon("mActionEllipseFoci.svg") QIcon(":images/themes/default/mActionEllipseFoci.svg")
QPixmap(":images/themes/default/mActionEllipseFoci.svg")
mActionEllipseCenter2Points QgsApplication.getThemeIcon("mActionEllipseCenter2Points.svg") QIcon(":images/themes/default/mActionEllipseCenter2Points.svg")
QPixmap(":images/themes/default/mActionEllipseCenter2Points.svg")
mActionEllipseCenterPoint QgsApplication.getThemeIcon("mActionEllipseCenterPoint.svg") QIcon(":images/themes/default/mActionEllipseCenterPoint.svg")
QPixmap(":images/themes/default/mActionEllipseCenterPoint.svg")
mActionEllipseExtent QgsApplication.getThemeIcon("mActionEllipseExtent.svg") QIcon(":images/themes/default/mActionEllipseExtent.svg")
QPixmap(":images/themes/default/mActionEllipseExtent.svg")
mActionRectangleExtent QgsApplication.getThemeIcon("mActionRectangleExtent.svg") QIcon(":images/themes/default/mActionRectangleExtent.svg")
QPixmap(":images/themes/default/mActionRectangleExtent.svg")
mActionRectangle3PointsDistance QgsApplication.getThemeIcon("mActionRectangle3PointsDistance.svg") QIcon(":images/themes/default/mActionRectangle3PointsDistance.svg")
QPixmap(":images/themes/default/mActionRectangle3PointsDistance.svg")
mActionRectangle3PointsProjected QgsApplication.getThemeIcon("mActionRectangle3PointsProjected.svg") QIcon(":images/themes/default/mActionRectangle3PointsProjected.svg")
QPixmap(":images/themes/default/mActionRectangle3PointsProjected.svg")
mActionRectangleCenter QgsApplication.getThemeIcon("mActionRectangleCenter.svg") QIcon(":images/themes/default/mActionRectangleCenter.svg")
QPixmap(":images/themes/default/mActionRectangleCenter.svg")
mActionRegularPolygonCenterCorner QgsApplication.getThemeIcon("mActionRegularPolygonCenterCorner.svg") QIcon(":images/themes/default/mActionRegularPolygonCenterCorner.svg")
QPixmap(":images/themes/default/mActionRegularPolygonCenterCorner.svg")
mActionRegularPolygon2Points QgsApplication.getThemeIcon("mActionRegularPolygon2Points.svg") QIcon(":images/themes/default/mActionRegularPolygon2Points.svg")
QPixmap(":images/themes/default/mActionRegularPolygon2Points.svg")
mActionCircle3Tangents QgsApplication.getThemeIcon("mActionCircle3Tangents.svg") QIcon(":images/themes/default/mActionCircle3Tangents.svg")
QPixmap(":images/themes/default/mActionCircle3Tangents.svg")
mActionAddGeoPackageLayer QgsApplication.getThemeIcon("mActionAddGeoPackageLayer.svg") QIcon(":images/themes/default/mActionAddGeoPackageLayer.svg")
QPixmap(":images/themes/default/mActionAddGeoPackageLayer.svg")
mActionFindReplace QgsApplication.getThemeIcon("mActionFindReplace.svg") QIcon(":images/themes/default/mActionFindReplace.svg")
QPixmap(":images/themes/default/mActionFindReplace.svg")
mActionCircle2TangentsPoint QgsApplication.getThemeIcon("mActionCircle2TangentsPoint.svg") QIcon(":images/themes/default/mActionCircle2TangentsPoint.svg")
QPixmap(":images/themes/default/mActionCircle2TangentsPoint.svg")
mActionRegularPolygonCenterPoint QgsApplication.getThemeIcon("mActionRegularPolygonCenterPoint.svg") QIcon(":images/themes/default/mActionRegularPolygonCenterPoint.svg")
QPixmap(":images/themes/default/mActionRegularPolygonCenterPoint.svg")
3d QgsApplication.getThemeIcon("3d.svg") QIcon(":images/themes/default/3d.svg")
QPixmap(":images/themes/default/3d.svg")
mActionResizeSquare QgsApplication.getThemeIcon("mActionResizeSquare.svg") QIcon(":images/themes/default/mActionResizeSquare.svg")
QPixmap(":images/themes/default/mActionResizeSquare.svg")
mSensor QgsApplication.getThemeIcon("mSensor.svg") QIcon(":images/themes/default/mSensor.svg")
QPixmap(":images/themes/default/mSensor.svg")
mSourceFields QgsApplication.getThemeIcon("mSourceFields.svg") QIcon(":images/themes/default/mSourceFields.svg")
QPixmap(":images/themes/default/mSourceFields.svg")
mIconQgsProjectFile QgsApplication.getThemeIcon("mIconQgsProjectFile.svg") QIcon(":images/themes/default/mIconQgsProjectFile.svg")
QPixmap(":images/themes/default/mIconQgsProjectFile.svg")
mIconPythonFile QgsApplication.getThemeIcon("mIconPythonFile.svg") QIcon(":images/themes/default/mIconPythonFile.svg")
QPixmap(":images/themes/default/mIconPythonFile.svg")
mIconQptFile QgsApplication.getThemeIcon("mIconQptFile.svg") QIcon(":images/themes/default/mIconQptFile.svg")
QPixmap(":images/themes/default/mIconQptFile.svg")
mActionNewPage QgsApplication.getThemeIcon("mActionNewPage.svg") QIcon(":images/themes/default/mActionNewPage.svg")
QPixmap(":images/themes/default/mActionNewPage.svg")
mActionDuplicateFeatureDigitized QgsApplication.getThemeIcon("mActionDuplicateFeatureDigitized.svg") QIcon(":images/themes/default/mActionDuplicateFeatureDigitized.svg")
QPixmap(":images/themes/default/mActionDuplicateFeatureDigitized.svg")
mActionDuplicateFeature QgsApplication.getThemeIcon("mActionDuplicateFeature.svg") QIcon(":images/themes/default/mActionDuplicateFeature.svg")
QPixmap(":images/themes/default/mActionDuplicateFeature.svg")
mActionExport QgsApplication.getThemeIcon("mActionExport.svg") QIcon(":images/themes/default/mActionExport.svg")
QPixmap(":images/themes/default/mActionExport.svg")
mActionLayoutManager QgsApplication.getThemeIcon("mActionLayoutManager.svg") QIcon(":images/themes/default/mActionLayoutManager.svg")
QPixmap(":images/themes/default/mActionLayoutManager.svg")
mActionNewLayout QgsApplication.getThemeIcon("mActionNewLayout.svg") QIcon(":images/themes/default/mActionNewLayout.svg")
QPixmap(":images/themes/default/mActionNewLayout.svg")
mActionDuplicateLayout QgsApplication.getThemeIcon("mActionDuplicateLayout.svg") QIcon(":images/themes/default/mActionDuplicateLayout.svg")
QPixmap(":images/themes/default/mActionDuplicateLayout.svg")
mIconLayout QgsApplication.getThemeIcon("mIconLayout.svg") QIcon(":images/themes/default/mIconLayout.svg")
QPixmap(":images/themes/default/mIconLayout.svg")
mActionNewReport QgsApplication.getThemeIcon("mActionNewReport.svg") QIcon(":images/themes/default/mActionNewReport.svg")
QPixmap(":images/themes/default/mActionNewReport.svg")
mIconReport QgsApplication.getThemeIcon("mIconReport.svg") QIcon(":images/themes/default/mIconReport.svg")
QPixmap(":images/themes/default/mIconReport.svg")
downloading_svg QgsApplication.getThemeIcon("downloading_svg.svg") QIcon(":images/themes/default/downloading_svg.svg")
QPixmap(":images/themes/default/downloading_svg.svg")
mActionIdentifyByFreehand QgsApplication.getThemeIcon("mActionIdentifyByFreehand.svg") QIcon(":images/themes/default/mActionIdentifyByFreehand.svg")
QPixmap(":images/themes/default/mActionIdentifyByFreehand.svg")
mActionIdentifyByPolygon QgsApplication.getThemeIcon("mActionIdentifyByPolygon.svg") QIcon(":images/themes/default/mActionIdentifyByPolygon.svg")
QPixmap(":images/themes/default/mActionIdentifyByPolygon.svg")
mActionIdentifyByRadius QgsApplication.getThemeIcon("mActionIdentifyByRadius.svg") QIcon(":images/themes/default/mActionIdentifyByRadius.svg")
QPixmap(":images/themes/default/mActionIdentifyByRadius.svg")
mActionIdentifyByRectangle QgsApplication.getThemeIcon("mActionIdentifyByRectangle.svg") QIcon(":images/themes/default/mActionIdentifyByRectangle.svg")
QPixmap(":images/themes/default/mActionIdentifyByRectangle.svg")
mIndicatorEmbedded QgsApplication.getThemeIcon("mIndicatorEmbedded.svg") QIcon(":images/themes/default/mIndicatorEmbedded.svg")
QPixmap(":images/themes/default/mIndicatorEmbedded.svg")
mIconHistory QgsApplication.getThemeIcon("mIconHistory.svg") QIcon(":images/themes/default/mIconHistory.svg")
QPixmap(":images/themes/default/mIconHistory.svg")
mIndicatorMemory QgsApplication.getThemeIcon("mIndicatorMemory.svg") QIcon(":images/themes/default/mIndicatorMemory.svg")
QPixmap(":images/themes/default/mIndicatorMemory.svg")
mIconGPU QgsApplication.getThemeIcon("mIconGPU.svg") QIcon(":images/themes/default/mIconGPU.svg")
QPixmap(":images/themes/default/mIconGPU.svg")
mAddToProject QgsApplication.getThemeIcon("mAddToProject.svg") QIcon(":images/themes/default/mAddToProject.svg")
QPixmap(":images/themes/default/mAddToProject.svg")
mDockify QgsApplication.getThemeIcon("mDockify.svg") QIcon(":images/themes/default/mDockify.svg")
QPixmap(":images/themes/default/mDockify.svg")
mActionReverseLine QgsApplication.getThemeIcon("mActionReverseLine.svg") QIcon(":images/themes/default/mActionReverseLine.svg")
QPixmap(":images/themes/default/mActionReverseLine.svg")
mActionAdd3DMap QgsApplication.getThemeIcon("mActionAdd3DMap.svg") QIcon(":images/themes/default/mActionAdd3DMap.svg")
QPixmap(":images/themes/default/mActionAdd3DMap.svg")
mIndicatorNonRemovable QgsApplication.getThemeIcon("mIndicatorNonRemovable.svg") QIcon(":images/themes/default/mIndicatorNonRemovable.svg")
QPixmap(":images/themes/default/mIndicatorNonRemovable.svg")
mIndicatorBadLayer QgsApplication.getThemeIcon("mIndicatorBadLayer.svg") QIcon(":images/themes/default/mIndicatorBadLayer.svg")
QPixmap(":images/themes/default/mIndicatorBadLayer.svg")
mIconFolder QgsApplication.getThemeIcon("mIconFolder.svg") QIcon(":images/themes/default/mIconFolder.svg")
QPixmap(":images/themes/default/mIconFolder.svg")
mIconFolderHome QgsApplication.getThemeIcon("mIconFolderHome.svg") QIcon(":images/themes/default/mIconFolderHome.svg")
QPixmap(":images/themes/default/mIconFolderHome.svg")
mIconFolderLink QgsApplication.getThemeIcon("mIconFolderLink.svg") QIcon(":images/themes/default/mIconFolderLink.svg")
QPixmap(":images/themes/default/mIconFolderLink.svg")
mIconFolderOpen QgsApplication.getThemeIcon("mIconFolderOpen.svg") QIcon(":images/themes/default/mIconFolderOpen.svg")
QPixmap(":images/themes/default/mIconFolderOpen.svg")
mIconFolderProject QgsApplication.getThemeIcon("mIconFolderProject.svg") QIcon(":images/themes/default/mIconFolderProject.svg")
QPixmap(":images/themes/default/mIconFolderProject.svg")
mActionActive QgsApplication.getThemeIcon("mActionActive.svg") QIcon(":images/themes/default/mActionActive.svg")
QPixmap(":images/themes/default/mActionActive.svg")
mIconAllRings QgsApplication.getThemeIcon("mIconAllRings.svg") QIcon(":images/themes/default/mIconAllRings.svg")
QPixmap(":images/themes/default/mIconAllRings.svg")
mIconExteriorRing QgsApplication.getThemeIcon("mIconExteriorRing.svg") QIcon(":images/themes/default/mIconExteriorRing.svg")
QPixmap(":images/themes/default/mIconExteriorRing.svg")
mIconInteriorRings QgsApplication.getThemeIcon("mIconInteriorRings.svg") QIcon(":images/themes/default/mIconInteriorRings.svg")
QPixmap(":images/themes/default/mIconInteriorRings.svg")
mIconFieldBinary QgsApplication.getThemeIcon("mIconFieldBinary.svg") QIcon(":images/themes/default/mIconFieldBinary.svg")
QPixmap(":images/themes/default/mIconFieldBinary.svg")
mActionTrimExtendFeature QgsApplication.getThemeIcon("mActionTrimExtendFeature.svg") QIcon(":images/themes/default/mActionTrimExtendFeature.svg")
QPixmap(":images/themes/default/mActionTrimExtendFeature.svg")
mActionTerminal QgsApplication.getThemeIcon("mActionTerminal.svg") QIcon(":images/themes/default/mActionTerminal.svg")
QPixmap(":images/themes/default/mActionTerminal.svg")
mIconFolder24 QgsApplication.getThemeIcon("mIconFolder24.svg") QIcon(":images/themes/default/mIconFolder24.svg")
QPixmap(":images/themes/default/mIconFolder24.svg")
mActionNewFolder QgsApplication.getThemeIcon("mActionNewFolder.svg") QIcon(":images/themes/default/mActionNewFolder.svg")
QPixmap(":images/themes/default/mActionNewFolder.svg")
mIconFieldBool QgsApplication.getThemeIcon("mIconFieldBool.svg") QIcon(":images/themes/default/mIconFieldBool.svg")
QPixmap(":images/themes/default/mIconFieldBool.svg")
mIconDataDefineColor QgsApplication.getThemeIcon("mIconDataDefineColor.svg") QIcon(":images/themes/default/mIconDataDefineColor.svg")
QPixmap(":images/themes/default/mIconDataDefineColor.svg")
mIconDataDefineColorOn QgsApplication.getThemeIcon("mIconDataDefineColorOn.svg") QIcon(":images/themes/default/mIconDataDefineColorOn.svg")
QPixmap(":images/themes/default/mIconDataDefineColorOn.svg")
mActionNewVirtualLayer QgsApplication.getThemeIcon("mActionNewVirtualLayer.svg") QIcon(":images/themes/default/mActionNewVirtualLayer.svg")
QPixmap(":images/themes/default/mActionNewVirtualLayer.svg")
mActionDoubleArrowRight QgsApplication.getThemeIcon("mActionDoubleArrowRight.svg") QIcon(":images/themes/default/mActionDoubleArrowRight.svg")
QPixmap(":images/themes/default/mActionDoubleArrowRight.svg")
mActionDoubleArrowLeft QgsApplication.getThemeIcon("mActionDoubleArrowLeft.svg") QIcon(":images/themes/default/mActionDoubleArrowLeft.svg")
QPixmap(":images/themes/default/mActionDoubleArrowLeft.svg")
mAction3DNavigation QgsApplication.getThemeIcon("mAction3DNavigation.svg") QIcon(":images/themes/default/mAction3DNavigation.svg")
QPixmap(":images/themes/default/mAction3DNavigation.svg")
mActionTiltDown QgsApplication.getThemeIcon("mActionTiltDown.svg") QIcon(":images/themes/default/mActionTiltDown.svg")
QPixmap(":images/themes/default/mActionTiltDown.svg")
mActionTiltUp QgsApplication.getThemeIcon("mActionTiltUp.svg") QIcon(":images/themes/default/mActionTiltUp.svg")
QPixmap(":images/themes/default/mActionTiltUp.svg")
mActionDeleteSelectedFeatures QgsApplication.getThemeIcon("mActionDeleteSelectedFeatures.svg") QIcon(":images/themes/default/mActionDeleteSelectedFeatures.svg")
QPixmap(":images/themes/default/mActionDeleteSelectedFeatures.svg")
mIconAlignCenter QgsApplication.getThemeIcon("mIconAlignCenter.svg") QIcon(":images/themes/default/mIconAlignCenter.svg")
QPixmap(":images/themes/default/mIconAlignCenter.svg")
mIconAlignJustify QgsApplication.getThemeIcon("mIconAlignJustify.svg") QIcon(":images/themes/default/mIconAlignJustify.svg")
QPixmap(":images/themes/default/mIconAlignJustify.svg")
mIconAlignLeft QgsApplication.getThemeIcon("mIconAlignLeft.svg") QIcon(":images/themes/default/mIconAlignLeft.svg")
QPixmap(":images/themes/default/mIconAlignLeft.svg")
mIconAlignRight QgsApplication.getThemeIcon("mIconAlignRight.svg") QIcon(":images/themes/default/mIconAlignRight.svg")
QPixmap(":images/themes/default/mIconAlignRight.svg")
mIconArrangeSymbolsLeft QgsApplication.getThemeIcon("mIconArrangeSymbolsLeft.svg") QIcon(":images/themes/default/mIconArrangeSymbolsLeft.svg")
QPixmap(":images/themes/default/mIconArrangeSymbolsLeft.svg")
mIconArrangeSymbolsRight QgsApplication.getThemeIcon("mIconArrangeSymbolsRight.svg") QIcon(":images/themes/default/mIconArrangeSymbolsRight.svg")
QPixmap(":images/themes/default/mIconArrangeSymbolsRight.svg")
mIconClearItem QgsApplication.getThemeIcon("mIconClearItem.svg") QIcon(":images/themes/default/mIconClearItem.svg")
QPixmap(":images/themes/default/mIconClearItem.svg")
mIndicatorLayerError QgsApplication.getThemeIcon("mIndicatorLayerError.svg") QIcon(":images/themes/default/mIndicatorLayerError.svg")
QPixmap(":images/themes/default/mIndicatorLayerError.svg")
mIndicatorNoCRS QgsApplication.getThemeIcon("mIndicatorNoCRS.svg") QIcon(":images/themes/default/mIndicatorNoCRS.svg")
QPixmap(":images/themes/default/mIndicatorNoCRS.svg")
mActionShowUnplacedLabel QgsApplication.getThemeIcon("mActionShowUnplacedLabel.svg") QIcon(":images/themes/default/mActionShowUnplacedLabel.svg")
QPixmap(":images/themes/default/mActionShowUnplacedLabel.svg")
mActionHandleStoreFilterExpressionChecked QgsApplication.getThemeIcon("mActionHandleStoreFilterExpressionChecked.svg") QIcon(":images/themes/default/mActionHandleStoreFilterExpressionChecked.svg")
QPixmap(":images/themes/default/mActionHandleStoreFilterExpressionChecked.svg")
mActionHandleStoreFilterExpressionUnchecked QgsApplication.getThemeIcon("mActionHandleStoreFilterExpressionUnchecked.svg") QIcon(":images/themes/default/mActionHandleStoreFilterExpressionUnchecked.svg")
QPixmap(":images/themes/default/mActionHandleStoreFilterExpressionUnchecked.svg")
stacked-bar QgsApplication.getThemeIcon("stacked-bar.svg") QIcon(":images/themes/default/stacked-bar.svg")
QPixmap(":images/themes/default/stacked-bar.svg")
mIconHtml QgsApplication.getThemeIcon("mIconHtml.svg") QIcon(":images/themes/default/mIconHtml.svg")
QPixmap(":images/themes/default/mIconHtml.svg")
mIconHamburgerMenu QgsApplication.getThemeIcon("mIconHamburgerMenu.svg") QIcon(":images/themes/default/mIconHamburgerMenu.svg")
QPixmap(":images/themes/default/mIconHamburgerMenu.svg")
mActionAddManualTable QgsApplication.getThemeIcon("mActionAddManualTable.svg") QIcon(":images/themes/default/mActionAddManualTable.svg")
QPixmap(":images/themes/default/mActionAddManualTable.svg")
mIconModelerCollapse QgsApplication.getThemeIcon("mIconModelerCollapse.svg") QIcon(":images/themes/default/mIconModelerCollapse.svg")
QPixmap(":images/themes/default/mIconModelerCollapse.svg")
mIconModelerExpand QgsApplication.getThemeIcon("mIconModelerExpand.svg") QIcon(":images/themes/default/mIconModelerExpand.svg")
QPixmap(":images/themes/default/mIconModelerExpand.svg")
mActionDeleteModelComponent QgsApplication.getThemeIcon("mActionDeleteModelComponent.svg") QIcon(":images/themes/default/mActionDeleteModelComponent.svg")
QPixmap(":images/themes/default/mActionDeleteModelComponent.svg")
mActionEditModelComponent QgsApplication.getThemeIcon("mActionEditModelComponent.svg") QIcon(":images/themes/default/mActionEditModelComponent.svg")
QPixmap(":images/themes/default/mActionEditModelComponent.svg")
mIconModelOutput QgsApplication.getThemeIcon("mIconModelOutput.svg") QIcon(":images/themes/default/mIconModelOutput.svg")
QPixmap(":images/themes/default/mIconModelOutput.svg")
mIconModelInput QgsApplication.getThemeIcon("mIconModelInput.svg") QIcon(":images/themes/default/mIconModelInput.svg")
QPixmap(":images/themes/default/mIconModelInput.svg")
mIndicatorTemporal QgsApplication.getThemeIcon("mIndicatorTemporal.svg") QIcon(":images/themes/default/mIndicatorTemporal.svg")
QPixmap(":images/themes/default/mIndicatorTemporal.svg")
mIndicatorTimeFromProject QgsApplication.getThemeIcon("mIndicatorTimeFromProject.svg") QIcon(":images/themes/default/mIndicatorTimeFromProject.svg")
QPixmap(":images/themes/default/mIndicatorTimeFromProject.svg")
mIndicatorOffline QgsApplication.getThemeIcon("mIndicatorOffline.svg") QIcon(":images/themes/default/mIndicatorOffline.svg")
QPixmap(":images/themes/default/mIndicatorOffline.svg")
mIconIterate QgsApplication.getThemeIcon("mIconIterate.svg") QIcon(":images/themes/default/mIconIterate.svg")
QPixmap(":images/themes/default/mIconIterate.svg")
mIconNetworkLogger QgsApplication.getThemeIcon("mIconNetworkLogger.svg") QIcon(":images/themes/default/mIconNetworkLogger.svg")
QPixmap(":images/themes/default/mIconNetworkLogger.svg")
mActionAddMarker QgsApplication.getThemeIcon("mActionAddMarker.svg") QIcon(":images/themes/default/mActionAddMarker.svg")
QPixmap(":images/themes/default/mActionAddMarker.svg")
mLayoutItemMarker QgsApplication.getThemeIcon("mLayoutItemMarker.svg") QIcon(":images/themes/default/mLayoutItemMarker.svg")
QPixmap(":images/themes/default/mLayoutItemMarker.svg")
mIconStopwatch QgsApplication.getThemeIcon("mIconStopwatch.svg") QIcon(":images/themes/default/mIconStopwatch.svg")
QPixmap(":images/themes/default/mIconStopwatch.svg")
mIconAlignBottom QgsApplication.getThemeIcon("mIconAlignBottom.svg") QIcon(":images/themes/default/mIconAlignBottom.svg")
QPixmap(":images/themes/default/mIconAlignBottom.svg")
mIconAlignTop QgsApplication.getThemeIcon("mIconAlignTop.svg") QIcon(":images/themes/default/mIconAlignTop.svg")
QPixmap(":images/themes/default/mIconAlignTop.svg")
mIconAlignVCenter QgsApplication.getThemeIcon("mIconAlignVCenter.svg") QIcon(":images/themes/default/mIconAlignVCenter.svg")
QPixmap(":images/themes/default/mIconAlignVCenter.svg")
mIconPhongMaterial QgsApplication.getThemeIcon("mIconPhongMaterial.svg") QIcon(":images/themes/default/mIconPhongMaterial.svg")
QPixmap(":images/themes/default/mIconPhongMaterial.svg")
mIconGoochMaterial QgsApplication.getThemeIcon("mIconGoochMaterial.svg") QIcon(":images/themes/default/mIconGoochMaterial.svg")
QPixmap(":images/themes/default/mIconGoochMaterial.svg")
mIconSimpleLineMaterial QgsApplication.getThemeIcon("mIconSimpleLineMaterial.svg") QIcon(":images/themes/default/mIconSimpleLineMaterial.svg")
QPixmap(":images/themes/default/mIconSimpleLineMaterial.svg")
mIconPhongTexturedMaterial QgsApplication.getThemeIcon("mIconPhongTexturedMaterial.svg") QIcon(":images/themes/default/mIconPhongTexturedMaterial.svg")
QPixmap(":images/themes/default/mIconPhongTexturedMaterial.svg")
mActionLabelAnchorCenter QgsApplication.getThemeIcon("mActionLabelAnchorCenter.svg") QIcon(":images/themes/default/mActionLabelAnchorCenter.svg")
QPixmap(":images/themes/default/mActionLabelAnchorCenter.svg")
mActionLabelAnchorCustom QgsApplication.getThemeIcon("mActionLabelAnchorCustom.svg") QIcon(":images/themes/default/mActionLabelAnchorCustom.svg")
QPixmap(":images/themes/default/mActionLabelAnchorCustom.svg")
mActionLabelAnchorEnd QgsApplication.getThemeIcon("mActionLabelAnchorEnd.svg") QIcon(":images/themes/default/mActionLabelAnchorEnd.svg")
QPixmap(":images/themes/default/mActionLabelAnchorEnd.svg")
mActionLabelAnchorStart QgsApplication.getThemeIcon("mActionLabelAnchorStart.svg") QIcon(":images/themes/default/mActionLabelAnchorStart.svg")
QPixmap(":images/themes/default/mActionLabelAnchorStart.svg")
transformation QgsApplication.getThemeIcon("transformation.svg") QIcon(":images/themes/default/transformation.svg")
QPixmap(":images/themes/default/transformation.svg")
mIconCodeEditor QgsApplication.getThemeIcon("mIconCodeEditor.svg") QIcon(":images/themes/default/mIconCodeEditor.svg")
QPixmap(":images/themes/default/mIconCodeEditor.svg")
mIconSnappingEndpoint QgsApplication.getThemeIcon("mIconSnappingEndpoint.svg") QIcon(":images/themes/default/mIconSnappingEndpoint.svg")
QPixmap(":images/themes/default/mIconSnappingEndpoint.svg")
mActionStreamingDigitize QgsApplication.getThemeIcon("mActionStreamingDigitize.svg") QIcon(":images/themes/default/mActionStreamingDigitize.svg")
QPixmap(":images/themes/default/mActionStreamingDigitize.svg")
mActionEditHtml QgsApplication.getThemeIcon("mActionEditHtml.svg") QIcon(":images/themes/default/mActionEditHtml.svg")
QPixmap(":images/themes/default/mActionEditHtml.svg")
mIndicatorNotes QgsApplication.getThemeIcon("mIndicatorNotes.svg") QIcon(":images/themes/default/mIndicatorNotes.svg")
QPixmap(":images/themes/default/mIndicatorNotes.svg")
mIndicatorLowAccuracy QgsApplication.getThemeIcon("mIndicatorLowAccuracy.svg") QIcon(":images/themes/default/mIndicatorLowAccuracy.svg")
QPixmap(":images/themes/default/mIndicatorLowAccuracy.svg")
mIconFolderParams QgsApplication.getThemeIcon("mIconFolderParams.svg") QIcon(":images/themes/default/mIconFolderParams.svg")
QPixmap(":images/themes/default/mIconFolderParams.svg")
mIconFolderOpenParams QgsApplication.getThemeIcon("mIconFolderOpenParams.svg") QIcon(":images/themes/default/mIconFolderOpenParams.svg")
QPixmap(":images/themes/default/mIconFolderOpenParams.svg")
mIconFolderLinkParams QgsApplication.getThemeIcon("mIconFolderLinkParams.svg") QIcon(":images/themes/default/mIconFolderLinkParams.svg")
QPixmap(":images/themes/default/mIconFolderLinkParams.svg")
mIconFolderHomeParams QgsApplication.getThemeIcon("mIconFolderHomeParams.svg") QIcon(":images/themes/default/mIconFolderHomeParams.svg")
QPixmap(":images/themes/default/mIconFolderHomeParams.svg")
mActionMeasureBearing QgsApplication.getThemeIcon("mActionMeasureBearing.svg") QIcon(":images/themes/default/mActionMeasureBearing.svg")
QPixmap(":images/themes/default/mActionMeasureBearing.svg")
mActionMeshDigitizing QgsApplication.getThemeIcon("mActionMeshDigitizing.svg") QIcon(":images/themes/default/mActionMeshDigitizing.svg")
QPixmap(":images/themes/default/mActionMeshDigitizing.svg")
mActionMeshSelectPolygon QgsApplication.getThemeIcon("mActionMeshSelectPolygon.svg") QIcon(":images/themes/default/mActionMeshSelectPolygon.svg")
QPixmap(":images/themes/default/mActionMeshSelectPolygon.svg")
mActionMeshSelectExpression QgsApplication.getThemeIcon("mActionMeshSelectExpression.svg") QIcon(":images/themes/default/mActionMeshSelectExpression.svg")
QPixmap(":images/themes/default/mActionMeshSelectExpression.svg")
mActionNewMeshLayer QgsApplication.getThemeIcon("mActionNewMeshLayer.svg") QIcon(":images/themes/default/mActionNewMeshLayer.svg")
QPixmap(":images/themes/default/mActionNewMeshLayer.svg")
mActionMeshTransformByExpression QgsApplication.getThemeIcon("mActionMeshTransformByExpression.svg") QIcon(":images/themes/default/mActionMeshTransformByExpression.svg")
QPixmap(":images/themes/default/mActionMeshTransformByExpression.svg")
mIconVertexCoordinates QgsApplication.getThemeIcon("mIconVertexCoordinates.svg") QIcon(":images/themes/default/mIconVertexCoordinates.svg")
QPixmap(":images/themes/default/mIconVertexCoordinates.svg")
mActionMeshEditForceByVectorLines QgsApplication.getThemeIcon("mActionMeshEditForceByVectorLines.svg") QIcon(":images/themes/default/mActionMeshEditForceByVectorLines.svg")
QPixmap(":images/themes/default/mActionMeshEditForceByVectorLines.svg")
mActionMeshReindex QgsApplication.getThemeIcon("mActionMeshReindex.svg") QIcon(":images/themes/default/mActionMeshReindex.svg")
QPixmap(":images/themes/default/mActionMeshReindex.svg")
mIconGeometryCollectionLayer QgsApplication.getThemeIcon("mIconGeometryCollectionLayer.svg") QIcon(":images/themes/default/mIconGeometryCollectionLayer.svg")
QPixmap(":images/themes/default/mIconGeometryCollectionLayer.svg")
mIconGps QgsApplication.getThemeIcon("mIconGps.svg") QIcon(":images/themes/default/mIconGps.svg")
QPixmap(":images/themes/default/mIconGps.svg")
mActionNewGpx QgsApplication.getThemeIcon("mActionNewGpx.svg") QIcon(":images/themes/default/mActionNewGpx.svg")
QPixmap(":images/themes/default/mActionNewGpx.svg")
mActionAddGpsLayer QgsApplication.getThemeIcon("mActionAddGpsLayer.svg") QIcon(":images/themes/default/mActionAddGpsLayer.svg")
QPixmap(":images/themes/default/mActionAddGpsLayer.svg")
mIconAnnotationLayer QgsApplication.getThemeIcon("mIconAnnotationLayer.svg") QIcon(":images/themes/default/mIconAnnotationLayer.svg")
QPixmap(":images/themes/default/mIconAnnotationLayer.svg")
mActionCreateAnnotationLayer QgsApplication.getThemeIcon("mActionCreateAnnotationLayer.svg") QIcon(":images/themes/default/mActionCreateAnnotationLayer.svg")
QPixmap(":images/themes/default/mActionCreateAnnotationLayer.svg")
mActionEditBold QgsApplication.getThemeIcon("mActionEditBold.svg") QIcon(":images/themes/default/mActionEditBold.svg")
QPixmap(":images/themes/default/mActionEditBold.svg")
mActionEditIndentLess QgsApplication.getThemeIcon("mActionEditIndentLess.svg") QIcon(":images/themes/default/mActionEditIndentLess.svg")
QPixmap(":images/themes/default/mActionEditIndentLess.svg")
mActionEditIndentMore QgsApplication.getThemeIcon("mActionEditIndentMore.svg") QIcon(":images/themes/default/mActionEditIndentMore.svg")
QPixmap(":images/themes/default/mActionEditIndentMore.svg")
mActionEditInsertImage QgsApplication.getThemeIcon("mActionEditInsertImage.svg") QIcon(":images/themes/default/mActionEditInsertImage.svg")
QPixmap(":images/themes/default/mActionEditInsertImage.svg")
mActionEditInsertLink QgsApplication.getThemeIcon("mActionEditInsertLink.svg") QIcon(":images/themes/default/mActionEditInsertLink.svg")
QPixmap(":images/themes/default/mActionEditInsertLink.svg")
mActionEditItalic QgsApplication.getThemeIcon("mActionEditItalic.svg") QIcon(":images/themes/default/mActionEditItalic.svg")
QPixmap(":images/themes/default/mActionEditItalic.svg")
mActionEditUnderline QgsApplication.getThemeIcon("mActionEditUnderline.svg") QIcon(":images/themes/default/mActionEditUnderline.svg")
QPixmap(":images/themes/default/mActionEditUnderline.svg")
mActionStrikeOut QgsApplication.getThemeIcon("mActionStrikeOut.svg") QIcon(":images/themes/default/mActionStrikeOut.svg")
QPixmap(":images/themes/default/mActionStrikeOut.svg")
mActionZoomInXAxis QgsApplication.getThemeIcon("mActionZoomInXAxis.svg") QIcon(":images/themes/default/mActionZoomInXAxis.svg")
QPixmap(":images/themes/default/mActionZoomInXAxis.svg")
mActionCaptureCurveFromFeature QgsApplication.getThemeIcon("mActionCaptureCurveFromFeature.svg") QIcon(":images/themes/default/mActionCaptureCurveFromFeature.svg")
QPixmap(":images/themes/default/mActionCaptureCurveFromFeature.svg")
mIconLayerTree QgsApplication.getThemeIcon("mIconLayerTree.svg") QIcon(":images/themes/default/mIconLayerTree.svg")
QPixmap(":images/themes/default/mIconLayerTree.svg")
mIconSurfaceElevationFillBelow QgsApplication.getThemeIcon("mIconSurfaceElevationFillBelow.svg") QIcon(":images/themes/default/mIconSurfaceElevationFillBelow.svg")
QPixmap(":images/themes/default/mIconSurfaceElevationFillBelow.svg")
mIconSurfaceElevationLine QgsApplication.getThemeIcon("mIconSurfaceElevationLine.svg") QIcon(":images/themes/default/mIconSurfaceElevationLine.svg")
QPixmap(":images/themes/default/mIconSurfaceElevationLine.svg")
mIconDelimitedText QgsApplication.getThemeIcon("mIconDelimitedText.svg") QIcon(":images/themes/default/mIconDelimitedText.svg")
QPixmap(":images/themes/default/mIconDelimitedText.svg")
mIconGpx QgsApplication.getThemeIcon("mIconGpx.svg") QIcon(":images/themes/default/mIconGpx.svg")
QPixmap(":images/themes/default/mIconGpx.svg")
mIconMemory QgsApplication.getThemeIcon("mIconMemory.svg") QIcon(":images/themes/default/mIconMemory.svg")
QPixmap(":images/themes/default/mIconMemory.svg")
mIconTemporalRaster QgsApplication.getThemeIcon("mIconTemporalRaster.svg") QIcon(":images/themes/default/mIconTemporalRaster.svg")
QPixmap(":images/themes/default/mIconTemporalRaster.svg")
mIconFonts QgsApplication.getThemeIcon("mIconFonts.svg") QIcon(":images/themes/default/mIconFonts.svg")
QPixmap(":images/themes/default/mIconFonts.svg")
mActionNewFileGeodatabase QgsApplication.getThemeIcon("mActionNewFileGeodatabase.svg") QIcon(":images/themes/default/mActionNewFileGeodatabase.svg")
QPixmap(":images/themes/default/mActionNewFileGeodatabase.svg")
mIconBrowserRelations QgsApplication.getThemeIcon("mIconBrowserRelations.svg") QIcon(":images/themes/default/mIconBrowserRelations.svg")
QPixmap(":images/themes/default/mIconBrowserRelations.svg")
mActionIdentifyByMouseOver QgsApplication.getThemeIcon("mActionIdentifyByMouseOver.svg") QIcon(":images/themes/default/mActionIdentifyByMouseOver.svg")
QPixmap(":images/themes/default/mActionIdentifyByMouseOver.svg")
mShadingRenderer QgsApplication.getThemeIcon("mShadingRenderer.svg") QIcon(":images/themes/default/mShadingRenderer.svg")
QPixmap(":images/themes/default/mShadingRenderer.svg")
mLayoutItemElevationProfile QgsApplication.getThemeIcon("mLayoutItemElevationProfile.svg") QIcon(":images/themes/default/mLayoutItemElevationProfile.svg")
QPixmap(":images/themes/default/mLayoutItemElevationProfile.svg")
mActionElevationProfile QgsApplication.getThemeIcon("mActionElevationProfile.svg") QIcon(":images/themes/default/mActionElevationProfile.svg")
QPixmap(":images/themes/default/mActionElevationProfile.svg")
mActionCopyProfileSettings QgsApplication.getThemeIcon("mActionCopyProfileSettings.svg") QIcon(":images/themes/default/mActionCopyProfileSettings.svg")
QPixmap(":images/themes/default/mActionCopyProfileSettings.svg")
mIconFieldGeometry QgsApplication.getThemeIcon("mIconFieldGeometry.svg") QIcon(":images/themes/default/mIconFieldGeometry.svg")
QPixmap(":images/themes/default/mIconFieldGeometry.svg")
mActionTextAlongLine QgsApplication.getThemeIcon("mActionTextAlongLine.svg") QIcon(":images/themes/default/mActionTextAlongLine.svg")
QPixmap(":images/themes/default/mActionTextAlongLine.svg")
mActionNewElevationProfile QgsApplication.getThemeIcon("mActionNewElevationProfile.svg") QIcon(":images/themes/default/mActionNewElevationProfile.svg")
QPixmap(":images/themes/default/mActionNewElevationProfile.svg")
mIconSurfaceElevationFillAbove QgsApplication.getThemeIcon("mIconSurfaceElevationFillAbove.svg") QIcon(":images/themes/default/mIconSurfaceElevationFillAbove.svg")
QPixmap(":images/themes/default/mIconSurfaceElevationFillAbove.svg")
mIconCesium3dTiles QgsApplication.getThemeIcon("mIconCesium3dTiles.svg") QIcon(":images/themes/default/mIconCesium3dTiles.svg")
QPixmap(":images/themes/default/mIconCesium3dTiles.svg")
mActionAddTiledSceneLayer QgsApplication.getThemeIcon("mActionAddTiledSceneLayer.svg") QIcon(":images/themes/default/mActionAddTiledSceneLayer.svg")
QPixmap(":images/themes/default/mActionAddTiledSceneLayer.svg")
mIconTiledScene QgsApplication.getThemeIcon("mIconTiledScene.svg") QIcon(":images/themes/default/mIconTiledScene.svg")
QPixmap(":images/themes/default/mIconTiledScene.svg")
mIconTiledSceneLayer QgsApplication.getThemeIcon("mIconTiledSceneLayer.svg") QIcon(":images/themes/default/mIconTiledSceneLayer.svg")
QPixmap(":images/themes/default/mIconTiledSceneLayer.svg")
mIconColorUnlocked QgsApplication.getThemeIcon("mIconColorUnlocked.svg") QIcon(":images/themes/default/mIconColorUnlocked.svg")
QPixmap(":images/themes/default/mIconColorUnlocked.svg")
mIconColorLocked QgsApplication.getThemeIcon("mIconColorLocked.svg") QIcon(":images/themes/default/mIconColorLocked.svg")
QPixmap(":images/themes/default/mIconColorLocked.svg")
mIconSelectUnlocked QgsApplication.getThemeIcon("mIconSelectUnlocked.svg") QIcon(":images/themes/default/mIconSelectUnlocked.svg")
QPixmap(":images/themes/default/mIconSelectUnlocked.svg")
mIconSelectLocked QgsApplication.getThemeIcon("mIconSelectLocked.svg") QIcon(":images/themes/default/mIconSelectLocked.svg")
QPixmap(":images/themes/default/mIconSelectLocked.svg")
mTemporalNavigationMovie QgsApplication.getThemeIcon("mTemporalNavigationMovie.svg") QIcon(":images/themes/default/mTemporalNavigationMovie.svg")
QPixmap(":images/themes/default/mTemporalNavigationMovie.svg")
mActionAddSensorThingsLayer QgsApplication.getThemeIcon("mActionAddSensorThingsLayer.svg") QIcon(":images/themes/default/mActionAddSensorThingsLayer.svg")
QPixmap(":images/themes/default/mActionAddSensorThingsLayer.svg")
mIconSensorThings QgsApplication.getThemeIcon("mIconSensorThings.svg") QIcon(":images/themes/default/mIconSensorThings.svg")
QPixmap(":images/themes/default/mIconSensorThings.svg")

themes/default/algorithms#

Preview Using QgsApplication QIcon/QPixmap
mAlgorithmAddGeometryAttributes QgsApplication.getThemeIcon("mAlgorithmAddGeometryAttributes.svg") QIcon(":images/themes/default/algorithms/mAlgorithmAddGeometryAttributes.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmAddGeometryAttributes.svg")
mAlgorithmBasicStatistics QgsApplication.getThemeIcon("mAlgorithmBasicStatistics.svg") QIcon(":images/themes/default/algorithms/mAlgorithmBasicStatistics.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmBasicStatistics.svg")
mAlgorithmBuffer QgsApplication.getThemeIcon("mAlgorithmBuffer.svg") QIcon(":images/themes/default/algorithms/mAlgorithmBuffer.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmBuffer.svg")
mAlgorithmCellStatistics QgsApplication.getThemeIcon("mAlgorithmCellStatistics.svg") QIcon(":images/themes/default/algorithms/mAlgorithmCellStatistics.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmCellStatistics.svg")
mAlgorithmCellStatisticsPercentile QgsApplication.getThemeIcon("mAlgorithmCellStatisticsPercentile.svg") QIcon(":images/themes/default/algorithms/mAlgorithmCellStatisticsPercentile.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmCellStatisticsPercentile.svg")
mAlgorithmCellStatisticsPercentRank QgsApplication.getThemeIcon("mAlgorithmCellStatisticsPercentRank.svg") QIcon(":images/themes/default/algorithms/mAlgorithmCellStatisticsPercentRank.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmCellStatisticsPercentRank.svg")
mAlgorithmCentroids QgsApplication.getThemeIcon("mAlgorithmCentroids.svg") QIcon(":images/themes/default/algorithms/mAlgorithmCentroids.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmCentroids.svg")
mAlgorithmCheckGeometry QgsApplication.getThemeIcon("mAlgorithmCheckGeometry.svg") QIcon(":images/themes/default/algorithms/mAlgorithmCheckGeometry.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmCheckGeometry.svg")
mAlgorithmClip QgsApplication.getThemeIcon("mAlgorithmClip.svg") QIcon(":images/themes/default/algorithms/mAlgorithmClip.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmClip.svg")
mAlgorithmCollect QgsApplication.getThemeIcon("mAlgorithmCollect.svg") QIcon(":images/themes/default/algorithms/mAlgorithmCollect.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmCollect.svg")
mAlgorithmConvexHull QgsApplication.getThemeIcon("mAlgorithmConvexHull.svg") QIcon(":images/themes/default/algorithms/mAlgorithmConvexHull.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmConvexHull.svg")
mAlgorithmCreateGrid QgsApplication.getThemeIcon("mAlgorithmCreateGrid.svg") QIcon(":images/themes/default/algorithms/mAlgorithmCreateGrid.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmCreateGrid.svg")
mAlgorithmFillNoData QgsApplication.getThemeIcon("mAlgorithmFillNoData.svg") QIcon(":images/themes/default/algorithms/mAlgorithmFillNoData.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmFillNoData.svg")
mAlgorithmFuzzifyLinear QgsApplication.getThemeIcon("mAlgorithmFuzzifyLinear.svg") QIcon(":images/themes/default/algorithms/mAlgorithmFuzzifyLinear.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmFuzzifyLinear.svg")
mAlgorithmFuzzifyPower QgsApplication.getThemeIcon("mAlgorithmFuzzifyPower.svg") QIcon(":images/themes/default/algorithms/mAlgorithmFuzzifyPower.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmFuzzifyPower.svg")
mAlgorithmFuzzifyLarge QgsApplication.getThemeIcon("mAlgorithmFuzzifyLarge.svg") QIcon(":images/themes/default/algorithms/mAlgorithmFuzzifyLarge.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmFuzzifyLarge.svg")
mAlgorithmFuzzifySmall QgsApplication.getThemeIcon("mAlgorithmFuzzifySmall.svg") QIcon(":images/themes/default/algorithms/mAlgorithmFuzzifySmall.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmFuzzifySmall.svg")
mAlgorithmFuzzifyGaussian QgsApplication.getThemeIcon("mAlgorithmFuzzifyGaussian.svg") QIcon(":images/themes/default/algorithms/mAlgorithmFuzzifyGaussian.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmFuzzifyGaussian.svg")
mAlgorithmFuzzifyNear QgsApplication.getThemeIcon("mAlgorithmFuzzifyNear.svg") QIcon(":images/themes/default/algorithms/mAlgorithmFuzzifyNear.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmFuzzifyNear.svg")
mAlgorithmDelaunay QgsApplication.getThemeIcon("mAlgorithmDelaunay.svg") QIcon(":images/themes/default/algorithms/mAlgorithmDelaunay.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmDelaunay.svg")
mAlgorithmDifference QgsApplication.getThemeIcon("mAlgorithmDifference.svg") QIcon(":images/themes/default/algorithms/mAlgorithmDifference.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmDifference.svg")
mAlgorithmDissolve QgsApplication.getThemeIcon("mAlgorithmDissolve.svg") QIcon(":images/themes/default/algorithms/mAlgorithmDissolve.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmDissolve.svg")
mAlgorithmDistanceMatrix QgsApplication.getThemeIcon("mAlgorithmDistanceMatrix.svg") QIcon(":images/themes/default/algorithms/mAlgorithmDistanceMatrix.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmDistanceMatrix.svg")
mAlgorithmExtractVertices QgsApplication.getThemeIcon("mAlgorithmExtractVertices.svg") QIcon(":images/themes/default/algorithms/mAlgorithmExtractVertices.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmExtractVertices.svg")
mAlgorithmExtractLayerExtent QgsApplication.getThemeIcon("mAlgorithmExtractLayerExtent.svg") QIcon(":images/themes/default/algorithms/mAlgorithmExtractLayerExtent.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmExtractLayerExtent.svg")
mAlgorithmIntersect QgsApplication.getThemeIcon("mAlgorithmIntersect.svg") QIcon(":images/themes/default/algorithms/mAlgorithmIntersect.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmIntersect.svg")
mAlgorithmConcaveHull QgsApplication.getThemeIcon("mAlgorithmConcaveHull.svg") QIcon(":images/themes/default/algorithms/mAlgorithmConcaveHull.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmConcaveHull.svg")
mAlgorithmLineDensity QgsApplication.getThemeIcon("mAlgorithmLineDensity.svg") QIcon(":images/themes/default/algorithms/mAlgorithmLineDensity.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmLineDensity.svg")
mAlgorithmLineIntersections QgsApplication.getThemeIcon("mAlgorithmLineIntersections.svg") QIcon(":images/themes/default/algorithms/mAlgorithmLineIntersections.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmLineIntersections.svg")
mAlgorithmLineToPolygon QgsApplication.getThemeIcon("mAlgorithmLineToPolygon.svg") QIcon(":images/themes/default/algorithms/mAlgorithmLineToPolygon.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmLineToPolygon.svg")
mAlgorithmMeanCoordinates QgsApplication.getThemeIcon("mAlgorithmMeanCoordinates.svg") QIcon(":images/themes/default/algorithms/mAlgorithmMeanCoordinates.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmMeanCoordinates.svg")
mAlgorithmMergeLayers QgsApplication.getThemeIcon("mAlgorithmMergeLayers.svg") QIcon(":images/themes/default/algorithms/mAlgorithmMergeLayers.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmMergeLayers.svg")
mAlgorithmMultiToSingle QgsApplication.getThemeIcon("mAlgorithmMultiToSingle.svg") QIcon(":images/themes/default/algorithms/mAlgorithmMultiToSingle.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmMultiToSingle.svg")
mAlgorithmNearestNeighbour QgsApplication.getThemeIcon("mAlgorithmNearestNeighbour.svg") QIcon(":images/themes/default/algorithms/mAlgorithmNearestNeighbour.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmNearestNeighbour.svg")
mAlgorithmNormalRaster QgsApplication.getThemeIcon("mAlgorithmNormalRaster.svg") QIcon(":images/themes/default/algorithms/mAlgorithmNormalRaster.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmNormalRaster.svg")
mAlgorithmNetworkAnalysis QgsApplication.getThemeIcon("mAlgorithmNetworkAnalysis.svg") QIcon(":images/themes/default/algorithms/mAlgorithmNetworkAnalysis.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmNetworkAnalysis.svg")
mAlgorithmPolygonToLine QgsApplication.getThemeIcon("mAlgorithmPolygonToLine.svg") QIcon(":images/themes/default/algorithms/mAlgorithmPolygonToLine.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmPolygonToLine.svg")
mAlgorithmRandomExponentialRaster QgsApplication.getThemeIcon("mAlgorithmRandomExponentialRaster.svg") QIcon(":images/themes/default/algorithms/mAlgorithmRandomExponentialRaster.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmRandomExponentialRaster.svg")
mAlgorithmRandomGammaRaster QgsApplication.getThemeIcon("mAlgorithmRandomGammaRaster.svg") QIcon(":images/themes/default/algorithms/mAlgorithmRandomGammaRaster.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmRandomGammaRaster.svg")
mAlgorithmRandomPointsInPolygons QgsApplication.getThemeIcon("mAlgorithmRandomPointsInPolygons.svg") QIcon(":images/themes/default/algorithms/mAlgorithmRandomPointsInPolygons.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmRandomPointsInPolygons.svg")
mAlgorithmRandomPointsOnLines QgsApplication.getThemeIcon("mAlgorithmRandomPointsOnLines.svg") QIcon(":images/themes/default/algorithms/mAlgorithmRandomPointsOnLines.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmRandomPointsOnLines.svg")
mAlgorithmRandomPointsWithinPolygon QgsApplication.getThemeIcon("mAlgorithmRandomPointsWithinPolygon.svg") QIcon(":images/themes/default/algorithms/mAlgorithmRandomPointsWithinPolygon.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmRandomPointsWithinPolygon.svg")
mAlgorithmRandomPointsWithinExtent QgsApplication.getThemeIcon("mAlgorithmRandomPointsWithinExtent.svg") QIcon(":images/themes/default/algorithms/mAlgorithmRandomPointsWithinExtent.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmRandomPointsWithinExtent.svg")
mAlgorithmRandomPoissonRaster QgsApplication.getThemeIcon("mAlgorithmRandomPoissonRaster.svg") QIcon(":images/themes/default/algorithms/mAlgorithmRandomPoissonRaster.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmRandomPoissonRaster.svg")
mAlgorithmRandomRaster QgsApplication.getThemeIcon("mAlgorithmRandomRaster.svg") QIcon(":images/themes/default/algorithms/mAlgorithmRandomRaster.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmRandomRaster.svg")
mAlgorithmRasterCalculator QgsApplication.getThemeIcon("mAlgorithmRasterCalculator.svg") QIcon(":images/themes/default/algorithms/mAlgorithmRasterCalculator.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmRasterCalculator.svg")
mAlgorithmRegularPoints QgsApplication.getThemeIcon("mAlgorithmRegularPoints.svg") QIcon(":images/themes/default/algorithms/mAlgorithmRegularPoints.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmRegularPoints.svg")
mAlgorithmRoundRastervalues QgsApplication.getThemeIcon("mAlgorithmRoundRastervalues.svg") QIcon(":images/themes/default/algorithms/mAlgorithmRoundRastervalues.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmRoundRastervalues.svg")
mAlgorithmSelectLocation QgsApplication.getThemeIcon("mAlgorithmSelectLocation.svg") QIcon(":images/themes/default/algorithms/mAlgorithmSelectLocation.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmSelectLocation.svg")
mAlgorithmSelectDistance QgsApplication.getThemeIcon("mAlgorithmSelectDistance.svg") QIcon(":images/themes/default/algorithms/mAlgorithmSelectDistance.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmSelectDistance.svg")
mAlgorithmSelectRandom QgsApplication.getThemeIcon("mAlgorithmSelectRandom.svg") QIcon(":images/themes/default/algorithms/mAlgorithmSelectRandom.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmSelectRandom.svg")
mAlgorithmSimplify QgsApplication.getThemeIcon("mAlgorithmSimplify.svg") QIcon(":images/themes/default/algorithms/mAlgorithmSimplify.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmSimplify.svg")
mAlgorithmSingleToMulti QgsApplication.getThemeIcon("mAlgorithmSingleToMulti.svg") QIcon(":images/themes/default/algorithms/mAlgorithmSingleToMulti.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmSingleToMulti.svg")
mAlgorithmSplitLayer QgsApplication.getThemeIcon("mAlgorithmSplitLayer.svg") QIcon(":images/themes/default/algorithms/mAlgorithmSplitLayer.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmSplitLayer.svg")
mAlgorithmSumLengthLines QgsApplication.getThemeIcon("mAlgorithmSumLengthLines.svg") QIcon(":images/themes/default/algorithms/mAlgorithmSumLengthLines.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmSumLengthLines.svg")
mAlgorithmSumPoints QgsApplication.getThemeIcon("mAlgorithmSumPoints.svg") QIcon(":images/themes/default/algorithms/mAlgorithmSumPoints.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmSumPoints.svg")
mAlgorithmSymmetricalDifference QgsApplication.getThemeIcon("mAlgorithmSymmetricalDifference.svg") QIcon(":images/themes/default/algorithms/mAlgorithmSymmetricalDifference.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmSymmetricalDifference.svg")
mAlgorithmUnion QgsApplication.getThemeIcon("mAlgorithmUnion.svg") QIcon(":images/themes/default/algorithms/mAlgorithmUnion.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmUnion.svg")
mAlgorithmUniqueValues QgsApplication.getThemeIcon("mAlgorithmUniqueValues.svg") QIcon(":images/themes/default/algorithms/mAlgorithmUniqueValues.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmUniqueValues.svg")
mAlgorithmVoronoi QgsApplication.getThemeIcon("mAlgorithmVoronoi.svg") QIcon(":images/themes/default/algorithms/mAlgorithmVoronoi.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmVoronoi.svg")
mAlgorithmConstantRaster QgsApplication.getThemeIcon("mAlgorithmConstantRaster.svg") QIcon(":images/themes/default/algorithms/mAlgorithmConstantRaster.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmConstantRaster.svg")
mAlgorithmRectanglesOvalsDiamonds QgsApplication.getThemeIcon("mAlgorithmRectanglesOvalsDiamonds.svg") QIcon(":images/themes/default/algorithms/mAlgorithmRectanglesOvalsDiamonds.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmRectanglesOvalsDiamonds.svg")
mAlgorithmOffsetLines QgsApplication.getThemeIcon("mAlgorithmOffsetLines.svg") QIcon(":images/themes/default/algorithms/mAlgorithmOffsetLines.svg")
QPixmap(":images/themes/default/algorithms/mAlgorithmOffsetLines.svg")

themes/default/cadtools#

Preview Using QgsApplication QIcon/QPixmap
construction QgsApplication.getThemeIcon("construction.svg") QIcon(":images/themes/default/cadtools/construction.svg")
QPixmap(":images/themes/default/cadtools/construction.svg")
delta QgsApplication.getThemeIcon("delta.svg") QIcon(":images/themes/default/cadtools/delta.svg")
QPixmap(":images/themes/default/cadtools/delta.svg")
floater QgsApplication.getThemeIcon("floater.svg") QIcon(":images/themes/default/cadtools/floater.svg")
QPixmap(":images/themes/default/cadtools/floater.svg")
cad QgsApplication.getThemeIcon("cad.svg") QIcon(":images/themes/default/cadtools/cad.svg")
QPixmap(":images/themes/default/cadtools/cad.svg")
lock QgsApplication.getThemeIcon("lock.svg") QIcon(":images/themes/default/cadtools/lock.svg")
QPixmap(":images/themes/default/cadtools/lock.svg")
parallel QgsApplication.getThemeIcon("parallel.svg") QIcon(":images/themes/default/cadtools/parallel.svg")
QPixmap(":images/themes/default/cadtools/parallel.svg")
perpendicular QgsApplication.getThemeIcon("perpendicular.svg") QIcon(":images/themes/default/cadtools/perpendicular.svg")
QPixmap(":images/themes/default/cadtools/perpendicular.svg")

themes/default/checks#

Preview Using QgsApplication QIcon/QPixmap
SliverOrGap QgsApplication.getThemeIcon("SliverOrGap.svg") QIcon(":images/themes/default/checks/SliverOrGap.svg")
QPixmap(":images/themes/default/checks/SliverOrGap.svg")
InvalidGeometry QgsApplication.getThemeIcon("InvalidGeometry.svg") QIcon(":images/themes/default/checks/InvalidGeometry.svg")
QPixmap(":images/themes/default/checks/InvalidGeometry.svg")
MissingVertex QgsApplication.getThemeIcon("MissingVertex.svg") QIcon(":images/themes/default/checks/MissingVertex.svg")
QPixmap(":images/themes/default/checks/MissingVertex.svg")
Overlap QgsApplication.getThemeIcon("Overlap.svg") QIcon(":images/themes/default/checks/Overlap.svg")
QPixmap(":images/themes/default/checks/Overlap.svg")

themes/default/classification_methods#

Preview Using QgsApplication QIcon/QPixmap
mClassificationEqualCount QgsApplication.getThemeIcon("mClassificationEqualCount.svg") QIcon(":images/themes/default/classification_methods/mClassificationEqualCount.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationEqualCount.svg")
mClassificationEqualInterval QgsApplication.getThemeIcon("mClassificationEqualInterval.svg") QIcon(":images/themes/default/classification_methods/mClassificationEqualInterval.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationEqualInterval.svg")
mClassificationLogarithmic QgsApplication.getThemeIcon("mClassificationLogarithmic.svg") QIcon(":images/themes/default/classification_methods/mClassificationLogarithmic.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationLogarithmic.svg")
mClassificationNaturalBreak QgsApplication.getThemeIcon("mClassificationNaturalBreak.svg") QIcon(":images/themes/default/classification_methods/mClassificationNaturalBreak.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationNaturalBreak.svg")
mClassificationPrettyBreak QgsApplication.getThemeIcon("mClassificationPrettyBreak.svg") QIcon(":images/themes/default/classification_methods/mClassificationPrettyBreak.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationPrettyBreak.svg")
mClassificationStandardDeviation QgsApplication.getThemeIcon("mClassificationStandardDeviation.svg") QIcon(":images/themes/default/classification_methods/mClassificationStandardDeviation.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationStandardDeviation.svg")
mClassificationFixedInterval QgsApplication.getThemeIcon("mClassificationFixedInterval.svg") QIcon(":images/themes/default/classification_methods/mClassificationFixedInterval.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationFixedInterval.svg")

themes/default/console#

Preview Using QgsApplication QIcon/QPixmap
iconClearConsole QgsApplication.getThemeIcon("iconClearConsole.svg") QIcon(":images/themes/default/console/iconClearConsole.svg")
QPixmap(":images/themes/default/console/iconClearConsole.svg")
iconCodepadConsole QgsApplication.getThemeIcon("iconCodepadConsole.svg") QIcon(":images/themes/default/console/iconCodepadConsole.svg")
QPixmap(":images/themes/default/console/iconCodepadConsole.svg")
iconHelpConsole QgsApplication.getThemeIcon("iconHelpConsole.svg") QIcon(":images/themes/default/console/iconHelpConsole.svg")
QPixmap(":images/themes/default/console/iconHelpConsole.svg")
iconHideToolConsole QgsApplication.getThemeIcon("iconHideToolConsole.svg") QIcon(":images/themes/default/console/iconHideToolConsole.svg")
QPixmap(":images/themes/default/console/iconHideToolConsole.svg")
iconQtCoreConsole QgsApplication.getThemeIcon("iconQtCoreConsole.svg") QIcon(":images/themes/default/console/iconQtCoreConsole.svg")
QPixmap(":images/themes/default/console/iconQtCoreConsole.svg")
iconQtGuiConsole QgsApplication.getThemeIcon("iconQtGuiConsole.svg") QIcon(":images/themes/default/console/iconQtGuiConsole.svg")
QPixmap(":images/themes/default/console/iconQtGuiConsole.svg")
mIconRunConsole QgsApplication.getThemeIcon("mIconRunConsole.svg") QIcon(":images/themes/default/console/mIconRunConsole.svg")
QPixmap(":images/themes/default/console/mIconRunConsole.svg")
iconSettingsConsole QgsApplication.getThemeIcon("iconSettingsConsole.svg") QIcon(":images/themes/default/console/iconSettingsConsole.svg")
QPixmap(":images/themes/default/console/iconSettingsConsole.svg")
iconProcessingConsole QgsApplication.getThemeIcon("iconProcessingConsole.svg") QIcon(":images/themes/default/console/iconProcessingConsole.svg")
QPixmap(":images/themes/default/console/iconProcessingConsole.svg")
consoleHelp QgsApplication.getThemeIcon("consoleHelp.png") QIcon(":images/themes/default/console/consoleHelp.png")
QPixmap(":images/themes/default/console/consoleHelp.png")
editorHelp QgsApplication.getThemeIcon("editorHelp.png") QIcon(":images/themes/default/console/editorHelp.png")
QPixmap(":images/themes/default/console/editorHelp.png")
classBrowserHelp QgsApplication.getThemeIcon("classBrowserHelp.png") QIcon(":images/themes/default/console/classBrowserHelp.png")
QPixmap(":images/themes/default/console/classBrowserHelp.png")
iconTabEditorConsole QgsApplication.getThemeIcon("iconTabEditorConsole.svg") QIcon(":images/themes/default/console/iconTabEditorConsole.svg")
QPixmap(":images/themes/default/console/iconTabEditorConsole.svg")
iconNewTabEditorConsole QgsApplication.getThemeIcon("iconNewTabEditorConsole.svg") QIcon(":images/themes/default/console/iconNewTabEditorConsole.svg")
QPixmap(":images/themes/default/console/iconNewTabEditorConsole.svg")
iconRestoreTabsConsole QgsApplication.getThemeIcon("iconRestoreTabsConsole.svg") QIcon(":images/themes/default/console/iconRestoreTabsConsole.svg")
QPixmap(":images/themes/default/console/iconRestoreTabsConsole.svg")
iconFileTabsMenuConsole QgsApplication.getThemeIcon("iconFileTabsMenuConsole.svg") QIcon(":images/themes/default/console/iconFileTabsMenuConsole.svg")
QPixmap(":images/themes/default/console/iconFileTabsMenuConsole.svg")
iconFormatCode QgsApplication.getThemeIcon("iconFormatCode.svg") QIcon(":images/themes/default/console/iconFormatCode.svg")
QPixmap(":images/themes/default/console/iconFormatCode.svg")
iconShowEditorConsole QgsApplication.getThemeIcon("iconShowEditorConsole.svg") QIcon(":images/themes/default/console/iconShowEditorConsole.svg")
QPixmap(":images/themes/default/console/iconShowEditorConsole.svg")
iconCommentEditorConsole QgsApplication.getThemeIcon("iconCommentEditorConsole.svg") QIcon(":images/themes/default/console/iconCommentEditorConsole.svg")
QPixmap(":images/themes/default/console/iconCommentEditorConsole.svg")
iconUncommentEditorConsole QgsApplication.getThemeIcon("iconUncommentEditorConsole.svg") QIcon(":images/themes/default/console/iconUncommentEditorConsole.svg")
QPixmap(":images/themes/default/console/iconUncommentEditorConsole.svg")
iconClassTreeWidgetConsole QgsApplication.getThemeIcon("iconClassTreeWidgetConsole.svg") QIcon(":images/themes/default/console/iconClassTreeWidgetConsole.svg")
QPixmap(":images/themes/default/console/iconClassTreeWidgetConsole.svg")
iconMethodTreeWidgetConsole QgsApplication.getThemeIcon("iconMethodTreeWidgetConsole.svg") QIcon(":images/themes/default/console/iconMethodTreeWidgetConsole.svg")
QPixmap(":images/themes/default/console/iconMethodTreeWidgetConsole.svg")
iconFunctionTreeWidgetConsole QgsApplication.getThemeIcon("iconFunctionTreeWidgetConsole.svg") QIcon(":images/themes/default/console/iconFunctionTreeWidgetConsole.svg")
QPixmap(":images/themes/default/console/iconFunctionTreeWidgetConsole.svg")
iconClassBrowserConsole QgsApplication.getThemeIcon("iconClassBrowserConsole.svg") QIcon(":images/themes/default/console/iconClassBrowserConsole.svg")
QPixmap(":images/themes/default/console/iconClassBrowserConsole.svg")
iconSearchEditorConsole QgsApplication.getThemeIcon("iconSearchEditorConsole.svg") QIcon(":images/themes/default/console/iconSearchEditorConsole.svg")
QPixmap(":images/themes/default/console/iconSearchEditorConsole.svg")
iconSearchNextEditorConsole QgsApplication.getThemeIcon("iconSearchNextEditorConsole.svg") QIcon(":images/themes/default/console/iconSearchNextEditorConsole.svg")
QPixmap(":images/themes/default/console/iconSearchNextEditorConsole.svg")
iconSearchPrevEditorConsole QgsApplication.getThemeIcon("iconSearchPrevEditorConsole.svg") QIcon(":images/themes/default/console/iconSearchPrevEditorConsole.svg")
QPixmap(":images/themes/default/console/iconSearchPrevEditorConsole.svg")
iconSyntaxErrorConsole QgsApplication.getThemeIcon("iconSyntaxErrorConsole.svg") QIcon(":images/themes/default/console/iconSyntaxErrorConsole.svg")
QPixmap(":images/themes/default/console/iconSyntaxErrorConsole.svg")
iconSyntaxErrorConsoleParams QgsApplication.getThemeIcon("iconSyntaxErrorConsoleParams.svg") QIcon(":images/themes/default/console/iconSyntaxErrorConsoleParams.svg")
QPixmap(":images/themes/default/console/iconSyntaxErrorConsoleParams.svg")

themes/default/cursors#

Preview Using QgsApplication QIcon/QPixmap
mCapturePoint QgsApplication.getThemeIcon("mCapturePoint.svg") QIcon(":images/themes/default/cursors/mCapturePoint.svg")
QPixmap(":images/themes/default/cursors/mCapturePoint.svg")
mCrossHair QgsApplication.getThemeIcon("mCrossHair.svg") QIcon(":images/themes/default/cursors/mCrossHair.svg")
QPixmap(":images/themes/default/cursors/mCrossHair.svg")
mSampler QgsApplication.getThemeIcon("mSampler.svg") QIcon(":images/themes/default/cursors/mSampler.svg")
QPixmap(":images/themes/default/cursors/mSampler.svg")
mSelect QgsApplication.getThemeIcon("mSelect.svg") QIcon(":images/themes/default/cursors/mSelect.svg")
QPixmap(":images/themes/default/cursors/mSelect.svg")
mZoomIn QgsApplication.getThemeIcon("mZoomIn.svg") QIcon(":images/themes/default/cursors/mZoomIn.svg")
QPixmap(":images/themes/default/cursors/mZoomIn.svg")
mZoomOut QgsApplication.getThemeIcon("mZoomOut.svg") QIcon(":images/themes/default/cursors/mZoomOut.svg")
QPixmap(":images/themes/default/cursors/mZoomOut.svg")
mIdentify QgsApplication.getThemeIcon("mIdentify.svg") QIcon(":images/themes/default/cursors/mIdentify.svg")
QPixmap(":images/themes/default/cursors/mIdentify.svg")

themes/default/georeferencer#

Preview Using QgsApplication QIcon/QPixmap
mGeorefRun QgsApplication.getThemeIcon("mGeorefRun.svg") QIcon(":images/themes/default/georeferencer/mGeorefRun.svg")
QPixmap(":images/themes/default/georeferencer/mGeorefRun.svg")
mPushButtonPencil QgsApplication.getThemeIcon("mPushButtonPencil.svg") QIcon(":images/themes/default/georeferencer/mPushButtonPencil.svg")
QPixmap(":images/themes/default/georeferencer/mPushButtonPencil.svg")
mActionGDALScript QgsApplication.getThemeIcon("mActionGDALScript.svg") QIcon(":images/themes/default/georeferencer/mActionGDALScript.svg")
QPixmap(":images/themes/default/georeferencer/mActionGDALScript.svg")
mActionLinkGeorefToQgis QgsApplication.getThemeIcon("mActionLinkGeorefToQgis.svg") QIcon(":images/themes/default/georeferencer/mActionLinkGeorefToQgis.svg")
QPixmap(":images/themes/default/georeferencer/mActionLinkGeorefToQgis.svg")
mActionLinkQGisToGeoref QgsApplication.getThemeIcon("mActionLinkQGisToGeoref.svg") QIcon(":images/themes/default/georeferencer/mActionLinkQGisToGeoref.svg")
QPixmap(":images/themes/default/georeferencer/mActionLinkQGisToGeoref.svg")
mActionLoadGCPpoints QgsApplication.getThemeIcon("mActionLoadGCPpoints.svg") QIcon(":images/themes/default/georeferencer/mActionLoadGCPpoints.svg")
QPixmap(":images/themes/default/georeferencer/mActionLoadGCPpoints.svg")
mActionAddGCPPoint QgsApplication.getThemeIcon("mActionAddGCPPoint.svg") QIcon(":images/themes/default/georeferencer/mActionAddGCPPoint.svg")
QPixmap(":images/themes/default/georeferencer/mActionAddGCPPoint.svg")
mActionDeleteGCPPoint QgsApplication.getThemeIcon("mActionDeleteGCPPoint.svg") QIcon(":images/themes/default/georeferencer/mActionDeleteGCPPoint.svg")
QPixmap(":images/themes/default/georeferencer/mActionDeleteGCPPoint.svg")
mActionMoveGCPPoint QgsApplication.getThemeIcon("mActionMoveGCPPoint.svg") QIcon(":images/themes/default/georeferencer/mActionMoveGCPPoint.svg")
QPixmap(":images/themes/default/georeferencer/mActionMoveGCPPoint.svg")
mActionSaveGCPpointsAs QgsApplication.getThemeIcon("mActionSaveGCPpointsAs.svg") QIcon(":images/themes/default/georeferencer/mActionSaveGCPpointsAs.svg")
QPixmap(":images/themes/default/georeferencer/mActionSaveGCPpointsAs.svg")

themes/default/gpsicons#

Preview Using QgsApplication QIcon/QPixmap
barchart QgsApplication.getThemeIcon("barchart.svg") QIcon(":images/themes/default/gpsicons/barchart.svg")
QPixmap(":images/themes/default/gpsicons/barchart.svg")
polarchart QgsApplication.getThemeIcon("polarchart.svg") QIcon(":images/themes/default/gpsicons/polarchart.svg")
QPixmap(":images/themes/default/gpsicons/polarchart.svg")
mIconGpsConnect QgsApplication.getThemeIcon("mIconGpsConnect.svg") QIcon(":images/themes/default/gpsicons/mIconGpsConnect.svg")
QPixmap(":images/themes/default/gpsicons/mIconGpsConnect.svg")
mIconGpsDisconnect QgsApplication.getThemeIcon("mIconGpsDisconnect.svg") QIcon(":images/themes/default/gpsicons/mIconGpsDisconnect.svg")
QPixmap(":images/themes/default/gpsicons/mIconGpsDisconnect.svg")
mActionRecenter QgsApplication.getThemeIcon("mActionRecenter.svg") QIcon(":images/themes/default/gpsicons/mActionRecenter.svg")
QPixmap(":images/themes/default/gpsicons/mActionRecenter.svg")
mActionReset QgsApplication.getThemeIcon("mActionReset.svg") QIcon(":images/themes/default/gpsicons/mActionReset.svg")
QPixmap(":images/themes/default/gpsicons/mActionReset.svg")
mActionAddTrackPoint QgsApplication.getThemeIcon("mActionAddTrackPoint.svg") QIcon(":images/themes/default/gpsicons/mActionAddTrackPoint.svg")
QPixmap(":images/themes/default/gpsicons/mActionAddTrackPoint.svg")
mIconGpsDestinationLayer QgsApplication.getThemeIcon("mIconGpsDestinationLayer.svg") QIcon(":images/themes/default/gpsicons/mIconGpsDestinationLayer.svg")
QPixmap(":images/themes/default/gpsicons/mIconGpsDestinationLayer.svg")

themes/default/mesh#

Preview Using QgsApplication QIcon/QPixmap
Depth QgsApplication.getThemeIcon("Depth.svg") QIcon(":images/themes/default/mesh/Depth.svg")
QPixmap(":images/themes/default/mesh/Depth.svg")
Elevation QgsApplication.getThemeIcon("Elevation.svg") QIcon(":images/themes/default/mesh/Elevation.svg")
QPixmap(":images/themes/default/mesh/Elevation.svg")
Height QgsApplication.getThemeIcon("Height.svg") QIcon(":images/themes/default/mesh/Height.svg")
QPixmap(":images/themes/default/mesh/Height.svg")
MultiBottom QgsApplication.getThemeIcon("MultiBottom.svg") QIcon(":images/themes/default/mesh/MultiBottom.svg")
QPixmap(":images/themes/default/mesh/MultiBottom.svg")
MultiTop QgsApplication.getThemeIcon("MultiTop.svg") QIcon(":images/themes/default/mesh/MultiTop.svg")
QPixmap(":images/themes/default/mesh/MultiTop.svg")
Sigma QgsApplication.getThemeIcon("Sigma.svg") QIcon(":images/themes/default/mesh/Sigma.svg")
QPixmap(":images/themes/default/mesh/Sigma.svg")
SingleTop QgsApplication.getThemeIcon("SingleTop.svg") QIcon(":images/themes/default/mesh/SingleTop.svg")
QPixmap(":images/themes/default/mesh/SingleTop.svg")
SingleBottom QgsApplication.getThemeIcon("SingleBottom.svg") QIcon(":images/themes/default/mesh/SingleBottom.svg")
QPixmap(":images/themes/default/mesh/SingleBottom.svg")

themes/default/propertyicons#

Preview Using QgsApplication QIcon/QPixmap
action QgsApplication.getThemeIcon("action.svg") QIcon(":images/themes/default/propertyicons/action.svg")
QPixmap(":images/themes/default/propertyicons/action.svg")
attributes QgsApplication.getThemeIcon("attributes.svg") QIcon(":images/themes/default/propertyicons/attributes.svg")
QPixmap(":images/themes/default/propertyicons/attributes.svg")
CRS QgsApplication.getThemeIcon("CRS.svg") QIcon(":images/themes/default/propertyicons/CRS.svg")
QPixmap(":images/themes/default/propertyicons/CRS.svg")
datadefined QgsApplication.getThemeIcon("datadefined.svg") QIcon(":images/themes/default/propertyicons/datadefined.svg")
QPixmap(":images/themes/default/propertyicons/datadefined.svg")
database QgsApplication.getThemeIcon("database.svg") QIcon(":images/themes/default/propertyicons/database.svg")
QPixmap(":images/themes/default/propertyicons/database.svg")
diagram QgsApplication.getThemeIcon("diagram.svg") QIcon(":images/themes/default/propertyicons/diagram.svg")
QPixmap(":images/themes/default/propertyicons/diagram.svg")
digitizing QgsApplication.getThemeIcon("digitizing.svg") QIcon(":images/themes/default/propertyicons/digitizing.svg")
QPixmap(":images/themes/default/propertyicons/digitizing.svg")
display QgsApplication.getThemeIcon("display.svg") QIcon(":images/themes/default/propertyicons/display.svg")
QPixmap(":images/themes/default/propertyicons/display.svg")
editmetadata QgsApplication.getThemeIcon("editmetadata.svg") QIcon(":images/themes/default/propertyicons/editmetadata.svg")
QPixmap(":images/themes/default/propertyicons/editmetadata.svg")
elevationscale QgsApplication.getThemeIcon("elevationscale.svg") QIcon(":images/themes/default/propertyicons/elevationscale.svg")
QPixmap(":images/themes/default/propertyicons/elevationscale.svg")
gdal QgsApplication.getThemeIcon("gdal.svg") QIcon(":images/themes/default/propertyicons/gdal.svg")
QPixmap(":images/themes/default/propertyicons/gdal.svg")
general QgsApplication.getThemeIcon("general.svg") QIcon(":images/themes/default/propertyicons/general.svg")
QPixmap(":images/themes/default/propertyicons/general.svg")
histogram QgsApplication.getThemeIcon("histogram.svg") QIcon(":images/themes/default/propertyicons/histogram.svg")
QPixmap(":images/themes/default/propertyicons/histogram.svg")
join QgsApplication.getThemeIcon("join.svg") QIcon(":images/themes/default/propertyicons/join.svg")
QPixmap(":images/themes/default/propertyicons/join.svg")
labelbackground QgsApplication.getThemeIcon("labelbackground.svg") QIcon(":images/themes/default/propertyicons/labelbackground.svg")
QPixmap(":images/themes/default/propertyicons/labelbackground.svg")
labelbuffer QgsApplication.getThemeIcon("labelbuffer.svg") QIcon(":images/themes/default/propertyicons/labelbuffer.svg")
QPixmap(":images/themes/default/propertyicons/labelbuffer.svg")
labelcallout QgsApplication.getThemeIcon("labelcallout.svg") QIcon(":images/themes/default/propertyicons/labelcallout.svg")
QPixmap(":images/themes/default/propertyicons/labelcallout.svg")
labelmask QgsApplication.getThemeIcon("labelmask.svg") QIcon(":images/themes/default/propertyicons/labelmask.svg")
QPixmap(":images/themes/default/propertyicons/labelmask.svg")
labelformatting QgsApplication.getThemeIcon("labelformatting.svg") QIcon(":images/themes/default/propertyicons/labelformatting.svg")
QPixmap(":images/themes/default/propertyicons/labelformatting.svg")
labelplacement QgsApplication.getThemeIcon("labelplacement.svg") QIcon(":images/themes/default/propertyicons/labelplacement.svg")
QPixmap(":images/themes/default/propertyicons/labelplacement.svg")
labels QgsApplication.getThemeIcon("labels.svg") QIcon(":images/themes/default/propertyicons/labels.svg")
QPixmap(":images/themes/default/propertyicons/labels.svg")
labelshadow QgsApplication.getThemeIcon("labelshadow.svg") QIcon(":images/themes/default/propertyicons/labelshadow.svg")
QPixmap(":images/themes/default/propertyicons/labelshadow.svg")
labeltext QgsApplication.getThemeIcon("labeltext.svg") QIcon(":images/themes/default/propertyicons/labeltext.svg")
QPixmap(":images/themes/default/propertyicons/labeltext.svg")
locale QgsApplication.getThemeIcon("locale.svg") QIcon(":images/themes/default/propertyicons/locale.svg")
QPixmap(":images/themes/default/propertyicons/locale.svg")
map_tools QgsApplication.getThemeIcon("map_tools.svg") QIcon(":images/themes/default/propertyicons/map_tools.svg")
QPixmap(":images/themes/default/propertyicons/map_tools.svg")
meshaveraging QgsApplication.getThemeIcon("meshaveraging.svg") QIcon(":images/themes/default/propertyicons/meshaveraging.svg")
QPixmap(":images/themes/default/propertyicons/meshaveraging.svg")
meshcontours QgsApplication.getThemeIcon("meshcontours.svg") QIcon(":images/themes/default/propertyicons/meshcontours.svg")
QPixmap(":images/themes/default/propertyicons/meshcontours.svg")
meshcontoursoff QgsApplication.getThemeIcon("meshcontoursoff.svg") QIcon(":images/themes/default/propertyicons/meshcontoursoff.svg")
QPixmap(":images/themes/default/propertyicons/meshcontoursoff.svg")
meshframe QgsApplication.getThemeIcon("meshframe.svg") QIcon(":images/themes/default/propertyicons/meshframe.svg")
QPixmap(":images/themes/default/propertyicons/meshframe.svg")
meshvectors QgsApplication.getThemeIcon("meshvectors.svg") QIcon(":images/themes/default/propertyicons/meshvectors.svg")
QPixmap(":images/themes/default/propertyicons/meshvectors.svg")
meshvectorsoff QgsApplication.getThemeIcon("meshvectorsoff.svg") QIcon(":images/themes/default/propertyicons/meshvectorsoff.svg")
QPixmap(":images/themes/default/propertyicons/meshvectorsoff.svg")
metadata QgsApplication.getThemeIcon("metadata.svg") QIcon(":images/themes/default/propertyicons/metadata.svg")
QPixmap(":images/themes/default/propertyicons/metadata.svg")
network_and_proxy QgsApplication.getThemeIcon("network_and_proxy.svg") QIcon(":images/themes/default/propertyicons/network_and_proxy.svg")
QPixmap(":images/themes/default/propertyicons/network_and_proxy.svg")
overlay QgsApplication.getThemeIcon("overlay.svg") QIcon(":images/themes/default/propertyicons/overlay.svg")
QPixmap(":images/themes/default/propertyicons/overlay.svg")
plugin QgsApplication.getThemeIcon("plugin.svg") QIcon(":images/themes/default/propertyicons/plugin.svg")
QPixmap(":images/themes/default/propertyicons/plugin.svg")
plugin-incompatible QgsApplication.getThemeIcon("plugin-incompatible.svg") QIcon(":images/themes/default/propertyicons/plugin-incompatible.svg")
QPixmap(":images/themes/default/propertyicons/plugin-incompatible.svg")
plugin-installed QgsApplication.getThemeIcon("plugin-installed.svg") QIcon(":images/themes/default/propertyicons/plugin-installed.svg")
QPixmap(":images/themes/default/propertyicons/plugin-installed.svg")
plugin-new QgsApplication.getThemeIcon("plugin-new.svg") QIcon(":images/themes/default/propertyicons/plugin-new.svg")
QPixmap(":images/themes/default/propertyicons/plugin-new.svg")
plugin-upgrade QgsApplication.getThemeIcon("plugin-upgrade.svg") QIcon(":images/themes/default/propertyicons/plugin-upgrade.svg")
QPixmap(":images/themes/default/propertyicons/plugin-upgrade.svg")
plugin-install_from_zip QgsApplication.getThemeIcon("plugin-install_from_zip.svg") QIcon(":images/themes/default/propertyicons/plugin-install_from_zip.svg")
QPixmap(":images/themes/default/propertyicons/plugin-install_from_zip.svg")
plugins QgsApplication.getThemeIcon("plugins.svg") QIcon(":images/themes/default/propertyicons/plugins.svg")
QPixmap(":images/themes/default/propertyicons/plugins.svg")
pyramids QgsApplication.getThemeIcon("pyramids.svg") QIcon(":images/themes/default/propertyicons/pyramids.svg")
QPixmap(":images/themes/default/propertyicons/pyramids.svg")
rendering QgsApplication.getThemeIcon("rendering.svg") QIcon(":images/themes/default/propertyicons/rendering.svg")
QPixmap(":images/themes/default/propertyicons/rendering.svg")
render QgsApplication.getThemeIcon("render.svg") QIcon(":images/themes/default/propertyicons/render.svg")
QPixmap(":images/themes/default/propertyicons/render.svg")
settings QgsApplication.getThemeIcon("settings.svg") QIcon(":images/themes/default/propertyicons/settings.svg")
QPixmap(":images/themes/default/propertyicons/settings.svg")
stylepreset QgsApplication.getThemeIcon("stylepreset.svg") QIcon(":images/themes/default/propertyicons/stylepreset.svg")
QPixmap(":images/themes/default/propertyicons/stylepreset.svg")
symbology QgsApplication.getThemeIcon("symbology.svg") QIcon(":images/themes/default/propertyicons/symbology.svg")
QPixmap(":images/themes/default/propertyicons/symbology.svg")
colors QgsApplication.getThemeIcon("colors.svg") QIcon(":images/themes/default/propertyicons/colors.svg")
QPixmap(":images/themes/default/propertyicons/colors.svg")
system QgsApplication.getThemeIcon("system.svg") QIcon(":images/themes/default/propertyicons/system.svg")
QPixmap(":images/themes/default/propertyicons/system.svg")
transparency QgsApplication.getThemeIcon("transparency.svg") QIcon(":images/themes/default/propertyicons/transparency.svg")
QPixmap(":images/themes/default/propertyicons/transparency.svg")
sensor QgsApplication.getThemeIcon("sensor.svg") QIcon(":images/themes/default/propertyicons/sensor.svg")
QPixmap(":images/themes/default/propertyicons/sensor.svg")
spacer QgsApplication.getThemeIcon("spacer.svg") QIcon(":images/themes/default/propertyicons/spacer.svg")
QPixmap(":images/themes/default/propertyicons/spacer.svg")
relations QgsApplication.getThemeIcon("relations.svg") QIcon(":images/themes/default/propertyicons/relations.svg")
QPixmap(":images/themes/default/propertyicons/relations.svg")
temporal QgsApplication.getThemeIcon("temporal.svg") QIcon(":images/themes/default/propertyicons/temporal.svg")
QPixmap(":images/themes/default/propertyicons/temporal.svg")

themes/default/styleicons#

Preview Using QgsApplication QIcon/QPixmap
color QgsApplication.getThemeIcon("color.svg") QIcon(":images/themes/default/styleicons/color.svg")
QPixmap(":images/themes/default/styleicons/color.svg")
singlecolor QgsApplication.getThemeIcon("singlecolor.svg") QIcon(":images/themes/default/styleicons/singlecolor.svg")
QPixmap(":images/themes/default/styleicons/singlecolor.svg")
pointcloudextent QgsApplication.getThemeIcon("pointcloudextent.svg") QIcon(":images/themes/default/styleicons/pointcloudextent.svg")
QPixmap(":images/themes/default/styleicons/pointcloudextent.svg")
multibandcolor QgsApplication.getThemeIcon("multibandcolor.svg") QIcon(":images/themes/default/styleicons/multibandcolor.svg")
QPixmap(":images/themes/default/styleicons/multibandcolor.svg")
paletted QgsApplication.getThemeIcon("paletted.svg") QIcon(":images/themes/default/styleicons/paletted.svg")
QPixmap(":images/themes/default/styleicons/paletted.svg")
singlebandgray QgsApplication.getThemeIcon("singlebandgray.svg") QIcon(":images/themes/default/styleicons/singlebandgray.svg")
QPixmap(":images/themes/default/styleicons/singlebandgray.svg")
singlebandpseudocolor QgsApplication.getThemeIcon("singlebandpseudocolor.svg") QIcon(":images/themes/default/styleicons/singlebandpseudocolor.svg")
QPixmap(":images/themes/default/styleicons/singlebandpseudocolor.svg")

themes/default/temporal_navigation#

Preview Using QgsApplication QIcon/QPixmap
back QgsApplication.getThemeIcon("back.svg") QIcon(":images/themes/default/temporal_navigation/back.svg")
QPixmap(":images/themes/default/temporal_navigation/back.svg")
forward QgsApplication.getThemeIcon("forward.svg") QIcon(":images/themes/default/temporal_navigation/forward.svg")
QPixmap(":images/themes/default/temporal_navigation/forward.svg")
next QgsApplication.getThemeIcon("next.svg") QIcon(":images/themes/default/temporal_navigation/next.svg")
QPixmap(":images/themes/default/temporal_navigation/next.svg")
stop QgsApplication.getThemeIcon("stop.svg") QIcon(":images/themes/default/temporal_navigation/stop.svg")
QPixmap(":images/themes/default/temporal_navigation/stop.svg")
previous QgsApplication.getThemeIcon("previous.svg") QIcon(":images/themes/default/temporal_navigation/previous.svg")
QPixmap(":images/themes/default/temporal_navigation/previous.svg")
rewindToStart QgsApplication.getThemeIcon("rewindToStart.svg") QIcon(":images/themes/default/temporal_navigation/rewindToStart.svg")
QPixmap(":images/themes/default/temporal_navigation/rewindToStart.svg")
skipToEnd QgsApplication.getThemeIcon("skipToEnd.svg") QIcon(":images/themes/default/temporal_navigation/skipToEnd.svg")
QPixmap(":images/themes/default/temporal_navigation/skipToEnd.svg")
pause QgsApplication.getThemeIcon("pause.svg") QIcon(":images/themes/default/temporal_navigation/pause.svg")
QPixmap(":images/themes/default/temporal_navigation/pause.svg")

Images/Tips#

qgis_tips#

Preview Using QgsApplication QIcon/QPixmap
symbol_levels QgsApplication.getThemeIcon("symbol_levels.png") QIcon(":images/tips/qgis_tips/symbol_levels.png")
QPixmap(":images/tips/qgis_tips/symbol_levels.png")

Comments