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 18
18
19
19
#include " qgseditorwidgetfactory.h"
20
20
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
-
32
21
class GUI_EXPORT QgsUniqueValueWidgetFactory : public QgsEditorWidgetFactory
33
22
{
34
23
public:
Original file line number Diff line number Diff line change 21
21
#include < QComboBox>
22
22
#include < QLineEdit>
23
23
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
+
24
34
class GUI_EXPORT QgsUniqueValuesWidgetWrapper : public QgsEditorWidgetWrapper
25
35
{
26
36
Q_OBJECT
You can’t perform that action at this time.
0 commit comments