1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/test/cmdwidget/cmdwidget.h

23 lines
275 B
C
Raw Normal View History

2017-09-05 18:07:05 +08:00
#ifndef CMDWIDGET_H
#define CMDWIDGET_H
#include <QWidget>
namespace Ui {
class CmdWidget;
}
class CmdWidget : public QWidget
{
Q_OBJECT
public:
explicit CmdWidget(QWidget *parent = 0);
~CmdWidget();
private:
Ui::CmdWidget *ui;
};
#endif // CMDWIDGET_H