#include <settingswidget.h>
|
| void | handleRestart (QStringList args) |
| | Get restart command-line parameters and handle restart. More...
|
| |
| 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) |
| |
|
| void | selectOption (QPushButton *option) |
| |
| bool | openStandardDialog (const QString &title="", const QString &body="", const QString &okBtn="OK", const QString &cancelBtn="") |
| |
| void | selectMenu (QPushButton *btn) |
| |
Definition at line 32 of file settingswidget.h.
◆ SettingsWidget()
| SettingsWidget::SettingsWidget |
( |
PIVXGUI * |
parent | ) |
|
|
explicit |
◆ ~SettingsWidget()
| SettingsWidget::~SettingsWidget |
( |
| ) |
|
◆ handleRestart
| void SettingsWidget::handleRestart |
( |
QStringList |
args | ) |
|
|
signal |
Get restart command-line parameters and handle restart.
◆ loadClientModel()
| void SettingsWidget::loadClientModel |
( |
| ) |
|
|
overridevirtual |
◆ loadWalletModel()
| void SettingsWidget::loadWalletModel |
( |
| ) |
|
|
overridevirtual |
◆ onAboutClicked
| void SettingsWidget::onAboutClicked |
( |
| ) |
|
|
privateslot |
◆ onBackupWalletClicked
| void SettingsWidget::onBackupWalletClicked |
( |
| ) |
|
|
privateslot |
◆ onBipToolClicked
| void SettingsWidget::onBipToolClicked |
( |
| ) |
|
|
privateslot |
◆ onConfigurationClicked
| void SettingsWidget::onConfigurationClicked |
( |
| ) |
|
|
privateslot |
◆ onDebugConsoleClicked
| void SettingsWidget::onDebugConsoleClicked |
( |
| ) |
|
|
privateslot |
◆ onDiscardChanges
| void SettingsWidget::onDiscardChanges |
( |
| ) |
|
|
privateslot |
◆ onDisplayOptionsClicked
| void SettingsWidget::onDisplayOptionsClicked |
( |
| ) |
|
|
privateslot |
◆ onExportCSVClicked
| void SettingsWidget::onExportCSVClicked |
( |
| ) |
|
|
privateslot |
◆ onFileClicked
| void SettingsWidget::onFileClicked |
( |
| ) |
|
|
privateslot |
◆ onHelpClicked
| void SettingsWidget::onHelpClicked |
( |
| ) |
|
|
privateslot |
◆ onInformationClicked
| void SettingsWidget::onInformationClicked |
( |
| ) |
|
|
privateslot |
◆ onMainOptionsClicked
| void SettingsWidget::onMainOptionsClicked |
( |
| ) |
|
|
privateslot |
◆ onOptionsClicked
| void SettingsWidget::onOptionsClicked |
( |
| ) |
|
|
privateslot |
◆ onResetAction
| void SettingsWidget::onResetAction |
( |
| ) |
|
|
privateslot |
◆ onSaveOptionsClicked
| void SettingsWidget::onSaveOptionsClicked |
( |
| ) |
|
|
privateslot |
◆ onSignMessageClicked
| void SettingsWidget::onSignMessageClicked |
( |
| ) |
|
|
privateslot |
◆ onToolsClicked
| void SettingsWidget::onToolsClicked |
( |
| ) |
|
|
privateslot |
◆ onWalletOptionsClicked
| void SettingsWidget::onWalletOptionsClicked |
( |
| ) |
|
|
privateslot |
◆ onWalletRepairClicked
| void SettingsWidget::onWalletRepairClicked |
( |
| ) |
|
|
privateslot |
◆ openNetworkMonitor()
| void SettingsWidget::openNetworkMonitor |
( |
| ) |
|
◆ openStandardDialog()
| bool SettingsWidget::openStandardDialog |
( |
const QString & |
title = "", |
|
|
const QString & |
body = "", |
|
|
const QString & |
okBtn = "OK", |
|
|
const QString & |
cancelBtn = "" |
|
) |
| |
|
private |
◆ selectMenu()
| void SettingsWidget::selectMenu |
( |
QPushButton * |
btn | ) |
|
|
private |
◆ selectOption()
| void SettingsWidget::selectOption |
( |
QPushButton * |
option | ) |
|
|
private |
◆ setMapper()
| void SettingsWidget::setMapper |
( |
| ) |
|
◆ showDebugConsole()
| void SettingsWidget::showDebugConsole |
( |
| ) |
|
◆ showInformation()
| void SettingsWidget::showInformation |
( |
| ) |
|
◆ mapper
| QDataWidgetMapper* SettingsWidget::mapper {nullptr} |
|
private |
◆ menus
| QMap<QPushButton*, QWidget*> SettingsWidget::menus |
|
private |
◆ navAreaBaseHeight
| int SettingsWidget::navAreaBaseHeight {0} |
|
private |
◆ options
| QList<QPushButton*> SettingsWidget::options |
|
private |
◆ settingsBackupWallet
◆ settingsBitToolWidget
◆ settingsConsoleWidget
◆ settingsDisplayOptionsWidget
◆ settingsExportCsvWidget
◆ settingsInformationWidget
◆ settingsMainOptionsWidget
◆ settingsSingMessageWidgets
◆ settingsWalletOptionsWidget
◆ settingsWalletRepairWidget
◆ ui
| Ui::SettingsWidget* SettingsWidget::ui {nullptr} |
|
private |
The documentation for this class was generated from the following files: