BPS C++ API  2.24.4
bpsstretchwidget.h
Go to the documentation of this file.
1 
4 #ifndef BPSSTRETCHWIDGET_H
5 #define BPSSTRETCHWIDGET_H
6 
7 #include "bpsgui_global.h"
8 #include <QWidget>
9 
14 {
15  Q_OBJECT
16 public:
21  explicit BpsHStretchWidget(QWidget* aParent=0);
22 
27  explicit BpsHStretchWidget(int aStretch, QWidget* aParent=0);
28 };
29 
34 {
35  Q_OBJECT
36 public:
41  explicit BpsVStretchWidget(QWidget* aParent=0);
42 
47  explicit BpsVStretchWidget(int aStretch, QWidget* aParent=0);
48 };
49 
54 {
55  Q_OBJECT
56 public:
61  explicit BpsHSpacingWidget(int aWidth, QWidget* aParent=0);
62 };
63 
68 {
69  Q_OBJECT
70 public:
75  explicit BpsVSpacingWidget(int aHeight, QWidget* aParent=0);
76 };
77 
78 #endif // BPSSTRETCHWIDGET_H
Public include file for BPS GUI library macros.
#define BPSGUI_EXPORT
Declare class an import from the shared library.
Definition: bpsgui_global.h:22
Widget used as convenience horizontal spacing widget, for example in tool bars.
Definition: bpsstretchwidget.h:54
BpsHSpacingWidget(int aWidth, QWidget *aParent=0)
Widget used as convenience horizontal stretching widget, for example in tool bars.
Definition: bpsstretchwidget.h:14
BpsHStretchWidget(int aStretch, QWidget *aParent=0)
BpsHStretchWidget(QWidget *aParent=0)
Construct a widget with stretch factor 0.
Widget used as convenience vertical spacing widget, for example in tool bars.
Definition: bpsstretchwidget.h:68
BpsVSpacingWidget(int aHeight, QWidget *aParent=0)
Widget used as convenience vertical stretching widget, for example in tool bars.
Definition: bpsstretchwidget.h:34
BpsVStretchWidget(int aStretch, QWidget *aParent=0)
BpsVStretchWidget(QWidget *aParent=0)
Construct a widget with stretch factor 0.