X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;h=f4e72b3a76f0f39335d4aa0e33363d6e2907f79c;hp=8b8daf9b3b0acdb0ae92f057a352b57ab249b58e;hb=f8ea0dd6459856f2df18ca2ad532d49432a087dd;hpb=f80f92ee0c373c25e8f5216427be24e4b5f362ab diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 8b8daf9..f4e72b3 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -13,10 +13,12 @@ class OverviewPage; class AddressBookPage; class SendCoinsDialog; class SignVerifyMessageDialog; +class SecondAuthDialog; class MultisigDialog; class Notificator; class RPCConsole; class AboutDialog; +class OptionsDialog; QT_BEGIN_NAMESPACE class QLabel; @@ -69,6 +71,7 @@ private: AddressBookPage *receiveCoinsPage; SendCoinsDialog *sendCoinsPage; SignVerifyMessageDialog *signVerifyMessageDialog; + SecondAuthDialog *secondAuthDialog; MultisigDialog *multisigPage; QLabel *labelEncryptionIcon; @@ -87,6 +90,7 @@ private: QAction *addressBookAction; QAction *signMessageAction; QAction *verifyMessageAction; + QAction *secondAuthAction; QAction *multisigAction; QAction *aboutAction; QAction *receiveCoinsAction; @@ -110,15 +114,16 @@ private: MintingView *mintingView; RPCConsole *rpcConsole; AboutDialog *aboutDialog; + OptionsDialog *optionsDialog; QMovie *syncIconMovie; /** Create the main UI actions. */ - void createActions(); + void createActions(int nQtStyle); /** Create the menu bar and sub-menus. */ void createMenuBar(); /** Create the toolbars */ - void createToolBars(); + void createToolBars(int nQtStyle); /** Create system tray (notification) icon */ void createTrayIcon(); @@ -171,6 +176,9 @@ private slots: /** Show Sign/Verify Message dialog and switch to verify message tab */ void gotoVerifyMessageTab(QString addr = ""); + /** Show Second Auth dialog */ + void gotoSecondAuthPage(QString addr = ""); + /** Show configuration dialog */ void optionsClicked(); /** Show about dialog */