swift
settingsmatchingdialog.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_SETTINGSMATCHINGDIALOG_H
7 #define SWIFT_GUI_COMPONENTS_SETTINGSMATCHINGDIALOG_H
8 
9 #include <QDialog>
10 #include <QScopedPointer>
11 
13 
14 namespace Ui
15 {
16  class CSettingsMatchingDialog;
17 }
18 namespace swift::gui::components
19 {
21  class CSettingsMatchingDialog : public QDialog
22  {
23  Q_OBJECT
24 
25  public:
27  explicit CSettingsMatchingDialog(QWidget *parent = nullptr);
28 
30  virtual ~CSettingsMatchingDialog();
31 
34 
37 
38  private:
39  QScopedPointer<Ui::CSettingsMatchingDialog> ui;
40  };
41 } // namespace swift::gui::components
42 
43 #endif // SWIFT_GUI_COMPONENTS_SETTINGSMATCHINGDIALOG_H
swift::misc::simulation::CAircraftMatcherSetup getMatchingSetup() const
Get setup.
CSettingsMatchingDialog(QWidget *parent=nullptr)
Matching settings as dialog.
void setMatchingSetup(const swift::misc::simulation::CAircraftMatcherSetup &setup)
Set the setup.
High level reusable GUI components.
Definition: aboutdialog.cpp:13