dogecoin/src/qt/forms/addressbookpage.ui

148 lines
4.2 KiB
Plaintext
Raw Normal View History

2011-05-12 14:44:52 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2011-07-07 17:33:15 +02:00
<class>AddressBookPage</class>
<widget class="QWidget" name="AddressBookPage">
2011-05-12 14:44:52 +02:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>760</width>
<height>380</height>
2011-05-12 14:44:52 +02:00
</rect>
</property>
<property name="windowTitle">
2013-10-16 15:14:26 +02:00
<string></string>
2011-05-12 14:44:52 +02:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
2011-07-07 17:33:15 +02:00
<widget class="QLabel" name="labelExplanation">
<property name="textFormat">
<enum>Qt::PlainText</enum>
2011-07-07 17:33:15 +02:00
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QTableView" name="tableView">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
2011-07-07 17:33:15 +02:00
<property name="toolTip">
<string>Double-click to edit address or label</string>
</property>
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
2011-07-07 17:33:15 +02:00
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
2011-05-12 17:55:24 +02:00
</widget>
2011-05-12 14:44:52 +02:00
</item>
<item>
2011-05-12 17:55:24 +02:00
<layout class="QHBoxLayout" name="horizontalLayout">
2011-05-13 22:00:27 +02:00
<item>
<widget class="QPushButton" name="newAddress">
<property name="toolTip">
<string>Create a new address</string>
</property>
2011-05-13 22:00:27 +02:00
<property name="text">
<string>&amp;New Address</string>
2011-05-13 22:00:27 +02:00
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">
<normaloff>:/icons/add</normaloff>:/icons/add</iconset>
</property>
2011-05-13 22:00:27 +02:00
</widget>
</item>
2011-05-12 17:55:24 +02:00
<item>
<widget class="QPushButton" name="copyAddress">
<property name="toolTip">
<string>Copy the currently selected address to the system clipboard</string>
</property>
2011-05-12 17:55:24 +02:00
<property name="text">
<string>&amp;Copy Address</string>
2011-05-12 17:55:24 +02:00
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">
<normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
</property>
2011-05-12 17:55:24 +02:00
</widget>
</item>
<item>
<widget class="QPushButton" name="deleteAddress">
<property name="toolTip">
<string>Delete the currently selected address from the list</string>
</property>
2011-05-12 17:55:24 +02:00
<property name="text">
2011-05-13 22:00:27 +02:00
<string>&amp;Delete</string>
2011-05-12 17:55:24 +02:00
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">
<normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
</property>
2011-05-12 17:55:24 +02:00
</widget>
</item>
2011-07-03 20:53:56 +02:00
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="exportButton">
<property name="toolTip">
<string>Export the data in the current tab to a file</string>
</property>
<property name="text">
<string>&amp;Export</string>
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">
<normaloff>:/icons/export</normaloff>:/icons/export</iconset>
</property>
</widget>
</item>
2011-05-12 17:55:24 +02:00
<item>
2011-05-13 22:00:27 +02:00
<widget class="QDialogButtonBox" name="buttonBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Ok</set>
2011-05-12 17:55:24 +02:00
</property>
</widget>
</item>
</layout>
2011-05-12 14:44:52 +02:00
</item>
</layout>
</widget>
<resources>
<include location="../bitcoin.qrc"/>
</resources>
<connections/>
2011-05-12 14:44:52 +02:00
</ui>