QtHPConnect/hptoolbox.h

23 lines
277 B
C
Raw Normal View History

2019-02-10 14:32:15 +01:00
#ifndef HPTOOLBOX_H
#define HPTOOLBOX_H
#include <QToolBox>
namespace Ui {
class hpToolBox;
}
class hpToolBox : public QToolBox
{
Q_OBJECT
public:
explicit hpToolBox(QWidget *parent = 0);
~hpToolBox();
private:
Ui::hpToolBox *ui;
};
#endif // HPTOOLBOX_H