Hello world! First commit.
This commit is contained in:
commit
263c65ac46
2435 changed files with 30491 additions and 0 deletions
21
layouttabs.h
Normal file
21
layouttabs.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue