Commit 02da420 1 parent 41b47a2 commit 02da420 Copy full SHA for 02da420
File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,11 @@ widgets.
50
50
51
51
QgsProcessingAlgorithmConfigurationWidget *algorithmConfigurationWidget( QgsProcessingAlgorithm *algorithm ) const;
52
52
%Docstring
53
- algorithmConfigurationWidget
54
- @param algorithm
55
- @return
53
+ Get the configuration widget for an ``algorithm``. This widget will be shown
54
+ next to parameter widgets. Most algorithms do not have a configuration widget
55
+ and in this case, None will be returned.
56
+
57
+ .. versionadded:: 3.2
56
58
%End
57
59
58
60
};
Original file line number Diff line number Diff line change @@ -62,9 +62,11 @@ class GUI_EXPORT QgsProcessingGuiRegistry
62
62
void removeAlgorithmConfigurationWidgetFactory ( QgsProcessingAlgorithmConfigurationWidgetFactory *factory );
63
63
64
64
/* *
65
- * @brief algorithmConfigurationWidget
66
- * @param algorithm
67
- * @return
65
+ * Get the configuration widget for an \a algorithm. This widget will be shown
66
+ * next to parameter widgets. Most algorithms do not have a configuration widget
67
+ * and in this case, nullptr will be returned.
68
+ *
69
+ * \since QGIS 3.2
68
70
*/
69
71
QgsProcessingAlgorithmConfigurationWidget *algorithmConfigurationWidget ( QgsProcessingAlgorithm *algorithm ) const ;
70
72
You can’t perform that action at this time.
0 commit comments