QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Slots | Public Member Functions | List of all members
QgsNewOgrConnection Class Reference

Dialog to allow the user to define, test and save connection information for OGR databases. More...

#include <qgsnewogrconnection.h>

Inheritance diagram for QgsNewOgrConnection:
Inheritance graph
[legend]

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...
 

Detailed Description

Dialog to allow the user to define, test and save connection information for OGR databases.

Note
not available in python bindings
Since
QGIS 1.0

Definition at line 36 of file qgsnewogrconnection.h.

Constructor & Destructor Documentation

◆ QgsNewOgrConnection()

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.

Member Function Documentation

◆ accept

void QgsNewOgrConnection::accept ( )
overrideslot

Autoconnected SLOTS.

Definition at line 139 of file qgsnewogrconnection.cpp.

◆ showHelp()

void QgsNewOgrConnection::showHelp ( )

Show the help.

Deprecated:
will be made private with QGIS 4

Definition at line 126 of file qgsnewogrconnection.cpp.

◆ testConnection()

void QgsNewOgrConnection::testConnection ( )

Tests the connection using the parameters supplied.

Definition at line 98 of file qgsnewogrconnection.cpp.


The documentation for this class was generated from the following files: