swift
src
gui
components
modelconverterxsetupcomponent.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (C) 2017 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_MODELCONVERTERXSETUPCOMPONENT_H
7
#define SWIFT_GUI_COMPONENTS_MODELCONVERTERXSETUPCOMPONENT_H
8
9
#include <QFrame>
10
11
#include "
misc/simulation/modelconverterx.h
"
12
13
namespace
Ui
14
{
15
class
CModelConverterXSetupComponent;
16
}
17
namespace
swift::gui::components
18
{
22
class
CModelConverterXSetupComponent
:
public
QFrame
23
{
24
Q_OBJECT
25
26
public
:
28
explicit
CModelConverterXSetupComponent
(QWidget *parent =
nullptr
);
29
31
virtual
~CModelConverterXSetupComponent
();
32
33
private
:
35
void
selectBinary();
36
38
void
saveSettings();
39
40
QScopedPointer<Ui::CModelConverterXSetupComponent> ui;
41
swift::misc::CSetting<swift::misc::simulation::settings::TModelConverterXBinary>
m_setting {
this
};
42
};
43
}
// namespace swift::gui::components
44
45
#endif
// SWIFT_GUI_COMPONENTS_MODELCONVERTERXSETUPCOMPONENT_H
swift::gui::components::CModelConverterXSetupComponent
Setup to start ModelConverterX.
Definition:
modelconverterxsetupcomponent.h:23
swift::gui::components::CModelConverterXSetupComponent::CModelConverterXSetupComponent
CModelConverterXSetupComponent(QWidget *parent=nullptr)
Ctor.
Definition:
modelconverterxsetupcomponent.cpp:17
swift::gui::components::CModelConverterXSetupComponent::~CModelConverterXSetupComponent
virtual ~CModelConverterXSetupComponent()
Dtor.
Definition:
modelconverterxsetupcomponent.cpp:26
swift::misc::CSetting< swift::misc::simulation::settings::TModelConverterXBinary >
modelconverterx.h
swift::gui::components
High level reusable GUI components.
Definition:
aboutdialog.cpp:13
Generated on Mon Mar 24 2025 16:42:20 for swift by
1.9.1