Blackcoin Lore
This commit is contained in:
@@ -85,6 +85,7 @@ private:
|
||||
QLabel *labelConnectionsIcon;
|
||||
QLabel *labelBlocksIcon;
|
||||
QLabel *progressBarLabel;
|
||||
QLabel *labelStakingIcon;
|
||||
QProgressBar *progressBar;
|
||||
QProgressDialog *progressDialog;
|
||||
|
||||
@@ -106,6 +107,8 @@ private:
|
||||
QAction *encryptWalletAction;
|
||||
QAction *backupWalletAction;
|
||||
QAction *changePassphraseAction;
|
||||
QAction *unlockWalletAction;
|
||||
QAction *lockWalletAction;
|
||||
QAction *aboutQtAction;
|
||||
QAction *openRPCConsoleAction;
|
||||
QAction *openAction;
|
||||
@@ -121,6 +124,8 @@ private:
|
||||
int prevBlocks;
|
||||
int spinnerFrame;
|
||||
|
||||
uint64_t nWeight;
|
||||
|
||||
const PlatformStyle *platformStyle;
|
||||
|
||||
/** Create the main UI actions. */
|
||||
@@ -213,6 +218,8 @@ private Q_SLOTS:
|
||||
/** Simply calls showNormalIfMinimized(true) for use in SLOT() macro */
|
||||
void toggleHidden();
|
||||
|
||||
void updateStakingIcon();
|
||||
|
||||
/** called by a timer to check if fRequestShutdown has been set **/
|
||||
void detectShutdown();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user