Documents > BPS V2 C++ API
bpsstretchwidget.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSSTRETCHWIDGET_H
00005 #define BPSSTRETCHWIDGET_H
00006 
00007 #include "bpsgui_global.h"
00008 #include <QWidget>
00009 
00013 class BPSGUI_EXPORT BpsHStretchWidget : public QWidget
00014 {
00015     Q_OBJECT
00016 public:
00020     BpsHStretchWidget(QWidget* aParent=0);
00021 };
00022 
00026 class BPSGUI_EXPORT BpsVStretchWidget : public QWidget
00027 {
00028     Q_OBJECT
00029 public:
00033     BpsVStretchWidget(QWidget* aParent=0);
00034 };
00035 
00039 class BPSGUI_EXPORT BpsHSpacingWidget : public QWidget
00040 {
00041     Q_OBJECT
00042 public:
00047     BpsHSpacingWidget(int aWidth, QWidget* aParent=0);
00048 };
00049 
00053 class BPSGUI_EXPORT BpsVSpacingWidget : public QWidget
00054 {
00055     Q_OBJECT
00056 public:
00061     BpsVSpacingWidget(int aHeight, QWidget* aParent=0);
00062 };
00063 
00064 #endif // BPSSTRETCHWIDGET_H