|
QGIS API Documentation 3.42.0-Münster (feb80233002)
|
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 93 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 184 of file qgsdbrelationshipwidget.cpp.
|
overrideslot |
Definition at line 215 of file qgsdbrelationshipwidget.cpp.
| QgsWeakRelation QgsDbRelationDialog::relationship | ( | ) | const |
Returns the relationship as defined in the dialog.
Definition at line 210 of file qgsdbrelationshipwidget.cpp.
| void QgsDbRelationDialog::setRelationship | ( | const QgsWeakRelation & | relationship | ) |
Sets the current relationship to show properties for in the dialog.
Definition at line 205 of file qgsdbrelationshipwidget.cpp.