32 : QWidget( (QWidget *) parent->widgetRep() )
33 , YSquash( parent, horSquash, vertSquash )
47 QWidget::setEnabled( enabled );
48 YWidget::setEnabled( enabled );
54 resize( newWidth, newHeight );
55 YSquash::setSize( newWidth, newHeight );
59 #include "YQSquash.moc"
YQSquash(YWidget *parent, bool horSquash, bool vertSquash)
Constructor.
virtual void setEnabled(bool enabled)
Set enabled/disabled state.
virtual void setSize(int newWidth, int newHeight)
Set the new size of the widget.
virtual ~YQSquash()
Destructor.