Documents > BPS V2 C++ API
bpstabwidget.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSTABWIDGET_H
00005 #define BPSTABWIDGET_H
00006 
00007 #include "bpsgui_global.h"
00008 #include <QTabWidget>
00009 
00013 class BPSGUI_EXPORT BpsTabWidget : public QTabWidget
00014 {
00015     Q_OBJECT
00016     BPS_PRIVATE(BpsTabWidget)
00017 
00018 public:
00019 
00024     BpsTabWidget(QWidget* aParent);
00025 };
00026 
00027 #endif // BPSTABWIDGET_H