X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;fp=src%2Fqt%2Fbitcoingui.h;h=df5d93eaf80d1d812551f0e4df6f34a68bec891c;hp=0f8565436ab2ac6323d4b8b3a7d3adee35224ff3;hb=91c0b9419a644cb6f72d05711fcfec5aeb348f3f;hpb=c1d5ebeb9f92b2248063ea0415f1d5564386c06d diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 0f85654..df5d93e 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -8,6 +8,7 @@ class TransactionTableModel; class ClientModel; class WalletModel; class TransactionView; +class MintingView; class OverviewPage; class AddressBookPage; class SendCoinsDialog; @@ -61,6 +62,7 @@ private: OverviewPage *overviewPage; QWidget *transactionsPage; + QWidget *mintingPage; AddressBookPage *addressBookPage; AddressBookPage *receiveCoinsPage; SendCoinsDialog *sendCoinsPage; @@ -76,6 +78,7 @@ private: QMenuBar *appMenuBar; QAction *overviewAction; QAction *historyAction; + QAction *mintingAction; QAction *quitAction; QAction *sendCoinsAction; QAction *addressBookAction; @@ -100,6 +103,7 @@ private: QSystemTrayIcon *trayIcon; Notificator *notificator; TransactionView *transactionView; + MintingView *mintingView; RPCConsole *rpcConsole; QMovie *syncIconMovie; @@ -146,6 +150,8 @@ private slots: void gotoOverviewPage(); /** Switch to history (transactions) page */ void gotoHistoryPage(); + /** Switch to minting page */ + void gotoMintingPage(); /** Switch to address book page */ void gotoAddressBookPage(); /** Switch to receive coins page */