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
13
class
BPSGUI_EXPORT
BpsHStretchWidget
:
public
QWidget
14
{
15
Q_OBJECT
16
public
:
21
explicit
BpsHStretchWidget
(
QWidget
* aParent=0);
22
27
explicit
BpsHStretchWidget
(
int
aStretch,
QWidget
* aParent=0);
28
};
29
33
class
BPSGUI_EXPORT
BpsVStretchWidget
:
public
QWidget
34
{
35
Q_OBJECT
36
public
:
41
explicit
BpsVStretchWidget
(
QWidget
* aParent=0);
42
47
explicit
BpsVStretchWidget
(
int
aStretch,
QWidget
* aParent=0);
48
};
49
53
class
BPSGUI_EXPORT
BpsHSpacingWidget
:
public
QWidget
54
{
55
Q_OBJECT
56
public
:
61
explicit
BpsHSpacingWidget
(
int
aWidth,
QWidget
* aParent=0);
62
};
63
67
class
BPSGUI_EXPORT
BpsVSpacingWidget
:
public
QWidget
68
{
69
Q_OBJECT
70
public
:
75
explicit
BpsVSpacingWidget
(
int
aHeight,
QWidget
* aParent=0);
76
};
77
78
#endif
// BPSSTRETCHWIDGET_H
bpsgui_global.h
Public include file for BPS GUI library macros.
BPSGUI_EXPORT
#define BPSGUI_EXPORT
Declare class an import from the shared library.
Definition:
bpsgui_global.h:22
BpsHSpacingWidget
Widget used as convenience horizontal spacing widget, for example in tool bars.
Definition:
bpsstretchwidget.h:54
BpsHSpacingWidget::BpsHSpacingWidget
BpsHSpacingWidget(int aWidth, QWidget *aParent=0)
BpsHStretchWidget
Widget used as convenience horizontal stretching widget, for example in tool bars.
Definition:
bpsstretchwidget.h:14
BpsHStretchWidget::BpsHStretchWidget
BpsHStretchWidget(int aStretch, QWidget *aParent=0)
BpsHStretchWidget::BpsHStretchWidget
BpsHStretchWidget(QWidget *aParent=0)
Construct a widget with stretch factor 0.
BpsVSpacingWidget
Widget used as convenience vertical spacing widget, for example in tool bars.
Definition:
bpsstretchwidget.h:68
BpsVSpacingWidget::BpsVSpacingWidget
BpsVSpacingWidget(int aHeight, QWidget *aParent=0)
BpsVStretchWidget
Widget used as convenience vertical stretching widget, for example in tool bars.
Definition:
bpsstretchwidget.h:34
BpsVStretchWidget::BpsVStretchWidget
BpsVStretchWidget(int aStretch, QWidget *aParent=0)
BpsVStretchWidget::BpsVStretchWidget
BpsVStretchWidget(QWidget *aParent=0)
Construct a widget with stretch factor 0.
QWidget
C:
dev
bps
src
libs
bpsgui
bpsstretchwidget.h
Generated by
1.9.1