PIVX Core
5.6.99
P2P Digital Currency
src
qt
settings
walletrepairwidget.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_WALLETREPAIRWIDGET_H
6
#define PIVX_QT_SETTINGS_WALLETREPAIRWIDGET_H
7
8
#include "
pwidget.h
"
9
#include <QWidget>
10
11
namespace
Ui
{
12
class
SettingsWalletRepairWidget
;
13
}
14
15
class
SettingsWalletRepairWidget
:
public
PWidget
16
{
17
Q_OBJECT
18
19
public
:
20
explicit
SettingsWalletRepairWidget
(
PIVXGUI
* _window, QWidget *parent =
nullptr
);
21
~SettingsWalletRepairWidget
();
22
24
void
buildParameterlist
(QString arg);
25
26
Q_SIGNALS:
28
void
handleRestart
(QStringList args);
29
30
public
Q_SLOTS:
31
void
walletSalvage
();
32
void
walletRescan
();
33
void
walletZaptxes1
();
34
void
walletZaptxes2
();
35
void
walletUpgrade
();
36
void
walletReindex
();
37
void
walletResync
();
38
39
private
:
40
Ui::SettingsWalletRepairWidget *
ui
;
41
};
42
43
#endif
// PIVX_QT_SETTINGS_WALLETREPAIRWIDGET_H
PIVXGUI
PIVX GUI main class.
Definition:
pivxgui.h:46
PWidget
Definition:
pwidget.h:30
SettingsWalletRepairWidget
Definition:
walletrepairwidget.h:16
SettingsWalletRepairWidget::walletResync
void walletResync()
Restart wallet with "-resync".
Definition:
walletrepairwidget.cpp:84
SettingsWalletRepairWidget::walletRescan
void walletRescan()
Restart wallet with "-rescan".
Definition:
walletrepairwidget.cpp:54
SettingsWalletRepairWidget::~SettingsWalletRepairWidget
~SettingsWalletRepairWidget()
Definition:
walletrepairwidget.cpp:126
SettingsWalletRepairWidget::buildParameterlist
void buildParameterlist(QString arg)
Build parameter list for restart.
Definition:
walletrepairwidget.cpp:105
SettingsWalletRepairWidget::walletZaptxes2
void walletZaptxes2()
Restart wallet with "-zapwallettxes=2".
Definition:
walletrepairwidget.cpp:66
SettingsWalletRepairWidget::handleRestart
void handleRestart(QStringList args)
Get restart command-line parameters and handle restart.
SettingsWalletRepairWidget::walletReindex
void walletReindex()
Restart wallet with "-reindex".
Definition:
walletrepairwidget.cpp:78
SettingsWalletRepairWidget::walletSalvage
void walletSalvage()
Restart wallet with "-salvagewallet".
Definition:
walletrepairwidget.cpp:48
SettingsWalletRepairWidget::ui
Ui::SettingsWalletRepairWidget * ui
Definition:
walletrepairwidget.h:40
SettingsWalletRepairWidget::walletZaptxes1
void walletZaptxes1()
Restart wallet with "-zapwallettxes=1".
Definition:
walletrepairwidget.cpp:60
SettingsWalletRepairWidget::walletUpgrade
void walletUpgrade()
Restart wallet with "-upgradewallet".
Definition:
walletrepairwidget.cpp:72
SettingsWalletRepairWidget::SettingsWalletRepairWidget
SettingsWalletRepairWidget(PIVXGUI *_window, QWidget *parent=nullptr)
Definition:
walletrepairwidget.cpp:10
Ui
Definition:
addnewcontactdialog.h:10
pwidget.h
Generated on Wed Apr 2 2025 00:40:32 for PIVX Core by
1.9.1