Documents > BPS V2 C++ API
bpsbuttonbar.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSBUTTONBAR_H
00005 #define BPSBUTTONBAR_H
00006 
00007 #include "bpsgui_global.h"
00008 #include <QToolBar>
00009 
00014 class BPSGUI_EXPORT BpsButtonBar : public QToolBar
00015 {
00016     Q_OBJECT
00017 
00018 public:
00022     BpsButtonBar(QWidget* aParent=0);
00023 
00027     void addStretch();
00028 };
00029 
00030 #endif // BPSBUTTONBAR_H
00031