diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-07 00:19:22 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-07 00:19:22 +0200 |
commit | 7d5bb4294670a93bf4bdfe458e888a1e0fc7aee0 (patch) | |
tree | c8a4dc43ea83e5b2e8fb6e88e9750483e563e34a /src/qt/forms | |
parent | 46692fc929bd024928ffbde6c5f5549d5fd1c45d (diff) |
Move back setPlaceholderText to code, from xml, as this broke building with Qt 4.6
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/messagepage.ui | 3 | ||||
-rw-r--r-- | src/qt/forms/sendcoinsentry.ui | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/qt/forms/messagepage.ui b/src/qt/forms/messagepage.ui index f2ae160c16..512e47ad6d 100644 --- a/src/qt/forms/messagepage.ui +++ b/src/qt/forms/messagepage.ui @@ -104,9 +104,6 @@ <property name="readOnly"> <bool>true</bool> </property> - <property name="placeholderText"> - <string>Click "Sign Message" to get signature</string> - </property> </widget> </item> <item> diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index da0273e9b1..22a3f8fdc6 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -65,9 +65,6 @@ <property name="toolTip"> <string>Enter a label for this address to add it to your address book</string> </property> - <property name="placeholderText"> - <string>Enter a label for this address to add it to your address book</string> - </property> </widget> </item> </layout> @@ -98,9 +95,6 @@ <property name="maxLength"> <number>34</number> </property> - <property name="placeholderText"> - <string>Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string> - </property> </widget> </item> <item> |