![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <networkwidget.h>
Signals | |
| void | saveSettings () |
Signals inherited from PWidget | |
| void | message (const QString &title, const QString &body, unsigned int style, bool *ret=nullptr) |
| void | showHide (bool show) |
| bool | execDialog (QDialog *dialog, int xDiv=3, int yDiv=5) |
Public Member Functions | |
| SettingsNetworkWidget (PIVXGUI *_window, QWidget *parent=nullptr) | |
| ~SettingsNetworkWidget () | |
| void | setMapper (QDataWidgetMapper *mapper) |
Public Member Functions inherited from PWidget | |
| PWidget (PIVXGUI *_window=nullptr, QWidget *parent=nullptr) | |
| PWidget (PWidget *parent=nullptr) | |
| void | setClientModel (ClientModel *model) |
| void | setWalletModel (WalletModel *model) |
| PIVXGUI * | getWindow () |
| void | run (int type) override |
| void | onError (QString error, int type) override |
| void | inform (const QString &message) |
| void | emitMessage (const QString &title, const QString &message, unsigned int style, bool *ret=nullptr) |
| QString | translate (const char *msg) override |
Private Attributes | |
| Ui::SettingsNetworkWidget * | ui |
Additional Inherited Members | |
Protected Slots inherited from PWidget | |
| virtual void | changeTheme (bool isLightTheme, QString &theme) |
| void | onChangeTheme (bool isLightTheme, QString &theme) |
Protected Member Functions inherited from PWidget | |
| virtual void | loadClientModel () |
| virtual void | loadWalletModel () |
| void | showHideOp (bool show) |
| bool | execute (int type, std::unique_ptr< WalletModel::UnlockContext > pctx=nullptr) |
| void | warn (const QString &title, const QString &message) |
| bool | ask (const QString &title, const QString &message) |
| void | showDialog (QDialog *dialog, int xDiv=3, int yDiv=5) |
Protected Attributes inherited from PWidget | |
| PIVXGUI * | window = nullptr |
| ClientModel * | clientModel = nullptr |
| WalletModel * | walletModel = nullptr |
Definition at line 16 of file networkwidget.h.
|
explicit |
| SettingsNetworkWidget::~SettingsNetworkWidget | ( | ) |
Definition at line 35 of file networkwidget.cpp.
|
inlinesignal |
Definition at line 30 of file networkwidget.h.
| void SettingsNetworkWidget::setMapper | ( | QDataWidgetMapper * | mapper | ) |
Definition at line 32 of file networkwidget.cpp.
|
private |
Definition at line 27 of file networkwidget.h.