mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-11 00:04:09 -04:00
48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgsdatabaseschemaselectiondialog.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsDatabaseSchemaSelectionDialog : QDialog
|
|
{
|
|
%Docstring(signature="appended")
|
|
The :py:class:`QgsDatabaseSchemaSelectionDialog` class is a dialog which displays selection of schema for a specific database connection.
|
|
|
|
.. warning::
|
|
|
|
The provider must support the connection API methods in its :py:class:`QgsProviderMetadata` implementation.
|
|
|
|
.. versionadded:: 3.44
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsdatabaseschemaselectiondialog.h"
|
|
%End
|
|
public:
|
|
explicit QgsDatabaseSchemaSelectionDialog( QgsAbstractDatabaseProviderConnection *connection /Transfer/, QWidget *parent /TransferThis/ = 0 );
|
|
%Docstring
|
|
Constructor for QgsDatabaseSchemaSelectionDialog, for the specified ``connection``.
|
|
|
|
Ownership of ``connection`` is transferred.
|
|
%End
|
|
|
|
QString selectedSchema();
|
|
%Docstring
|
|
Returns the name of the current schema selected in the combo box.
|
|
%End
|
|
|
|
};
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgsdatabaseschemaselectiondialog.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|