18#ifndef QGSVECTORTILESOURCESELECT_H 
   19#define QGSVECTORTILESOURCESELECT_H 
   25#include "ui_qgstilesourceselectbase.h" 
   42    QgsVectorTileSourceSelect( QWidget *parent = 
nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags, 
QgsProviderRegistry::WidgetMode widgetMode = QgsProviderRegistry::WidgetMode::None );
 
   50    void btnNew_clicked();
 
   51    void newArcgisVectorTileServerConnection();
 
   53    void btnEdit_clicked();
 
   55    void btnDelete_clicked();
 
   57    void btnSave_clicked();
 
   59    void btnLoad_clicked();
 
   61    void cmbConnections_currentTextChanged( 
const QString &text );
 
   64    void populateConnectionList();
 
   65    void setConnectionListPosition();
 
WidgetMode
Different ways a source select dialog can be used.