Skip to content

Instantly share code, notes, and snippets.

@Guts
Last active April 11, 2024 08:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Guts/47448dd1c112f5afe28adedd047caf61 to your computer and use it in GitHub Desktop.
Save Guts/47448dd1c112f5afe28adedd047caf61 to your computer and use it in GitHub Desktop.
Script to convert a remote QRC (Qt Resources Collection files) into markdown to preview images. This example covers QGIS project.

QGIS embedded images

Remember how to use it:

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

images

composer

Preview Using QgsApplication QIcon/QPixmap
missing_image{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":missing_image.svg")) QIcon(":images/composer/missing_image.svg")
QPixmap(":images/composer/missing_image.svg")

flags

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

icons

Preview Using QgsApplication QIcon/QPixmap
qgis-icon-16x16{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":qgis-icon-16x16.png")) QIcon(":images/icons/qgis-icon-16x16.png")
QPixmap(":images/icons/qgis-icon-16x16.png")
qgis-icon-60x60{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":qgis-icon-60x60.png")) QIcon(":images/icons/qgis-icon-60x60.png")
QPixmap(":images/icons/qgis-icon-60x60.png")
qbrowser_icon{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":qbrowser_icon.svg")) QIcon(":images/icons/qbrowser_icon.svg")
QPixmap(":images/icons/qbrowser_icon.svg")
qgis_icon{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":qgis_icon.svg")) QIcon(":images/icons/qgis_icon.svg")
QPixmap(":images/icons/qgis_icon.svg")
qgis-icon-minimal-black{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":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{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":default.png")) QIcon(":images/north_arrows/default.png")
QPixmap(":images/north_arrows/default.png")
default{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":default.svg")) QIcon(":images/north_arrows/default.svg")
QPixmap(":images/north_arrows/default.svg")
gpsarrow{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":gpsarrow.svg")) QIcon(":images/north_arrows/gpsarrow.svg")
QPixmap(":images/north_arrows/gpsarrow.svg")
gpsarrow2{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":gpsarrow2.svg")) QIcon(":images/north_arrows/gpsarrow2.svg")
QPixmap(":images/north_arrows/gpsarrow2.svg")
layout_default_north_arrow{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":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
dev-splash{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":dev-splash.png")) QIcon(":images/splash/dev-splash.png")
QPixmap(":images/splash/dev-splash.png")
splash{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":splash.png")) QIcon(":images/splash/splash.png")
QPixmap(":images/splash/splash.png")

themes/default

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

themes/default/algorithms

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

themes/default/cadtools

