We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673a860 commit acb9281Copy full SHA for acb9281
python/gui/editorwidgets/qgsrelationreferencewidget.sip
@@ -71,6 +71,11 @@ class QgsRelationReferenceWidget : QWidget
71
//! if no feature is related, it returns an invalid feature
72
QgsFeature referencedFeature();
73
74
+ /** Sets the widget to display in an indeterminate "mixed value" state.
75
+ * @note added in QGIS 2.16
76
+ */
77
+ void showIndeterminateState();
78
+
79
public slots:
80
//! open the form of the related feature in a new dialog
81
void openForm();
0 commit comments