move label placeholdertext from sendcoinsentry.cpp to ui-file

This commit is contained in:
Philip Kaufmann
2012-05-04 18:19:06 +02:00
parent e099e1568a
commit d0ccf0c755
2 changed files with 6 additions and 4 deletions

View File

@@ -21,10 +21,6 @@ SendCoinsEntry::SendCoinsEntry(QWidget *parent) :
ui->payToLayout->setSpacing(4);
#endif
#if QT_VERSION >= 0x040700
ui->payTo->setPlaceholderText(tr("Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)"));
ui->addAsLabel->setPlaceholderText(tr("Enter a label for this address to add it to your address book"));
#endif
setFocusPolicy(Qt::TabFocus);
setFocusProxy(ui->payTo);