QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Slots | Public Member Functions | List of all members
QgsDbRelationDialog Class Reference

A dialog for configuration of the properties of a relationship in a database. More...

#include <qgsdbrelationshipwidget.h>

Inheritance diagram for QgsDbRelationDialog:
Inheritance graph
[legend]

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. More...
 
QgsWeakRelation relationship () const
 Returns the relationship as defined in the dialog. More...
 
void setRelationship (const QgsWeakRelation &relationship)
 Sets the current relationship to show properties for in the dialog. More...
 

Detailed Description

A dialog for configuration of the properties of a relationship in a database.

Since
QGIS 3.30

Definition at line 97 of file qgsdbrelationshipwidget.h.

Constructor & Destructor Documentation

◆ QgsDbRelationDialog()

QgsDbRelationDialog::QgsDbRelationDialog ( QgsAbstractDatabaseProviderConnection connection,
QWidget *  parent = nullptr,
Qt::WindowFlags  flags = Qt::WindowFlags() 
)
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 198 of file qgsdbrelationshipwidget.cpp.

Member Function Documentation

◆ accept

void QgsDbRelationDialog::accept ( )
overrideslot

Definition at line 229 of file qgsdbrelationshipwidget.cpp.

◆ relationship()

QgsWeakRelation QgsDbRelationDialog::relationship ( ) const

Returns the relationship as defined in the dialog.

See also
setRelationship()

Definition at line 224 of file qgsdbrelationshipwidget.cpp.

◆ setRelationship()

void QgsDbRelationDialog::setRelationship ( const QgsWeakRelation relationship)

Sets the current relationship to show properties for in the dialog.

See also
relationship()

Definition at line 219 of file qgsdbrelationshipwidget.cpp.


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