add placeholder text to address field (like in sendcoins) and set focus to address field on opening messagepage or "Clear All" / consolidate gotoMessagePage() to 1 function / rename windowTitle to "Sign Message Dialog"

This commit is contained in:
Philip Kaufmann
2012-05-05 15:24:06 +02:00
parent 037a8daee6
commit 840470ec79
4 changed files with 13 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ public:
functionality.
*/
void setWalletModel(WalletModel *walletModel);
protected:
void changeEvent(QEvent *e);
void closeEvent(QCloseEvent *event);
@@ -130,8 +130,7 @@ public slots:
void askFee(qint64 nFeeRequired, bool *payFee);
void handleURI(QString strURI);
void gotoMessagePage();
void gotoMessagePage(QString);
void gotoMessagePage(QString addr = "");
private slots:
/** Switch to overview (home) page */