1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/test/tmpproj/tempwidget.h
2018-02-11 15:12:05 +08:00

23 lines
283 B
C++

#ifndef TEMPWIDGET_H
#define TEMPWIDGET_H
#include <QWidget>
namespace Ui {
class TempWidget;
}
class TempWidget : public QWidget
{
Q_OBJECT
public:
explicit TempWidget(QWidget *parent = 0);
~TempWidget();
private:
Ui::TempWidget *ui;
};
#endif // TEMPWIDGET_H