rename UI controls
authorWladimir J. van der Laan <laanwj@gmail.com>
Thu, 12 May 2011 16:27:20 +0000 (18:27 +0200)
committerWladimir J. van der Laan <laanwj@gmail.com>
Thu, 12 May 2011 16:27:20 +0000 (18:27 +0200)
aboutdialog.ui
addressbookdialog.ui
sendcoinsdialog.ui

index 2cc178f..17a15dd 100644 (file)
@@ -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
    <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
    <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>
index 530322e..8620a1c 100644 (file)
      <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 @@
         </widget>
        </item>
        <item>
-        <widget class="QTableView" name="tableView_2"/>
+        <widget class="QTableView" name="receiveTableView"/>
        </item>
       </layout>
      </widget>
index b1adbc5..ef7eaf3 100644 (file)
@@ -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>
         <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>