QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
A dialog for configuration of the properties of a relationship in a database. More...
#include <qgsdbrelationshipwidget.h>
Public Slots | |
void | accept () override |
Public Member Functions | |
QgsDbRelationDialog (QgsAbstractDatabaseProviderConnection *connection, QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::WindowFlags()) | |
Constructor for QgsDbRelationDialog, with the specified parent widget and window flags, for the specified connection. | |
QgsWeakRelation | relationship () const |
Returns the relationship as defined in the dialog. | |
void | setRelationship (const QgsWeakRelation &relationship) |
Sets the current relationship to show properties for in the dialog. | |
A dialog for configuration of the properties of a relationship in a database.
Definition at line 97 of file qgsdbrelationshipwidget.h.
|
explicit |
Constructor for QgsDbRelationDialog, with the specified parent widget and window flags, for the specified connection.
Ownership of connection is transferred to the widget.
Definition at line 199 of file qgsdbrelationshipwidget.cpp.
|
overrideslot |
Definition at line 230 of file qgsdbrelationshipwidget.cpp.
QgsWeakRelation QgsDbRelationDialog::relationship | ( | ) | const |
Returns the relationship as defined in the dialog.
Definition at line 225 of file qgsdbrelationshipwidget.cpp.
void QgsDbRelationDialog::setRelationship | ( | const QgsWeakRelation & | relationship | ) |
Sets the current relationship to show properties for in the dialog.
Definition at line 220 of file qgsdbrelationshipwidget.cpp.