4 #ifndef pqSelectionListPropertyWidget_h
5 #define pqSelectionListPropertyWidget_h
7 #include "pqApplicationComponentsModule.h"
10 #include <QScopedPointer>
29 Q_PROPERTY(QList<QVariant> labels READ labels WRITE setLabels NOTIFY labelsChanged);
42 QList<QVariant> labels()
const;
43 void setLabels(
const QList<QVariant>& labels);
55 void populateRowLabels(
pqSMProxy appendSelection);
61 QScopedPointer<pqUi>
Ui;