swift
src
gui
components
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
{
20
class
SWIFT_GUI_EXPORT
CCockpitComAudioDialog
:
public
QDialog
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
swift::gui::components::CCockpitComAudioDialog
Cockpit COM component as dialog.
Definition:
cockpitcomaudiodialog.h:21
swift::gui::components
High level reusable GUI components.
Definition:
aboutdialog.cpp:13
swiftguiexport.h
SWIFT_GUI_EXPORT
#define SWIFT_GUI_EXPORT
Export a class or function from the library.
Definition:
swiftguiexport.h:19
Generated on Mon Mar 24 2025 16:42:19 for swift by
1.9.1