6 #ifndef SWIFT_GUI_FILTERS_STATUSMESSAGEFILTERDIALOG_H
7 #define SWIFT_GUI_FILTERS_STATUSMESSAGEFILTERDIALOG_H
12 #include <QScopedPointer>
22 class CStatusMessageList;
26 class CStatusMessageFilterDialog;
46 virtual std::unique_ptr<swift::gui::models::IModelFilter<swift::misc::CStatusMessageList>>
47 createModelFilter()
const override;
50 QScopedPointer<Ui::CStatusMessageFilterDialog> ui;
Form for a status message filter.
Model filter interface for those who can generate such a filter (e.g. a widget or dialog)
Filter to search data sets.
Free functions in swift::misc.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.