18 #ifndef QGSNEWOGRCONNECTION_H 19 #define QGSNEWOGRCONNECTION_H 23 #include "ui_qgsnewogrconnectionbase.h" 42 QgsNewOgrConnection( QWidget *parent =
nullptr,
const QString &connType = QString(),
const QString &connName = QString(), Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
45 void testConnection();
54 void accept()
override;
57 void btnConnect_clicked();
60 QString mOriginalConnName;
63 #endif // QGSNEWOGRCONNECTIONBASE_H Dialog to allow the user to define, test and save connection information for OGR databases.