| 
    QGIS API Documentation
    3.6.0-Noosa (5873452)
    
   | 
 
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... | |
| ~QgsNewOgrConnection () override | |
| 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 31 of file qgsnewogrconnection.cpp.
      
  | 
  override | 
Definition at line 83 of file qgsnewogrconnection.cpp.
      
  | 
  overrideslot | 
Autoconnected SLOTS *.
Definition at line 123 of file qgsnewogrconnection.cpp.
| void QgsNewOgrConnection::showHelp | ( | ) | 
Show the help.
Definition at line 117 of file qgsnewogrconnection.cpp.
| void QgsNewOgrConnection::testConnection | ( | ) | 
Tests the connection using the parameters supplied.
Definition at line 89 of file qgsnewogrconnection.cpp.
 1.8.13