00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef YQSpacing_h
00022 #define YQSpacing_h
00023
00024 #include <qwidget.h>
00025 #include "YSpacing.h"
00026
00027
00028 class YQSpacing : public QWidget, public YSpacing
00029 {
00030 Q_OBJECT
00031
00032 public:
00036 YQSpacing( QWidget * parent,
00037 const YWidgetOpt & opt,
00038 float size,
00039 bool horizontal,
00040 bool vertical );
00041
00046 void setSize( long newWidth, long newHeight );
00047 };
00048
00049 #endif // YQSpacing_h