QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
Public Member Functions | |
QgsNewOgrConnection (QWidget *parent=nullptr, const QString &connType=QString(), const QString &connName=QString(), Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
Constructor. | |
Q_DECL_DEPRECATED void | showHelp () SIP_DEPRECATED |
Show the help. | |
void | testConnection () |
Tests the connection using the parameters supplied. | |
Dialog to allow the user to define, test and save connection information for OGR databases.
Definition at line 35 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 33 of file qgsnewogrconnection.cpp.
|
overrideslot |
Autoconnected SLOTS.
Definition at line 138 of file qgsnewogrconnection.cpp.
void QgsNewOgrConnection::showHelp | ( | ) |
Show the help.
Definition at line 125 of file qgsnewogrconnection.cpp.
void QgsNewOgrConnection::testConnection | ( | ) |
Tests the connection using the parameters supplied.
Definition at line 98 of file qgsnewogrconnection.cpp.