parent
4b182e733f
commit
b7ceb4d3d5
@ -0,0 +1,9 @@ |
||||
#include "UBFeaturesActionBar.h" |
||||
|
||||
UBFeaturesActionBar::UBFeaturesActionBar( QWidget* parent, const char* name ) : QWidget (parent) |
||||
{ |
||||
} |
||||
|
||||
UBFeaturesActionBar::~UBFeaturesActionBar() |
||||
{ |
||||
} |
@ -0,0 +1,17 @@ |
||||
#ifndef UBFEATURESACTIONBAR_H |
||||
#define UBFEATURESACTIONBAR_H |
||||
|
||||
#include <QWidget> |
||||
#include <QToolButton> |
||||
#include "UBLibActionBar.h" |
||||
|
||||
class UBFeaturesActionBar : public QWidget |
||||
{ |
||||
Q_OBJECT |
||||
public: |
||||
UBFeaturesActionBar(QWidget* parent=0, const char* name="UBFeaturesActionBar"); |
||||
~UBFeaturesActionBar(); |
||||
}; |
||||
|
||||
|
||||
#endif |
Loading…
Reference in new issue