Home
last modified time | relevance | path

Searched refs:actionLoadXyzTilesServers (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/vectortile/
H A Dqgsvectortiledataitemguiprovider.cpp58 QAction *actionLoadXyzTilesServers = new QAction( tr( "Load Connections…" ), this ); in populateContextMenu() local
59 …connect( actionLoadXyzTilesServers, &QAction::triggered, this, [rootItem] { loadXyzTilesServers( r… in populateContextMenu()
60 menu->addAction( actionLoadXyzTilesServers ); in populateContextMenu()
/dports/graphics/qgis/qgis-3.22.3/src/gui/vectortile/
H A Dqgsvectortiledataitemguiprovider.cpp58 QAction *actionLoadXyzTilesServers = new QAction( tr( "Load Connections…" ), menu ); in populateContextMenu() local
59 …connect( actionLoadXyzTilesServers, &QAction::triggered, this, [rootItem] { loadXyzTilesServers( r… in populateContextMenu()
60 menu->addAction( actionLoadXyzTilesServers ); in populateContextMenu()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wms/
H A Dqgswmsdataitemguiproviders.cpp166 QAction *actionLoadXyzTilesServers = new QAction( tr( "Load Connections…" ), this ); in populateContextMenu() local
167 …connect( actionLoadXyzTilesServers, &QAction::triggered, this, [rootItem] { loadXyzTilesServers( r… in populateContextMenu()
168 menu->addAction( actionLoadXyzTilesServers ); in populateContextMenu()
/dports/graphics/qgis/qgis-3.22.3/src/providers/wms/
H A Dqgswmsdataitemguiproviders.cpp166 QAction *actionLoadXyzTilesServers = new QAction( tr( "Load Connections…" ), this ); in populateContextMenu() local
167 …connect( actionLoadXyzTilesServers, &QAction::triggered, this, [rootItem] { loadXyzTilesServers( r… in populateContextMenu()
168 menu->addAction( actionLoadXyzTilesServers ); in populateContextMenu()