// Copyright (C) 2024 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #ifndef TABBARFORM_H #define TABBARFORM_H #include #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