swift
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 {
23  {
24  Q_OBJECT
25 
26  public:
28  explicit CSimulatorEmulatedConfigWidget(QWidget *parent = nullptr);
29 
32 
33  private:
34  QScopedPointer<Ui::CSimulatorEmulatedConfigWidget> ui;
35  };
36 } // namespace swift::simplugin::emulated
37 
38 #endif // SWIFT_SIMPLUGIN_EMULATED_SIMULATOREMULATEDCONFIGWIDGET_H
Base class for plugin config window.
Configuration window for CSimulatorEmulatedConfig.