PIVX Core  5.6.99
P2P Digital Currency
networkwidget.h
Go to the documentation of this file.
1 // Copyright (c) 2019 The PIVX Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef PIVX_QT_SETTINGS_NETWORKWIDGET_H
6 #define PIVX_QT_SETTINGS_NETWORKWIDGET_H
7 
8 #include "pwidget.h"
9 #include <QDataWidgetMapper>
10 #include <QWidget>
11 
12 namespace Ui {
14 }
15 
17 {
18  Q_OBJECT
19 
20 public:
21  explicit SettingsNetworkWidget(PIVXGUI* _window, QWidget *parent = nullptr);
23 
24  void setMapper(QDataWidgetMapper *mapper);
25 
26 private:
27  Ui::SettingsNetworkWidget *ui;
28 
29 Q_SIGNALS:
30  void saveSettings() {};
31 };
32 
33 #endif // PIVX_QT_SETTINGS_NETWORKWIDGET_H
PIVX GUI main class.
Definition: pivxgui.h:46
Ui::SettingsNetworkWidget * ui
Definition: networkwidget.h:27
void setMapper(QDataWidgetMapper *mapper)
SettingsNetworkWidget(PIVXGUI *_window, QWidget *parent=nullptr)