mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Add missing binding
This commit is contained in:
parent
673a86040d
commit
acb9281956
@ -71,6 +71,11 @@ class QgsRelationReferenceWidget : QWidget
|
|||||||
//! if no feature is related, it returns an invalid feature
|
//! if no feature is related, it returns an invalid feature
|
||||||
QgsFeature referencedFeature();
|
QgsFeature referencedFeature();
|
||||||
|
|
||||||
|
/** Sets the widget to display in an indeterminate "mixed value" state.
|
||||||
|
* @note added in QGIS 2.16
|
||||||
|
*/
|
||||||
|
void showIndeterminateState();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
//! open the form of the related feature in a new dialog
|
//! open the form of the related feature in a new dialog
|
||||||
void openForm();
|
void openForm();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user