Skip to content

Commit

Permalink
Use unique value widget doxymentation to appropriate place
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 15, 2014
1 parent 77bcd61 commit 903defe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/gui/editorwidgets/qgsuniquevaluewidgetfactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@

#include "qgseditorwidgetfactory.h"


/**
* Wraps a unique value widget. Will offer any value previously used for this field.
*
* Options:
* <ul>
* <li><b>Editable</b> <i>If True the user can manually insert new (not yet used) values.</i></li>
* </ul>
*
*/

class GUI_EXPORT QgsUniqueValueWidgetFactory : public QgsEditorWidgetFactory
{
public:
Expand Down
10 changes: 10 additions & 0 deletions src/gui/editorwidgets/qgsuniquevaluewidgetwrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@
#include <QComboBox>
#include <QLineEdit>

/**
* Wraps a unique value widget. Will offer any value previously used for this field.
*
* Options:
* <ul>
* <li><b>Editable</b> <i>If True the user can manually insert new (not yet used) values.</i></li>
* </ul>
*
*/

class GUI_EXPORT QgsUniqueValuesWidgetWrapper : public QgsEditorWidgetWrapper
{
Q_OBJECT
Expand Down

0 comments on commit 903defe

Please sign in to comment.