rename UI controls

This commit is contained in:
Wladimir J. van der Laan 2011-05-12 18:27:20 +02:00
parent 3a7abc2c77
commit d5da2f7b37
3 changed files with 13 additions and 13 deletions

View File

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

View File

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

View File

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