-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port UI files from qt folder to qtum core 27
Port UI files from qt folder to qtum core 27
- Loading branch information
Showing
17 changed files
with
5,014 additions
and
3,458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,166 +1,221 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ui version="4.0"> | ||
<class>AddressBookPage</class> | ||
<widget class="QWidget" name="AddressBookPage"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>760</width> | ||
<height>380</height> | ||
</rect> | ||
</property> | ||
<layout class="QVBoxLayout" name="verticalLayout"> | ||
<item> | ||
<widget class="QLabel" name="labelExplanation"> | ||
<property name="textFormat"> | ||
<enum>Qt::PlainText</enum> | ||
</property> | ||
<property name="wordWrap"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QLineEdit" name="searchLineEdit"> | ||
<property name="placeholderText"> | ||
<string>Enter address or label to search</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QTableView" name="tableView"> | ||
<property name="contextMenuPolicy"> | ||
<enum>Qt::CustomContextMenu</enum> | ||
</property> | ||
<property name="toolTip"> | ||
<string>Right-click to edit address or label</string> | ||
</property> | ||
<property name="tabKeyNavigation"> | ||
<bool>false</bool> | ||
</property> | ||
<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> | ||
</widget> | ||
</item> | ||
<item> | ||
<layout class="QHBoxLayout" name="horizontalLayout"> | ||
<item> | ||
<widget class="QPushButton" name="newAddress"> | ||
<property name="toolTip"> | ||
<string>Create a new address</string> | ||
</property> | ||
<property name="text"> | ||
<string>&New</string> | ||
</property> | ||
<property name="icon"> | ||
<iconset resource="../bitcoin.qrc"> | ||
<normaloff>:/icons/add</normaloff>:/icons/add</iconset> | ||
</property> | ||
<property name="autoDefault"> | ||
<bool>false</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QPushButton" name="copyAddress"> | ||
<property name="toolTip"> | ||
<string>Copy the currently selected address to the system clipboard</string> | ||
</property> | ||
<property name="text"> | ||
<string>&Copy</string> | ||
</property> | ||
<property name="icon"> | ||
<iconset resource="../bitcoin.qrc"> | ||
<normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset> | ||
</property> | ||
<property name="autoDefault"> | ||
<bool>false</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QPushButton" name="deleteAddress"> | ||
<property name="toolTip"> | ||
<string>Delete the currently selected address from the list</string> | ||
</property> | ||
<property name="text"> | ||
<string>&Delete</string> | ||
</property> | ||
<property name="icon"> | ||
<iconset resource="../bitcoin.qrc"> | ||
<normaloff>:/icons/remove</normaloff>:/icons/remove</iconset> | ||
</property> | ||
<property name="autoDefault"> | ||
<bool>false</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<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>&Export</string> | ||
</property> | ||
<property name="icon"> | ||
<iconset resource="../bitcoin.qrc"> | ||
<normaloff>:/icons/export</normaloff>:/icons/export</iconset> | ||
</property> | ||
<property name="autoDefault"> | ||
<bool>false</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QPushButton" name="closeButton"> | ||
<property name="sizePolicy"> | ||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> | ||
<horstretch>0</horstretch> | ||
<verstretch>0</verstretch> | ||
</sizepolicy> | ||
</property> | ||
<property name="text"> | ||
<string>C&lose</string> | ||
</property> | ||
<property name="autoDefault"> | ||
<bool>false</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</item> | ||
</layout> | ||
</widget> | ||
<resources> | ||
<include location="../bitcoin.qrc"/> | ||
</resources> | ||
<connections/> | ||
</ui> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ui version="4.0"> | ||
<class>AddressBookPage</class> | ||
<widget class="QWidget" name="AddressBookPage"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>760</width> | ||
<height>380</height> | ||
</rect> | ||
</property> | ||
<layout class="QVBoxLayout" name="verticalLayout"> | ||
<property name="spacing"> | ||
<number>0</number> | ||
</property> | ||
<property name="leftMargin"> | ||
<number>0</number> | ||
</property> | ||
<property name="topMargin"> | ||
<number>0</number> | ||
</property> | ||
<property name="rightMargin"> | ||
<number>0</number> | ||
</property> | ||
<property name="bottomMargin"> | ||
<number>0</number> | ||
</property> | ||
<item> | ||
<layout class="QVBoxLayout" name="verticalLayout_2"> | ||
<property name="spacing"> | ||
<number>15</number> | ||
</property> | ||
<property name="leftMargin"> | ||
<number>30</number> | ||
</property> | ||
<property name="topMargin"> | ||
<number>20</number> | ||
</property> | ||
<property name="rightMargin"> | ||
<number>30</number> | ||
</property> | ||
<property name="bottomMargin"> | ||
<number>20</number> | ||
</property> | ||
<item> | ||
<widget class="QLabel" name="labelExplanation"> | ||
<property name="textFormat"> | ||
<enum>Qt::PlainText</enum> | ||
</property> | ||
<property name="wordWrap"> | ||
<bool>true</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QLineEdit" name="searchLineEdit"> | ||
<property name="placeholderText"> | ||
<string>Enter address or label to search</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QTableView" name="tableView"> | ||
<property name="contextMenuPolicy"> | ||
<enum>Qt::CustomContextMenu</enum> | ||
</property> | ||
<property name="toolTip"> | ||
<string>Right-click to edit address or label</string> | ||
</property> | ||
<property name="tabKeyNavigation"> | ||
<bool>false</bool> | ||
</property> | ||
<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> | ||
</widget> | ||
</item> | ||
</layout> | ||
</item> | ||
<item> | ||
<widget class="QWidget" name="buttonsContainerWhite" native="true"> | ||
<layout class="QHBoxLayout" name="horizontalLayout"> | ||
<property name="leftMargin"> | ||
<number>30</number> | ||
</property> | ||
<property name="topMargin"> | ||
<number>25</number> | ||
</property> | ||
<property name="rightMargin"> | ||
<number>30</number> | ||
</property> | ||
<property name="bottomMargin"> | ||
<number>15</number> | ||
</property> | ||
<item> | ||
<widget class="QtumPushButton" name="newAddress"> | ||
<property name="toolTip"> | ||
<string>Create a new address</string> | ||
</property> | ||
<property name="text"> | ||
<string>&New</string> | ||
</property> | ||
<property name="icon"> | ||
<iconset resource="../bitcoin.qrc"> | ||
<normaloff>:/icons/add</normaloff>:/icons/add</iconset> | ||
</property> | ||
<property name="autoDefault"> | ||
<bool>false</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QtumPushButton" name="copyAddress"> | ||
<property name="toolTip"> | ||
<string>Copy the currently selected address to the system clipboard</string> | ||
</property> | ||
<property name="text"> | ||
<string>&Copy</string> | ||
</property> | ||
<property name="icon"> | ||
<iconset resource="../bitcoin.qrc"> | ||
<normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset> | ||
</property> | ||
<property name="autoDefault"> | ||
<bool>false</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QtumPushButton" name="deleteAddress"> | ||
<property name="toolTip"> | ||
<string>Delete the currently selected address from the list</string> | ||
</property> | ||
<property name="text"> | ||
<string>&Delete</string> | ||
</property> | ||
<property name="icon"> | ||
<iconset resource="../bitcoin.qrc"> | ||
<normaloff>:/icons/remove</normaloff>:/icons/remove</iconset> | ||
</property> | ||
<property name="autoDefault"> | ||
<bool>false</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<spacer name="horizontalSpacer"> | ||
<property name="orientation"> | ||
<enum>Qt::Horizontal</enum> | ||
</property> | ||
<property name="sizeHint" stdset="0"> | ||
<size> | ||
<width>267</width> | ||
<height>20</height> | ||
</size> | ||
</property> | ||
</spacer> | ||
</item> | ||
<item> | ||
<widget class="QtumPushButton" name="exportButton"> | ||
<property name="toolTip"> | ||
<string>Export the data in the current tab to a file</string> | ||
</property> | ||
<property name="text"> | ||
<string>&Export</string> | ||
</property> | ||
<property name="icon"> | ||
<iconset resource="../bitcoin.qrc"> | ||
<normaloff>:/icons/export</normaloff>:/icons/export</iconset> | ||
</property> | ||
<property name="autoDefault"> | ||
<bool>false</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
<item> | ||
<widget class="QPushButton" name="closeButton"> | ||
<property name="sizePolicy"> | ||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum"> | ||
<horstretch>0</horstretch> | ||
<verstretch>0</verstretch> | ||
</sizepolicy> | ||
</property> | ||
<property name="text"> | ||
<string>C&lose</string> | ||
</property> | ||
<property name="autoDefault"> | ||
<bool>false</bool> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
<customwidgets> | ||
<customwidget> | ||
<class>QtumPushButton</class> | ||
<extends>QPushButton</extends> | ||
<header>qt/qtumpushbutton.h</header> | ||
</customwidget> | ||
</customwidgets> | ||
<resources> | ||
<include location="../bitcoin.qrc"/> | ||
</resources> | ||
<connections/> | ||
</ui> |
Oops, something went wrong.