53 #ifndef BORNAGAIN_GUI_COREGUI_VIEWS_WIDGETBOX_SPACER_WIDGET_P_H
54 #define BORNAGAIN_GUI_COREGUI_VIEWS_WIDGETBOX_SPACER_WIDGET_P_H
58 #include <QSizePolicy>
63 class QDesignerFormWindowInterface;
70 Q_PROPERTY(QString spacerName READ objectName WRITE setObjectName)
71 Q_PROPERTY(Qt::Orientation orientation READ orientation WRITE setOrientation)
72 Q_PROPERTY(QSizePolicy::Policy sizeType READ sizeType WRITE setSizeType)
74 QSize sizeHint READ sizeHintProperty WRITE setSizeHintProperty DESIGNABLE
true STORED
true)
void setInteractiveMode(bool b)
QSizePolicy::Policy sizeType() const
virtual bool event(QEvent *e)
LayoutState m_layoutState
Qt::Alignment alignment() const
Qt::Orientation orientation() const
QDesignerFormWindowInterface * m_formWindow
void setSizeHintProperty(const QSize &s)
Spacer(QWidget *parent=0)
Qt::Orientation m_orientation
void setOrientation(Qt::Orientation o)
void setSizeType(QSizePolicy::Policy t)
void resizeEvent(QResizeEvent *e)
void paintEvent(QPaintEvent *e)
QSize sizeHintProperty() const
#define QDESIGNER_SHARED_EXPORT