/
githubmirror
/
bitcoin
Обзор
Документация
Войти
/
githubmirror
/
bitcoin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/qt/forms/addressbookpage.ui
166 строк
5 KB
Hennadii Stepanov
qt, docs: Unify term "clipboard"
07 май 2025, 00:06
Не верифицирован
07 май 2025, 00:06
3bbdbc0
Код
Авторство
О чём код?
<?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 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>