13 class TypesController;
36 QString getListName()
const;
42 QString getListItemType()
const;
48 QString getTypeSetName()
const;
59 void setListName(
const QString& listName);
65 void setListItemType(
const QString& itemType);
71 void setTypeSetName(
const QString& typeSet);
77 void setTypeSetNames(
const QStringList& typeSets);
83 void accept() Q_DECL_OVERRIDE;
90 virtual void showEvent(QShowEvent* event) Q_DECL_OVERRIDE;
99 #endif // LISTWINDOW_H Definition: commandlineoptions.h:6
Definition: mainwindow.h:25
Controller for adding, updating and removing custom types.
Definition: typescontroller.h:14
Window for adding a new list type or editing an existing one.
Definition: listwindow.h:19