4 #ifndef pqArrayListWidget_h 5 #define pqArrayListWidget_h 11 class pqArrayListModel;
28 typedef QWidget Superclass;
37 bool event(QEvent* e)
override;
42 void setHeaderLabel(
const QString& label);
49 void setMaximumRowCountBeforeScrolling(
int size);
54 void setIconType(
const QString& icon_type);
60 void widgetModified();
66 void propertyChanged(
const QString& pname);
69 void updateProperty();
74 pqArrayListModel* Model =
nullptr;
77 bool UpdatingProperty =
false;
#define PQCOMPONENTS_EXPORT
pqExpandableTableView extends pqTableView to add support for the following features: ...