data-prototype/layouttabs.h

22 lines
288 B
C
Raw Permalink Normal View History

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