swift
simulatoremulatedconfig.cpp
1 // SPDX-FileCopyrightText: Copyright (C) 2015 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
7 
8 namespace swift::simplugin::emulated
9 {
10  CSimulatorEmulatedConfig::CSimulatorEmulatedConfig(QObject *parent) : QObject(parent)
11  {
12  // void
13  }
14 
16  {
17  return new CSimulatorEmulatedConfigWidget(parent);
18  }
19 } // namespace swift::simplugin::emulated
Base class for plugin config window.
swift::gui::CPluginConfigWindow * createConfigWindow(QWidget *parent)
Creates a new config window and returns its pointer.
Configuration window for CSimulatorEmulatedConfig.