Preview Using QgsApplication QIcon/QPixmap
construction{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":construction.svg")) QIcon(":images/themes/default/cadtools/construction.svg")
QPixmap(":images/themes/default/cadtools/construction.svg")
delta{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":delta.svg")) QIcon(":images/themes/default/cadtools/delta.svg")
QPixmap(":images/themes/default/cadtools/delta.svg")
floater{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":floater.svg")) QIcon(":images/themes/default/cadtools/floater.svg")
QPixmap(":images/themes/default/cadtools/floater.svg")
cad{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":cad.svg")) QIcon(":images/themes/default/cadtools/cad.svg")
QPixmap(":images/themes/default/cadtools/cad.svg")
lock{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":lock.svg")) QIcon(":images/themes/default/cadtools/lock.svg")
QPixmap(":images/themes/default/cadtools/lock.svg")
parallel{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":parallel.svg")) QIcon(":images/themes/default/cadtools/parallel.svg")
QPixmap(":images/themes/default/cadtools/parallel.svg")
perpendicular{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":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{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":SliverOrGap.svg")) QIcon(":images/themes/default/checks/SliverOrGap.svg")
QPixmap(":images/themes/default/checks/SliverOrGap.svg")
InvalidGeometry{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":InvalidGeometry.svg")) QIcon(":images/themes/default/checks/InvalidGeometry.svg")
QPixmap(":images/themes/default/checks/InvalidGeometry.svg")
MissingVertex{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":MissingVertex.svg")) QIcon(":images/themes/default/checks/MissingVertex.svg")
QPixmap(":images/themes/default/checks/MissingVertex.svg")
Overlap{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":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{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mClassificationEqualCount.svg")) QIcon(":images/themes/default/classification_methods/mClassificationEqualCount.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationEqualCount.svg")
mClassificationEqualInterval{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mClassificationEqualInterval.svg")) QIcon(":images/themes/default/classification_methods/mClassificationEqualInterval.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationEqualInterval.svg")
mClassificationLogarithmic{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mClassificationLogarithmic.svg")) QIcon(":images/themes/default/classification_methods/mClassificationLogarithmic.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationLogarithmic.svg")
mClassificationNaturalBreak{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mClassificationNaturalBreak.svg")) QIcon(":images/themes/default/classification_methods/mClassificationNaturalBreak.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationNaturalBreak.svg")
mClassificationPrettyBreak{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mClassificationPrettyBreak.svg")) QIcon(":images/themes/default/classification_methods/mClassificationPrettyBreak.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationPrettyBreak.svg")
mClassificationStandardDeviation{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mClassificationStandardDeviation.svg")) QIcon(":images/themes/default/classification_methods/mClassificationStandardDeviation.svg")
QPixmap(":images/themes/default/classification_methods/mClassificationStandardDeviation.svg")

themes/default/console

Preview Using QgsApplication QIcon/QPixmap
iconClearConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconClearConsole.svg")) QIcon(":images/themes/default/console/iconClearConsole.svg")
QPixmap(":images/themes/default/console/iconClearConsole.svg")
iconCodepadConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconCodepadConsole.svg")) QIcon(":images/themes/default/console/iconCodepadConsole.svg")
QPixmap(":images/themes/default/console/iconCodepadConsole.svg")
iconHelpConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconHelpConsole.svg")) QIcon(":images/themes/default/console/iconHelpConsole.svg")
QPixmap(":images/themes/default/console/iconHelpConsole.svg")
iconHideToolConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconHideToolConsole.svg")) QIcon(":images/themes/default/console/iconHideToolConsole.svg")
QPixmap(":images/themes/default/console/iconHideToolConsole.svg")
iconQtCoreConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconQtCoreConsole.svg")) QIcon(":images/themes/default/console/iconQtCoreConsole.svg")
QPixmap(":images/themes/default/console/iconQtCoreConsole.svg")
iconQtGuiConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconQtGuiConsole.svg")) QIcon(":images/themes/default/console/iconQtGuiConsole.svg")
QPixmap(":images/themes/default/console/iconQtGuiConsole.svg")
mIconRunConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mIconRunConsole.svg")) QIcon(":images/themes/default/console/mIconRunConsole.svg")
QPixmap(":images/themes/default/console/mIconRunConsole.svg")
iconSettingsConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconSettingsConsole.svg")) QIcon(":images/themes/default/console/iconSettingsConsole.svg")
QPixmap(":images/themes/default/console/iconSettingsConsole.svg")
iconProcessingConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconProcessingConsole.svg")) QIcon(":images/themes/default/console/iconProcessingConsole.svg")
QPixmap(":images/themes/default/console/iconProcessingConsole.svg")
consoleHelp{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":consoleHelp.png")) QIcon(":images/themes/default/console/consoleHelp.png")
QPixmap(":images/themes/default/console/consoleHelp.png")
editorHelp{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":editorHelp.png")) QIcon(":images/themes/default/console/editorHelp.png")
QPixmap(":images/themes/default/console/editorHelp.png")
classBrowserHelp{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":classBrowserHelp.png")) QIcon(":images/themes/default/console/classBrowserHelp.png")
QPixmap(":images/themes/default/console/classBrowserHelp.png")
iconTabEditorConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconTabEditorConsole.svg")) QIcon(":images/themes/default/console/iconTabEditorConsole.svg")
QPixmap(":images/themes/default/console/iconTabEditorConsole.svg")
iconNewTabEditorConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconNewTabEditorConsole.svg")) QIcon(":images/themes/default/console/iconNewTabEditorConsole.svg")
QPixmap(":images/themes/default/console/iconNewTabEditorConsole.svg")
iconRestoreTabsConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconRestoreTabsConsole.svg")) QIcon(":images/themes/default/console/iconRestoreTabsConsole.svg")
QPixmap(":images/themes/default/console/iconRestoreTabsConsole.svg")
iconFileTabsMenuConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconFileTabsMenuConsole.svg")) QIcon(":images/themes/default/console/iconFileTabsMenuConsole.svg")
QPixmap(":images/themes/default/console/iconFileTabsMenuConsole.svg")
iconShowEditorConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconShowEditorConsole.svg")) QIcon(":images/themes/default/console/iconShowEditorConsole.svg")
QPixmap(":images/themes/default/console/iconShowEditorConsole.svg")
iconCommentEditorConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconCommentEditorConsole.svg")) QIcon(":images/themes/default/console/iconCommentEditorConsole.svg")
QPixmap(":images/themes/default/console/iconCommentEditorConsole.svg")
iconUncommentEditorConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconUncommentEditorConsole.svg")) QIcon(":images/themes/default/console/iconUncommentEditorConsole.svg")
QPixmap(":images/themes/default/console/iconUncommentEditorConsole.svg")
iconClassTreeWidgetConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconClassTreeWidgetConsole.svg")) QIcon(":images/themes/default/console/iconClassTreeWidgetConsole.svg")
QPixmap(":images/themes/default/console/iconClassTreeWidgetConsole.svg")
iconMethodTreeWidgetConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconMethodTreeWidgetConsole.svg")) QIcon(":images/themes/default/console/iconMethodTreeWidgetConsole.svg")
QPixmap(":images/themes/default/console/iconMethodTreeWidgetConsole.svg")
iconFunctionTreeWidgetConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconFunctionTreeWidgetConsole.svg")) QIcon(":images/themes/default/console/iconFunctionTreeWidgetConsole.svg")
QPixmap(":images/themes/default/console/iconFunctionTreeWidgetConsole.svg")
iconClassBrowserConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconClassBrowserConsole.svg")) QIcon(":images/themes/default/console/iconClassBrowserConsole.svg")
QPixmap(":images/themes/default/console/iconClassBrowserConsole.svg")
iconSearchEditorConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconSearchEditorConsole.svg")) QIcon(":images/themes/default/console/iconSearchEditorConsole.svg")
QPixmap(":images/themes/default/console/iconSearchEditorConsole.svg")
iconSearchNextEditorConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconSearchNextEditorConsole.svg")) QIcon(":images/themes/default/console/iconSearchNextEditorConsole.svg")
QPixmap(":images/themes/default/console/iconSearchNextEditorConsole.svg")
iconSearchPrevEditorConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconSearchPrevEditorConsole.svg")) QIcon(":images/themes/default/console/iconSearchPrevEditorConsole.svg")
QPixmap(":images/themes/default/console/iconSearchPrevEditorConsole.svg")
iconSyntaxErrorConsole{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":iconSyntaxErrorConsole.svg")) QIcon(":images/themes/default/console/iconSyntaxErrorConsole.svg")
QPixmap(":images/themes/default/console/iconSyntaxErrorConsole.svg")
iconSyntaxErrorConsoleParams{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":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{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mCapturePoint.svg")) QIcon(":images/themes/default/cursors/mCapturePoint.svg")
QPixmap(":images/themes/default/cursors/mCapturePoint.svg")
mCrossHair{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mCrossHair.svg")) QIcon(":images/themes/default/cursors/mCrossHair.svg")
QPixmap(":images/themes/default/cursors/mCrossHair.svg")
mSampler{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mSampler.svg")) QIcon(":images/themes/default/cursors/mSampler.svg")
QPixmap(":images/themes/default/cursors/mSampler.svg")
mSelect{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mSelect.svg")) QIcon(":images/themes/default/cursors/mSelect.svg")
QPixmap(":images/themes/default/cursors/mSelect.svg")
mZoomIn{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mZoomIn.svg")) QIcon(":images/themes/default/cursors/mZoomIn.svg")
QPixmap(":images/themes/default/cursors/mZoomIn.svg")
mZoomOut{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mZoomOut.svg")) QIcon(":images/themes/default/cursors/mZoomOut.svg")
QPixmap(":images/themes/default/cursors/mZoomOut.svg")
mIdentify{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":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{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mGeorefRun.png")) QIcon(":images/themes/default/georeferencer/mGeorefRun.png")
QPixmap(":images/themes/default/georeferencer/mGeorefRun.png")
mPushButtonPencil{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mPushButtonPencil.png")) QIcon(":images/themes/default/georeferencer/mPushButtonPencil.png")
QPixmap(":images/themes/default/georeferencer/mPushButtonPencil.png")
mActionGDALScript{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mActionGDALScript.png")) QIcon(":images/themes/default/georeferencer/mActionGDALScript.png")
QPixmap(":images/themes/default/georeferencer/mActionGDALScript.png")
mActionLinkGeorefToQgis{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mActionLinkGeorefToQgis.png")) QIcon(":images/themes/default/georeferencer/mActionLinkGeorefToQgis.png")
QPixmap(":images/themes/default/georeferencer/mActionLinkGeorefToQgis.png")
mActionLinkQGisToGeoref{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mActionLinkQGisToGeoref.png")) QIcon(":images/themes/default/georeferencer/mActionLinkQGisToGeoref.png")
QPixmap(":images/themes/default/georeferencer/mActionLinkQGisToGeoref.png")
mActionLoadGCPpoints{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mActionLoadGCPpoints.png")) QIcon(":images/themes/default/georeferencer/mActionLoadGCPpoints.png")
QPixmap(":images/themes/default/georeferencer/mActionLoadGCPpoints.png")
mActionAddGCPPoint{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mActionAddGCPPoint.png")) QIcon(":images/themes/default/georeferencer/mActionAddGCPPoint.png")
QPixmap(":images/themes/default/georeferencer/mActionAddGCPPoint.png")
mActionDeleteGCPPoint{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mActionDeleteGCPPoint.png")) QIcon(":images/themes/default/georeferencer/mActionDeleteGCPPoint.png")
QPixmap(":images/themes/default/georeferencer/mActionDeleteGCPPoint.png")
mActionMoveGCPPoint{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mActionMoveGCPPoint.png")) QIcon(":images/themes/default/georeferencer/mActionMoveGCPPoint.png")
QPixmap(":images/themes/default/georeferencer/mActionMoveGCPPoint.png")
mActionSaveGCPpointsAs{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":mActionSaveGCPpointsAs.png")) QIcon(":images/themes/default/georeferencer/mActionSaveGCPpointsAs.png")
QPixmap(":images/themes/default/georeferencer/mActionSaveGCPpointsAs.png")

themes/default/gpsicons

Preview Using QgsApplication QIcon/QPixmap
barchart{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":barchart.svg")) QIcon(":images/themes/default/gpsicons/barchart.svg")
QPixmap(":images/themes/default/gpsicons/barchart.svg")
polarchart{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":polarchart.svg")) QIcon(":images/themes/default/gpsicons/polarchart.svg")
QPixmap(":images/themes/default/gpsicons/polarchart.svg")

themes/default/mesh

Preview Using QgsApplication QIcon/QPixmap
Depth{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":Depth.svg")) QIcon(":images/themes/default/mesh/Depth.svg")
QPixmap(":images/themes/default/mesh/Depth.svg")
Elevation{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":Elevation.svg")) QIcon(":images/themes/default/mesh/Elevation.svg")
QPixmap(":images/themes/default/mesh/Elevation.svg")
Height{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":Height.svg")) QIcon(":images/themes/default/mesh/Height.svg")
QPixmap(":images/themes/default/mesh/Height.svg")
MultiBottom{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":MultiBottom.svg")) QIcon(":images/themes/default/mesh/MultiBottom.svg")
QPixmap(":images/themes/default/mesh/MultiBottom.svg")
MultiTop{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":MultiTop.svg")) QIcon(":images/themes/default/mesh/MultiTop.svg")
QPixmap(":images/themes/default/mesh/MultiTop.svg")
Sigma{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":Sigma.svg")) QIcon(":images/themes/default/mesh/Sigma.svg")
QPixmap(":images/themes/default/mesh/Sigma.svg")
SingleTop{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":SingleTop.svg")) QIcon(":images/themes/default/mesh/SingleTop.svg")
QPixmap(":images/themes/default/mesh/SingleTop.svg")
SingleBottom{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":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{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":action.svg")) QIcon(":images/themes/default/propertyicons/action.svg")
QPixmap(":images/themes/default/propertyicons/action.svg")
attributes{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":attributes.svg")) QIcon(":images/themes/default/propertyicons/attributes.svg")
QPixmap(":images/themes/default/propertyicons/attributes.svg")
CRS{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":CRS.svg")) QIcon(":images/themes/default/propertyicons/CRS.svg")
QPixmap(":images/themes/default/propertyicons/CRS.svg")
datadefined{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":datadefined.svg")) QIcon(":images/themes/default/propertyicons/datadefined.svg")
QPixmap(":images/themes/default/propertyicons/datadefined.svg")
diagram{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":diagram.svg")) QIcon(":images/themes/default/propertyicons/diagram.svg")
QPixmap(":images/themes/default/propertyicons/diagram.svg")
digitizing{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":digitizing.svg")) QIcon(":images/themes/default/propertyicons/digitizing.svg")
QPixmap(":images/themes/default/propertyicons/digitizing.svg")
display{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":display.svg")) QIcon(":images/themes/default/propertyicons/display.svg")
QPixmap(":images/themes/default/propertyicons/display.svg")
editmetadata{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":editmetadata.svg")) QIcon(":images/themes/default/propertyicons/editmetadata.svg")
QPixmap(":images/themes/default/propertyicons/editmetadata.svg")
gdal{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":gdal.svg")) QIcon(":images/themes/default/propertyicons/gdal.svg")
QPixmap(":images/themes/default/propertyicons/gdal.svg")
general{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":general.svg")) QIcon(":images/themes/default/propertyicons/general.svg")
QPixmap(":images/themes/default/propertyicons/general.svg")
histogram{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":histogram.svg")) QIcon(":images/themes/default/propertyicons/histogram.svg")
QPixmap(":images/themes/default/propertyicons/histogram.svg")
join{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":join.svg")) QIcon(":images/themes/default/propertyicons/join.svg")
QPixmap(":images/themes/default/propertyicons/join.svg")
labelbackground{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":labelbackground.svg")) QIcon(":images/themes/default/propertyicons/labelbackground.svg")
QPixmap(":images/themes/default/propertyicons/labelbackground.svg")
labelbuffer{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":labelbuffer.svg")) QIcon(":images/themes/default/propertyicons/labelbuffer.svg")
QPixmap(":images/themes/default/propertyicons/labelbuffer.svg")
labelcallout{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":labelcallout.svg")) QIcon(":images/themes/default/propertyicons/labelcallout.svg")
QPixmap(":images/themes/default/propertyicons/labelcallout.svg")
labelmask{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":labelmask.svg")) QIcon(":images/themes/default/propertyicons/labelmask.svg")
QPixmap(":images/themes/default/propertyicons/labelmask.svg")
labelformatting{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":labelformatting.svg")) QIcon(":images/themes/default/propertyicons/labelformatting.svg")
QPixmap(":images/themes/default/propertyicons/labelformatting.svg")
labelplacement{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":labelplacement.svg")) QIcon(":images/themes/default/propertyicons/labelplacement.svg")
QPixmap(":images/themes/default/propertyicons/labelplacement.svg")
labels{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":labels.svg")) QIcon(":images/themes/default/propertyicons/labels.svg")
QPixmap(":images/themes/default/propertyicons/labels.svg")
labelshadow{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":labelshadow.svg")) QIcon(":images/themes/default/propertyicons/labelshadow.svg")
QPixmap(":images/themes/default/propertyicons/labelshadow.svg")
labeltext{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":labeltext.svg")) QIcon(":images/themes/default/propertyicons/labeltext.svg")
QPixmap(":images/themes/default/propertyicons/labeltext.svg")
locale{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":locale.svg")) QIcon(":images/themes/default/propertyicons/locale.svg")
QPixmap(":images/themes/default/propertyicons/locale.svg")
map_tools{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":map_tools.svg")) QIcon(":images/themes/default/propertyicons/map_tools.svg")
QPixmap(":images/themes/default/propertyicons/map_tools.svg")
meshaveraging{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":meshaveraging.svg")) QIcon(":images/themes/default/propertyicons/meshaveraging.svg")
QPixmap(":images/themes/default/propertyicons/meshaveraging.svg")
meshcontours{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":meshcontours.svg")) QIcon(":images/themes/default/propertyicons/meshcontours.svg")
QPixmap(":images/themes/default/propertyicons/meshcontours.svg")
meshcontoursoff{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":meshcontoursoff.svg")) QIcon(":images/themes/default/propertyicons/meshcontoursoff.svg")
QPixmap(":images/themes/default/propertyicons/meshcontoursoff.svg")
meshframe{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":meshframe.svg")) QIcon(":images/themes/default/propertyicons/meshframe.svg")
QPixmap(":images/themes/default/propertyicons/meshframe.svg")
meshvectors{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":meshvectors.svg")) QIcon(":images/themes/default/propertyicons/meshvectors.svg")
QPixmap(":images/themes/default/propertyicons/meshvectors.svg")
meshvectorsoff{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":meshvectorsoff.svg")) QIcon(":images/themes/default/propertyicons/meshvectorsoff.svg")
QPixmap(":images/themes/default/propertyicons/meshvectorsoff.svg")
metadata{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":metadata.svg")) QIcon(":images/themes/default/propertyicons/metadata.svg")
QPixmap(":images/themes/default/propertyicons/metadata.svg")
network_and_proxy{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":network_and_proxy.svg")) QIcon(":images/themes/default/propertyicons/network_and_proxy.svg")
QPixmap(":images/themes/default/propertyicons/network_and_proxy.svg")
overlay{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":overlay.svg")) QIcon(":images/themes/default/propertyicons/overlay.svg")
QPixmap(":images/themes/default/propertyicons/overlay.svg")
plugin{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":plugin.svg")) QIcon(":images/themes/default/propertyicons/plugin.svg")
QPixmap(":images/themes/default/propertyicons/plugin.svg")
plugin-incompatible{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":plugin-incompatible.svg")) QIcon(":images/themes/default/propertyicons/plugin-incompatible.svg")
QPixmap(":images/themes/default/propertyicons/plugin-incompatible.svg")
plugin-installed{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":plugin-installed.svg")) QIcon(":images/themes/default/propertyicons/plugin-installed.svg")
QPixmap(":images/themes/default/propertyicons/plugin-installed.svg")
plugin-new{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":plugin-new.svg")) QIcon(":images/themes/default/propertyicons/plugin-new.svg")
QPixmap(":images/themes/default/propertyicons/plugin-new.svg")
plugin-upgrade{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":plugin-upgrade.svg")) QIcon(":images/themes/default/propertyicons/plugin-upgrade.svg")
QPixmap(":images/themes/default/propertyicons/plugin-upgrade.svg")
plugin-install_from_zip{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":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{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":plugins.svg")) QIcon(":images/themes/default/propertyicons/plugins.svg")
QPixmap(":images/themes/default/propertyicons/plugins.svg")
pyramids{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":pyramids.svg")) QIcon(":images/themes/default/propertyicons/pyramids.svg")
QPixmap(":images/themes/default/propertyicons/pyramids.svg")
rendering{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":rendering.svg")) QIcon(":images/themes/default/propertyicons/rendering.svg")
QPixmap(":images/themes/default/propertyicons/rendering.svg")
render{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":render.svg")) QIcon(":images/themes/default/propertyicons/render.svg")
QPixmap(":images/themes/default/propertyicons/render.svg")
settings{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":settings.svg")) QIcon(":images/themes/default/propertyicons/settings.svg")
QPixmap(":images/themes/default/propertyicons/settings.svg")
stylepreset{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":stylepreset.svg")) QIcon(":images/themes/default/propertyicons/stylepreset.svg")
QPixmap(":images/themes/default/propertyicons/stylepreset.svg")
symbology{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":symbology.svg")) QIcon(":images/themes/default/propertyicons/symbology.svg")
QPixmap(":images/themes/default/propertyicons/symbology.svg")
colors{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":colors.svg")) QIcon(":images/themes/default/propertyicons/colors.svg")
QPixmap(":images/themes/default/propertyicons/colors.svg")
system{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":system.svg")) QIcon(":images/themes/default/propertyicons/system.svg")
QPixmap(":images/themes/default/propertyicons/system.svg")
transparency{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":transparency.svg")) QIcon(":images/themes/default/propertyicons/transparency.svg")
QPixmap(":images/themes/default/propertyicons/transparency.svg")
spacer{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":spacer.svg")) QIcon(":images/themes/default/propertyicons/spacer.svg")
QPixmap(":images/themes/default/propertyicons/spacer.svg")
relations{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":relations.svg")) QIcon(":images/themes/default/propertyicons/relations.svg")
QPixmap(":images/themes/default/propertyicons/relations.svg")
temporal{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":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{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":color.svg")) QIcon(":images/themes/default/styleicons/color.svg")
QPixmap(":images/themes/default/styleicons/color.svg")
multibandcolor{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":multibandcolor.svg")) QIcon(":images/themes/default/styleicons/multibandcolor.svg")
QPixmap(":images/themes/default/styleicons/multibandcolor.svg")
paletted{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":paletted.svg")) QIcon(":images/themes/default/styleicons/paletted.svg")
QPixmap(":images/themes/default/styleicons/paletted.svg")
singlebandgray{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":singlebandgray.svg")) QIcon(":images/themes/default/styleicons/singlebandgray.svg")
QPixmap(":images/themes/default/styleicons/singlebandgray.svg")
singlebandpseudocolor{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":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{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":back.svg")) QIcon(":images/themes/default/temporal_navigation/back.svg")
QPixmap(":images/themes/default/temporal_navigation/back.svg")
forward{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":forward.svg")) QIcon(":images/themes/default/temporal_navigation/forward.svg")
QPixmap(":images/themes/default/temporal_navigation/forward.svg")
next{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":next.svg")) QIcon(":images/themes/default/temporal_navigation/next.svg")
QPixmap(":images/themes/default/temporal_navigation/next.svg")
stop{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":stop.svg")) QIcon(":images/themes/default/temporal_navigation/stop.svg")
QPixmap(":images/themes/default/temporal_navigation/stop.svg")
previous{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":previous.svg")) QIcon(":images/themes/default/temporal_navigation/previous.svg")
QPixmap(":images/themes/default/temporal_navigation/previous.svg")
rewindToStart{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":rewindToStart.svg")) QIcon(":images/themes/default/temporal_navigation/rewindToStart.svg")
QPixmap(":images/themes/default/temporal_navigation/rewindToStart.svg")
skipToEnd{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":skipToEnd.svg")) QIcon(":images/themes/default/temporal_navigation/skipToEnd.svg")
QPixmap(":images/themes/default/temporal_navigation/skipToEnd.svg")
pause{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":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{: loading=lazy width=100px } QIcon(QgsApplication.iconPath(":symbol_levels.png")) QIcon(":images/tips/qgis_tips/symbol_levels.png")
QPixmap(":images/tips/qgis_tips/symbol_levels.png")
#! python3 # noqa: E265
"""
Script to convert a remote QRC (Qt Resources Collection files) into a markdown table to \
preview images. This example covers QGIS project.
Author: Julien M. (https://twitter.com/geojulien)
See:
- tutorial (in French): https://static.geotribu.fr/articles/2021/2021-01-25_pyqgis_previsualiser_images_integrees
- https://github.com/qgis/QGIS/blob/master/images/images.qrc
- https://doc.qt.io/qt-5/resources.html
"""
# libraries
import xml.etree.ElementTree as ET
from pathlib import Path
from sys import exit
from urllib.parse import urljoin
from urllib.request import urlopen
# variables
resources_url = "https://raw.githubusercontent.com/qgis/QGIS/master/images/images.qrc"
base_path = "https://raw.githubusercontent.com/qgis/QGIS/master/" # with backslash
pymd_attr_list = "{: loading=lazy width=100px }"
# parse file
tree = ET.parse(urlopen(resources_url))
root = tree.getroot()
# check if it's really a QRC file
if not root.tag == "RCC":
exit(
"{} doesn't seem to be a Qt Resources Collection file: {}. "
"Please Chuck, check the given path 'resources_file`."
)
# prepare markdown file
out_markdown = """# QGIS embedded images\n\nRemember how to use it:\n\n```python\nfrom qgis.core import QgsApplication\nfrom qgis.PyQt.QtGui import QIcon, QPixmap\n```\n"""
md_table_header = (
"| Preview | Using QgsApplication | QIcon/QPixmap |\n" "| ----------- | ------- | ------- |\n"
)
md_table_row_tpl = """| ![{}]({}){} | `QIcon(QgsApplication.iconPath(":{}"))` | `QIcon(":{}")`<br/>`QPixmap(":{}")` |\n"""
# iterate over resources
for prefix in root:
if prefix.tag == "qresource" and "prefix" in prefix.attrib:
# set prefix (= level 2 in markdown)
prefix_name = prefix.attrib.get("prefix")[1:]
out_markdown += "\n## {}\n".format(prefix_name)
# iterate over files under prefix, after sorting them by filepath
previous_subfolder = ""
for binimg in sorted(prefix.findall("file"), key=lambda x: x.text.rsplit("/", 1)[0]):
# build path to image
img_path_abs = urljoin(base_path, f"{prefix_name}/{binimg.text}")
img_path_rel = Path(prefix_name, binimg.text)
# use subfolder as markdown level 3
if binimg.text.rsplit("/", 1)[0] != previous_subfolder:
out_markdown += "\n### {}\n\n".format(binimg.text.rsplit("/", 1)[0])
out_markdown += md_table_header
previous_subfolder = binimg.text.rsplit("/", 1)[0]
# add line for image
out_markdown += md_table_row_tpl.format(
img_path_rel.stem,
img_path_abs,
pymd_attr_list,
img_path_rel.name,
img_path_rel,
img_path_rel,
)
with Path("qgis_resources_preview_table.md").open("w") as io_out:
io_out.write(out_markdown)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment