00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef YQSquash_h
00023 #define YQSquash_h
00024
00025 #include <qwidget.h>
00026
00027 #include "YSquash.h"
00028
00029 class QWidget;
00030
00031 class YQSquash : public QWidget, public YSquash
00032 {
00033 Q_OBJECT
00034
00035 public:
00036
00040 YQSquash( QWidget * parent, const YWidgetOpt & opt, bool horSquash, bool vertSquash );
00041
00047 void setEnabling( bool enabled );
00048
00052 void setSize( long newWidth, long newHeight );
00053 };
00054
00055
00056 #endif // YQSquash_h