swift
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 
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 
32 
33  private:
35  void selectBinary();
36 
38  void saveSettings();
39 
40  QScopedPointer<Ui::CModelConverterXSetupComponent> ui;
42  };
43 } // namespace swift::gui::components
44 
45 #endif // SWIFT_GUI_COMPONENTS_MODELCONVERTERXSETUPCOMPONENT_H
High level reusable GUI components.
Definition: aboutdialog.cpp:13