File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -739,7 +739,14 @@ QgsEditorWidgetRegistry::instance()->findBest() must be used instead.
739
739
- expression(), setExpression(), expressionDescription() and setExpressionDescription()
740
740
have been removed. Use QgsVectorLayer.setConstraintExpression()/constraintExpression(),
741
741
or QgsField.constraintExpression()/QgsField.constraintDescription() instead.
742
- - notNull() and setNotNull() have been removed. Use QgsVectorLayer.setFieldConstraints()/fieldConstraints(), or QgsField.constraints() instead.
742
+ - notNull() and setNotNull() have been removed. Use QgsVectorLayer.setFieldConstraint()/fieldConstraints(), or QgsField.constraints() instead.
743
+
744
+ QgsEditorWidgetWrapper {#qgis_api_break_3_0_QgsEditorWidgetWrapper}
745
+ ----------------------
746
+
747
+ - constraintStatusChanged now reports a QgsEditorWidgetWrapper::ConstraintResult instead of the previous boolean value for the constraint status
748
+ - The boolean constraintValid argument for updateConstraintWidgetStatus has been changed to a QgsEditorWidgetWrapper::ConstraintResult value
749
+
743
750
744
751
QgsExpression {#qgis_api_break_3_0_QgsExpression}
745
752
-------------
You can’t perform that action at this time.
0 commit comments