4#include <QSortFilterProxyModel>
13class InformationSelectDialog;
29 void childrenExpandCollapse(
bool expand,
const QModelIndex& index = {});
31 void stateSaveRestore(
bool save);
33 void applyFilter(
const QString& filter);
35 Ui::InformationSelectDialog* ui;
37 QSettings* _settings{
nullptr};
39 QSortFilterProxyModel* _proxyModel;
43 QAction* _actionCollapseAll{
nullptr};
45 QAction* _actionExpandAll{
nullptr};
47 gii::SelectionMode _mode{gii::Single};
49 gii::IdType _selectedId{0};
Counted vector having additional methods and operators for ease of usage.
Definition TVector.h:25
#define _GII_CLASS
Definition gii/global.h:38
Definition ApplicationPropertyPage.h:8
SelectionMode
Mode of item selection.
Definition Namespace.h:34
TypeId
Types of id's.
Definition Namespace.h:22
Definition Application.h:10