16#ifndef QGSNEWDATABASETABLENAMEWIDGET_H
17#define QGSNEWDATABASETABLENAMEWIDGET_H
20#include "ui_qgsnewdatabasetablenamewidget.h"
80 QString
table()
const;
146 QStringList tableNames();
147 void refreshModel(
const QModelIndex &index );
151 QString mDataProviderKey;
154 QString mConnectionName;
155 bool mIsFilePath =
false;
158 QSet<QString> mShownProviders;
159 bool mIsValid =
false;
160 QString mValidationError;
162 QMap<QString, QStringList> mTableNamesCache;
164 static QStringList FILESYSTEM_BASED_DATAITEM_PROVIDERS;
214 QString
table()
const;
A model for showing available data sources and other items in a structured tree.
A QSortFilterProxyModel subclass for filtering and sorting browser model items.