File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1818
1919#include " qgseditorwidgetfactory.h"
2020
21-
22- /* *
23- * Wraps a unique value widget. Will offer any value previously used for this field.
24- *
25- * Options:
26- * <ul>
27- * <li><b>Editable</b> <i>If True the user can manually insert new (not yet used) values.</i></li>
28- * </ul>
29- *
30- */
31-
3221class GUI_EXPORT QgsUniqueValueWidgetFactory : public QgsEditorWidgetFactory
3322{
3423 public:
Original file line number Diff line number Diff line change 2121#include < QComboBox>
2222#include < QLineEdit>
2323
24+ /* *
25+ * Wraps a unique value widget. Will offer any value previously used for this field.
26+ *
27+ * Options:
28+ * <ul>
29+ * <li><b>Editable</b> <i>If True the user can manually insert new (not yet used) values.</i></li>
30+ * </ul>
31+ *
32+ */
33+
2434class GUI_EXPORT QgsUniqueValuesWidgetWrapper : public QgsEditorWidgetWrapper
2535{
2636 Q_OBJECT
You can’t perform that action at this time.
0 commit comments