26 #include "YQSpacing.h"
32 YLayoutSize_t layoutUnits )
33 : QWidget( (QWidget *) parent->widgetRep() )
34 , YSpacing( parent, dim, stretchable, layoutUnits )
40 YQSpacing::~YQSpacing()
48 resize( newWidth, newHeight );
53 #include "YQSpacing.moc"
virtual void setSize(int newWidth, int newHeight)
Set the new size of the widget.
YQSpacing(YWidget *parent, YUIDimension dim, bool stretchable=false, YLayoutSize_t layoutUnits=0.0)
Constructor.