openscad/src/editortoolbar.h

20 lines
259 B
C++

#ifndef EDITORTOOLBAR_H
#define EDITORTOOLBAR_H
#include <QToolBar>
#include <QToolButton>
class EditorToolBar : public QToolBar
{
Q_OBJECT
public:
explicit EditorToolBar(QWidget *parent = 0);
signals:
public slots:
};
#endif // EDITORTOOLBAR_H