swift
cockpitcomaudiodialog.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2019 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_COCKPITCOMAUDIODIALOG_H
7 #define SWIFT_GUI_COMPONENTS_COCKPITCOMAUDIODIALOG_H
8 
9 #include <QDialog>
10 
11 #include "gui/swiftguiexport.h"
12 
13 namespace Ui
14 {
15  class CCockpitComAudioDialog;
16 }
17 namespace swift::gui::components
18 {
21  {
22  Q_OBJECT
23 
24  public:
26  explicit CCockpitComAudioDialog(QWidget *parent = nullptr);
27 
29  virtual ~CCockpitComAudioDialog() override;
30 
31  private:
32  QScopedPointer<Ui::CCockpitComAudioDialog> ui;
33  };
34 } // namespace swift::gui::components
35 
36 #endif // SWIFT_GUI_COMPONENTS_COCKPITCOMAUDIODIALOG_H
High level reusable GUI components.
Definition: aboutdialog.cpp:13
#define SWIFT_GUI_EXPORT
Export a class or function from the library.