summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtabbar/tabbarform.h
blob: ac101d64025a3f27a844e2f8b1ae88f8c054e531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef TABBARFORM_H
#define TABBARFORM_H

#include <QWidget>
#include "ui_tabbarform.h"

namespace Ui {
class TabBarForm;
}

class TabBarForm : public QWidget
{
    Q_OBJECT

public:
    explicit TabBarForm(QWidget *parent = nullptr);
    ~TabBarForm();

    Ui::TabBarForm *ui;
};

#endif // TABBARFORM_H