Remove "default address" from main GUI screen, it only confuses people
[novacoin.git] / src / qt / forms / addressbookdialog.ui
index 2b3c69f..d99651d 100644 (file)
@@ -6,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>591</width>
+    <width>627</width>
     <height>347</height>
    </rect>
   </property>
@@ -17,7 +17,7 @@
    <item>
     <widget class="QTabWidget" name="tabWidget">
      <property name="currentIndex">
-      <number>0</number>
+      <number>1</number>
      </property>
      <widget class="QWidget" name="sendTab">
       <property name="toolTip">
@@ -29,6 +29,9 @@
       <layout class="QVBoxLayout" name="verticalLayout_2">
        <item>
         <widget class="QTableView" name="sendTableView">
+         <property name="alternatingRowColors">
+          <bool>true</bool>
+         </property>
          <property name="selectionMode">
           <enum>QAbstractItemView::SingleSelection</enum>
          </property>
@@ -56,7 +59,7 @@
        <item>
         <widget class="QLabel" name="label">
          <property name="text">
-          <string>These are your Bitcoin addresses for receiving payments.  You may want to give a different one to each sender so you can keep track of who is paying you.  The highlighted address is displayed in the main window.</string>
+          <string>These are your Bitcoin addresses for receiving payments.  You may want to give a different one to each sender so you can keep track of who is paying you.  The highlighted address is your default receiving address.</string>
          </property>
          <property name="textFormat">
           <enum>Qt::AutoText</enum>
@@ -68,6 +71,9 @@
        </item>
        <item>
         <widget class="QTableView" name="receiveTableView">
+         <property name="alternatingRowColors">
+          <bool>true</bool>
+         </property>
          <property name="selectionMode">
           <enum>QAbstractItemView::SingleSelection</enum>
          </property>
        <property name="text">
         <string>&amp;New Address...</string>
        </property>
+       <property name="icon">
+        <iconset resource="../bitcoin.qrc">
+         <normaloff>:/icons/add</normaloff>:/icons/add</iconset>
+       </property>
       </widget>
      </item>
      <item>
        <property name="text">
         <string>&amp;Copy to Clipboard</string>
        </property>
+       <property name="icon">
+        <iconset resource="../bitcoin.qrc">
+         <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
+       </property>
       </widget>
      </item>
      <item>
        <property name="text">
         <string>&amp;Edit...</string>
        </property>
+       <property name="icon">
+        <iconset resource="../bitcoin.qrc">
+         <normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
+       </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="deleteButton">
        <property name="toolTip">
-        <string>Delete the currently selected address from the list</string>
+        <string>Delete the currently selected address from the list. Only sending addresses can be deleted.</string>
        </property>
        <property name="text">
         <string>&amp;Delete</string>
        </property>
+       <property name="icon">
+        <iconset resource="../bitcoin.qrc">
+         <normaloff>:/icons/editdelete</normaloff>:/icons/editdelete</iconset>
+       </property>
       </widget>
      </item>
      <item>
    </item>
   </layout>
  </widget>
- <resources/>
- <connections>
-  <connection>
-   <sender>receiveTableView</sender>
-   <signal>doubleClicked(QModelIndex)</signal>
-   <receiver>editButton</receiver>
-   <slot>click()</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>334</x>
-     <y>249</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>333</x>
-     <y>326</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>sendTableView</sender>
-   <signal>doubleClicked(QModelIndex)</signal>
-   <receiver>editButton</receiver>
-   <slot>click()</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>329</x>
-     <y>261</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>332</x>
-     <y>326</y>
-    </hint>
-   </hints>
-  </connection>
- </connections>
+ <resources>
+  <include location="../bitcoin.qrc"/>
+ </resources>
+ <connections/>
 </ui>