Browse Source

rename UI controls

0.8
Wladimir J. van der Laan 14 years ago
parent
commit
d5da2f7b37
  1. 10
      aboutdialog.ui
  2. 8
      addressbookdialog.ui
  3. 8
      sendcoinsdialog.ui

10
aboutdialog.ui

@ -55,7 +55,7 @@ @@ -55,7 +55,7 @@
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<widget class="QLabel" name="versionLabel">
<property name="text">
<string>0.3.666-beta</string>
</property>
@ -133,8 +133,8 @@ This product includes software developed by the OpenSSL Project for use in the O @@ -133,8 +133,8 @@ This product includes software developed by the OpenSSL Project for use in the O
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
<x>360</x>
<y>308</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
@ -149,8 +149,8 @@ This product includes software developed by the OpenSSL Project for use in the O @@ -149,8 +149,8 @@ This product includes software developed by the OpenSSL Project for use in the O
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
<x>428</x>
<y>308</y>
</hint>
<hint type="destinationlabel">
<x>286</x>

8
addressbookdialog.ui

@ -19,17 +19,17 @@ @@ -19,17 +19,17 @@
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="tab">
<widget class="QWidget" name="sendTab">
<attribute name="title">
<string>Sending</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTableView" name="tableView"/>
<widget class="QTableView" name="sendTableView"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<widget class="QWidget" name="receiveTab">
<attribute name="title">
<string>Receiving</string>
</attribute>
@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
</widget>
</item>
<item>
<widget class="QTableView" name="tableView_2"/>
<widget class="QTableView" name="receiveTableView"/>
</item>
</layout>
</widget>

8
sendcoinsdialog.ui

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>pay_amount</cstring>
<cstring>payAmount</cstring>
</property>
</widget>
</item>
@ -38,15 +38,15 @@ @@ -38,15 +38,15 @@
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>pay_to</cstring>
<cstring>payTo</cstring>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="pay_to"/>
<widget class="QLineEdit" name="payTo"/>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="pay_amount">
<widget class="QLineEdit" name="payAmount">
<property name="maximumSize">
<size>
<width>145</width>

Loading…
Cancel
Save