swift
src
gui
components
copymodelsfromotherswiftversionsdialog.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
2
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3
5
6
#ifndef SWIFT_GUI_COMPONENTS_COPYMODELSFROMOTHERSWIFTVERSIONSDIALOG_H
7
#define SWIFT_GUI_COMPONENTS_COPYMODELSFROMOTHERSWIFTVERSIONSDIALOG_H
8
9
#include <QDialog>
10
#include <QScopedPointer>
11
12
namespace
Ui
13
{
14
class
CCopyModelsFromOtherSwiftVersionsDialog;
15
}
16
namespace
swift::gui::components
17
{
21
class
CCopyModelsFromOtherSwiftVersionsDialog
:
public
QDialog
22
{
23
Q_OBJECT
24
25
public
:
27
explicit
CCopyModelsFromOtherSwiftVersionsDialog
(QWidget *parent =
nullptr
);
28
30
virtual
~CCopyModelsFromOtherSwiftVersionsDialog
();
31
32
private
:
33
QScopedPointer<Ui::CCopyModelsFromOtherSwiftVersionsDialog> ui;
34
};
35
}
// namespace swift::gui::components
36
37
#endif
// SWIFT_GUI_COMPONENTS_COPYMODELSFROMOTHERSWIFTVERSIONSDIALOG_H
swift::gui::components::CCopyModelsFromOtherSwiftVersionsDialog
Copy models from other swift versions as dialog.
Definition:
copymodelsfromotherswiftversionsdialog.h:22
swift::gui::components::CCopyModelsFromOtherSwiftVersionsDialog::~CCopyModelsFromOtherSwiftVersionsDialog
virtual ~CCopyModelsFromOtherSwiftVersionsDialog()
Destructor.
Definition:
copymodelsfromotherswiftversionsdialog.cpp:17
swift::gui::components::CCopyModelsFromOtherSwiftVersionsDialog::CCopyModelsFromOtherSwiftVersionsDialog
CCopyModelsFromOtherSwiftVersionsDialog(QWidget *parent=nullptr)
Constructor.
Definition:
copymodelsfromotherswiftversionsdialog.cpp:10
swift::gui::components
High level reusable GUI components.
Definition:
aboutdialog.cpp:13
Generated on Mon Mar 24 2025 16:42:19 for swift by
1.9.1