12 #include <QHBoxLayout> 18 platformStyle(platformStyle)
21 QHBoxLayout *walletFrameLayout =
new QHBoxLayout(
this);
22 setContentsMargins(0,0,0,0);
24 walletFrameLayout->setContentsMargins(0,0,0,0);
27 QLabel *noWallet =
new QLabel(tr(
"No wallet has been loaded."));
28 noWallet->setAlignment(Qt::AlignCenter);
58 connect(walletView, SIGNAL(showNormalIfMinimized()),
gui, SLOT(showNormalIfMinimized()));
88 QMap<QString, WalletView*>::const_iterator i;
106 QMap<QString, WalletView*>::const_iterator i;
108 i.value()->showOutOfSyncWarning(fShow);
113 QMap<QString, WalletView*>::const_iterator i;
115 i.value()->gotoOverviewPage();
120 QMap<QString, WalletView*>::const_iterator i;
122 i.value()->gotoHistoryPage();
127 QMap<QString, WalletView*>::const_iterator i;
129 i.value()->gotoMasternodePage();
134 QMap<QString, WalletView*>::const_iterator i;
136 i.value()->gotoReceiveCoinsPage();
141 QMap<QString, WalletView*>::const_iterator i;
143 i.value()->gotoSendCoinsPage(addr);
void encryptWallet(bool status)
void gotoMasternodePage()
void encryptWallet(bool status)
void usedReceivingAddresses()
QMap< QString, WalletView * > mapWalletViews
bool setCurrentWallet(const QString &name)
void setClientModel(ClientModel *clientModel)
WalletView * currentWalletView()
void setClientModel(ClientModel *clientModel)
bool removeWallet(const QString &name)
void gotoSignMessageTab(QString addr="")
void setBitcoinGUI(BitcoinGUI *gui)
void usedReceivingAddresses()
void updateEncryptionStatus()
bool handlePaymentRequest(const SendCoinsRecipient &recipient)
void gotoVerifyMessageTab(QString addr="")
void usedSendingAddresses()
void usedSendingAddresses()
bool addWallet(const QString &name, WalletModel *walletModel)
void unlockWallet(bool fAnonymizeOnly=false)
void gotoSendCoinsPage(QString addr="")
void gotoVerifyMessageTab(QString addr="")
ClientModel * clientModel
void requestedSyncWarningInfo()
void showOutOfSyncWarning(bool fShow)
void gotoSignMessageTab(QString addr="")
void showOutOfSyncWarning(bool fShow)
WalletFrame(const PlatformStyle *platformStyle, BitcoinGUI *_gui=0)
QStackedWidget * walletStack
bool handlePaymentRequest(const SendCoinsRecipient &recipient)
void gotoReceiveCoinsPage()
void setWalletModel(WalletModel *walletModel)
const PlatformStyle * platformStyle
void outOfSyncWarningClicked()