3 #ifndef pqXYChartViewBoundsPropertyWidget_h
4 #define pqXYChartViewBoundsPropertyWidget_h
6 #include "pqComponentsModule.h"
9 #include <QScopedPointer>
26 Q_PROPERTY(QList<QVariant> bounds READ bounds WRITE setBounds NOTIFY boundsChanged);
38 QList<QVariant> bounds();
39 void setBounds(
const QList<QVariant>& bounds);
64 void updateTextFromBounds();
69 void showEvent(QShowEvent* event)
override;
77 void connectToView(
pqView* view);
83 QScopedPointer<pqInternals> Internals;