We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e7c4f3 + 5d21ffe commit a8fef7fCopy full SHA for a8fef7f
src/qt/transactionview.cpp
@@ -81,12 +81,14 @@ TransactionView::TransactionView(QWidget *parent) :
81
82
addressWidget = new QLineEdit(this);
83
#if QT_VERSION >= 0x040700
84
+ /* Do not move this to the XML file, Qt before 4.7 will choke on it */
85
addressWidget->setPlaceholderText(tr("Enter address or label to search"));
86
#endif
87
hlayout->addWidget(addressWidget);
88
89
amountWidget = new QLineEdit(this);
90
91
92
amountWidget->setPlaceholderText(tr("Min amount"));
93
94
#ifdef Q_WS_MAC
0 commit comments