QtHPConnect/hp_infodialog.h

23 lines
305 B
C
Raw Normal View History

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