You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -837,6 +846,14 @@ plugins calling this method will need to be updated.</li>
837
846
838
847
<ul>
839
848
<li>setMapRenderer() has been removed. Use setMapSettings() instead.</li>
849
+
<li>excludeAttributesWMS() and setExcludeAttributesWMS() have been renamed to excludeAttributesWms() and
850
+
setExcludeAttributesWms()</li>
851
+
<li>excludeAttributesWFS() and setExcludeAttributesWFS() have been renamed to excludeAttributesWfs() and
852
+
setExcludeAttributesWfs()</li>
853
+
<li>editorWidgetV2() and editorWidgetV2Config() have been removed and QgsEditorWidgetRegistry::instance()->findBest() must be used instead.</li>
854
+
<li>setEditorWidgetV2(), setEditorWidgetV2Config() have been removed and their equivalent in editFormConfig() must be used instead.</li>
855
+
<li>setCheckedState() is removed. Use editFormConfig()->setWidgetConfig()` instead.</li>
856
+
<li>valueMap(), valueRelation(), dateFormat(), widgetSize() have been removed. Use QgsEditorWidgetRegistry::instance()->findBest().config() instead.</li>
0 commit comments