Blackcoin Lore

This commit is contained in:
janko33bd
2017-05-30 21:33:31 +02:00
parent 597c9b42e5
commit 2fdd12b2ea
141 changed files with 4385 additions and 3872 deletions

View File

@@ -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();