swift
settingssimulatormessagescomponent.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2016 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_SETTINGSSIMULATORMESSAGESCOMPONENT_H
7 #define SWIFT_GUI_COMPONENTS_SETTINGSSIMULATORMESSAGESCOMPONENT_H
8 
9 #include <QFrame>
10 #include <QScopedPointer>
11 
13 
14 namespace Ui
15 {
16  class CSettingsSimulatorMessagesComponent;
17 }
18 namespace swift::gui::components
19 {
24  {
25  Q_OBJECT
26 
27  public:
29  explicit CSettingsSimulatorMessagesComponent(QWidget *parent = nullptr);
30 
32  virtual ~CSettingsSimulatorMessagesComponent() override;
33 
34  private:
36  void save();
37 
39  void load();
40 
41  private:
42  QScopedPointer<Ui::CSettingsSimulatorMessagesComponent> ui;
44  this
45  };
46  };
47 } // namespace swift::gui::components
48 #endif // SWIFT_GUI_COMPONENTS_SETTINGSSIMULATORMESSAGESCOMPONENT_H
High level reusable GUI components.
Definition: aboutdialog.cpp:13