Init
This commit is contained in:
21
src/tabformwidget.h
Normal file
21
src/tabformwidget.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef TABFORMWIDGET_H
|
||||
#define TABFORMWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class TabFormWidget;
|
||||
}
|
||||
|
||||
class TabFormWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit TabFormWidget(QWidget *parent = nullptr);
|
||||
~TabFormWidget();
|
||||
protected:
|
||||
Ui::TabFormWidget *ui;
|
||||
};
|
||||
|
||||
#endif // TABFORMWIDGET_H
|
||||
Reference in New Issue
Block a user