QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Dialog to allow the user to define, test and save connection information for OGR databases. More...
#include <qgsnewogrconnection.h>
Public Slots | |
void | accept () override |
Autoconnected SLOTS. More... | |
Public Member Functions | |
QgsNewOgrConnection (QWidget *parent=nullptr, const QString &connType=QString(), const QString &connName=QString(), Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
Constructor. More... | |
Q_DECL_DEPRECATED void | showHelp () SIP_DEPRECATED |
Show the help. More... | |
void | testConnection () |
Tests the connection using the parameters supplied. More... | |
Dialog to allow the user to define, test and save connection information for OGR databases.
Definition at line 36 of file qgsnewogrconnection.h.
QgsNewOgrConnection::QgsNewOgrConnection | ( | QWidget * | parent = nullptr , |
const QString & | connType = QString() , |
||
const QString & | connName = QString() , |
||
Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags |
||
) |
Constructor.
Definition at line 32 of file qgsnewogrconnection.cpp.
|
overrideslot |
Autoconnected SLOTS.
Definition at line 132 of file qgsnewogrconnection.cpp.
void QgsNewOgrConnection::showHelp | ( | ) |
Show the help.
Definition at line 119 of file qgsnewogrconnection.cpp.
void QgsNewOgrConnection::testConnection | ( | ) |
Tests the connection using the parameters supplied.
Definition at line 91 of file qgsnewogrconnection.cpp.