swift
src
plugins
simulator
emulatedconfig
simulatoremulatedconfigwidget.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_SIMPLUGIN_EMULATED_SIMULATOREMULATEDCONFIGWIDGET_H
7
#define SWIFT_SIMPLUGIN_EMULATED_SIMULATOREMULATEDCONFIGWIDGET_H
8
9
#include <QScopedPointer>
10
11
#include "
gui/pluginconfigwindow.h
"
12
13
namespace
Ui
14
{
15
class
CSimulatorEmulatedConfigWidget;
16
}
17
namespace
swift::simplugin::emulated
18
{
22
class
Q_DECL_EXPORT
CSimulatorEmulatedConfigWidget
:
public
swift::gui::CPluginConfigWindow
23
{
24
Q_OBJECT
25
26
public
:
28
explicit
CSimulatorEmulatedConfigWidget
(QWidget *parent =
nullptr
);
29
31
virtual
~
CSimulatorEmulatedConfigWidget
();
32
33
private
:
34
QScopedPointer<Ui::CSimulatorEmulatedConfigWidget> ui;
35
};
36
}
// namespace swift::simplugin::emulated
37
38
#endif
// SWIFT_SIMPLUGIN_EMULATED_SIMULATOREMULATEDCONFIGWIDGET_H
swift::gui::CPluginConfigWindow
Base class for plugin config window.
Definition:
pluginconfigwindow.h:20
swift::simplugin::emulated::CSimulatorEmulatedConfigWidget
Configuration window for CSimulatorEmulatedConfig.
Definition:
simulatoremulatedconfigwidget.h:23
pluginconfigwindow.h
Generated on Mon Mar 24 2025 16:42:23 for swift by
1.9.1