data-prototype/layoutwidget.h

23 lines
305 B
C
Raw Permalink Normal View History

2018-09-01 01:04:15 +00:00
#ifndef LAYOUTWIDGET_H
#define LAYOUTWIDGET_H
#include <QTabWidget>
namespace Ui {
class LayoutWidget;
}
class LayoutWidget : public QTabWidget
{
Q_OBJECT
public:
explicit LayoutWidget(QWidget *parent = 0);
~LayoutWidget();
private:
Ui::LayoutWidget *ui;
};
#endif // LAYOUTWIDGET_H