41 class CategorySelector;
72 std::shared_ptr<Ui::CategorySelector> Ui_;
100 void SetCaption (
const QString& caption);
112 QStringList GetSelections ()
const;
134 void SetSelections (
const QStringList& subset);
142 QString GetSeparator ()
const;
150 void SetSeparator (
const QString&);
154 void SetButtonsMode (ButtonsMode);
159 virtual void moveEvent (QMoveEvent*);
187 void setPossibleSelections (QStringList selections,
bool sort =
true);
198 void lineTextChanged (
const QString& newText);
202 void buttonToggled ();
208 void tagsSelectionChanged (
const QStringList& newSelections);
The CategorySelector widget provides a way to select amongst a group of items.