BPS C++ API  2.24.4
bpstabwidget.h
Go to the documentation of this file.
1 
4 #ifndef BPSTABWIDGET_H
5 #define BPSTABWIDGET_H
6 
7 #include "bpsgui_global.h"
8 #include <QTabWidget>
9 
14 {
15  Q_OBJECT
17 
18 public:
19 
24  BpsTabWidget(QWidget* aParent);
25 };
26 
27 #endif // BPSTABWIDGET_H
#define BPS_PRIVATE(Class)
Declare pointer to private object in a public class.
Definition: bpsglobals.h:102
Public include file for BPS GUI library macros.
#define BPSGUI_EXPORT
Declare class an import from the shared library.
Definition: bpsgui_global.h:22
This class implements a tab widget extended by the feature to move tabs by mouse.
Definition: bpstabwidget.h:14
BpsTabWidget(QWidget *aParent)
The default constructor.