Fabcoin Core
0.16.2
P2P Digital Currency
|
The RestoreDialog class Restore dialog class. More...
#include <restoredialog.h>
Public Member Functions | |
RestoreDialog (QWidget *parent=0) | |
RestoreDialog Constructor. More... | |
~RestoreDialog () | |
~RestoreDialog Destructor More... | |
QString | getParam () |
getParam Get the command line param for restart of the wallet More... | |
QString | getFileName () |
getFileName Get the restore wallet name More... | |
void | setModel (WalletModel *model) |
setModel Set wallet model More... | |
Private Slots | |
void | on_btnReset_clicked () |
on_btnReset_clicked Reset button click slot More... | |
void | on_btnBoxRestore_accepted () |
on_btnBoxRestore_accepted Ok button click slot More... | |
void | on_btnBoxRestore_rejected () |
on_btnBoxRestore_rejected Cancel button click slot More... | |
void | on_toolWalletPath_clicked () |
on_toolWalletPath_clicked Choose wallet button path slot More... | |
Private Attributes | |
Ui::RestoreDialog * | ui |
WalletModel * | model |
The RestoreDialog class Restore dialog class.
Definition at line 15 of file restoredialog.h.
|
explicit |
RestoreDialog Constructor.
parent | Parent windows |
Definition at line 9 of file restoredialog.cpp.
RestoreDialog::~RestoreDialog | ( | ) |
~RestoreDialog Destructor
Definition at line 18 of file restoredialog.cpp.
QString RestoreDialog::getFileName | ( | ) |
getFileName Get the restore wallet name
Definition at line 28 of file restoredialog.cpp.
QString RestoreDialog::getParam | ( | ) |
getParam Get the command line param for restart of the wallet
Definition at line 23 of file restoredialog.cpp.
|
privateslot |
on_btnBoxRestore_accepted Ok button click slot
Definition at line 44 of file restoredialog.cpp.
|
privateslot |
on_btnBoxRestore_rejected Cancel button click slot
Definition at line 66 of file restoredialog.cpp.
|
privateslot |
on_btnReset_clicked Reset button click slot
Definition at line 38 of file restoredialog.cpp.
|
privateslot |
on_toolWalletPath_clicked Choose wallet button path slot
Definition at line 71 of file restoredialog.cpp.
void RestoreDialog::setModel | ( | WalletModel * | model | ) |
setModel Set wallet model
model | Wallet model |
Definition at line 33 of file restoredialog.cpp.
|
private |
Definition at line 73 of file restoredialog.h.
|
private |
Definition at line 72 of file restoredialog.h.