From d10414d737dbf330473684f4a1048f1b9e16fa29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fischer?= Date: Tue, 16 Jan 2018 11:50:22 +0100 Subject: [PATCH] Updated Plugin migration to QGIS 3 (markdown) --- Plugin-migration-to-QGIS-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin-migration-to-QGIS-3.md b/Plugin-migration-to-QGIS-3.md index 5b65a99..dbd0b88 100644 --- a/Plugin-migration-to-QGIS-3.md +++ b/Plugin-migration-to-QGIS-3.md @@ -1,4 +1,4 @@ -QGIS 3 has entered code freeze. It's, therefore, time to port your plugin. +QGIS 3 has entered feature freeze. It's, therefore, time to port your plugin. While you are porting/rewriting your plugin, think about using QGIS native widgets. For instance, if you need a combobox providing a list of layers, use a `QgsMapLayerComboBox` instead of a `QComboBox`. There is also `QgsFieldComboBox` if you need to pick a field in a vector layer. The full list of widgets is here http://python.qgis.org/api/gui/index.html It's less code to write for you, and users will have the same user experience across plugins and QGIS Desktop.