2020-10-07 10:36:04 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2021-05-04 23:09:19 +00:00
<width>977</width>
<height>499</height>
2020-10-07 10:36:04 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Feather</string>
</property>
<property name="windowIcon">
<iconset resource="assets.qrc">
<normaloff>:/assets/images/appicons/64x64.png</normaloff>:/assets/images/appicons/64x64.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
2023-12-02 18:28:31 +00:00
<layout class="QVBoxLayout" name="verticalLayout_14">
2020-10-07 10:36:04 +00:00
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
2023-12-02 18:28:31 +00:00
<item>
2023-01-19 14:12:16 +00:00
<widget class="QStackedWidget" name="stackedWidget">
2020-10-07 10:36:04 +00:00
<property name="currentIndex">
2023-11-30 14:01:39 +00:00
<number>0</number>
2020-10-07 10:36:04 +00:00
</property>
2023-01-19 14:12:16 +00:00
<widget class="QWidget" name="page_wallet">
<layout class="QVBoxLayout" name="verticalLayout_11">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
2020-10-07 10:36:04 +00:00
<property name="bottomMargin">
2023-01-19 14:12:16 +00:00
<number>0</number>
2020-10-07 10:36:04 +00:00
</property>
<item>
2023-01-19 14:12:16 +00:00
<widget class="QTabWidget" name="tabWidget">
2020-12-11 13:32:14 +00:00
<property name="currentIndex">
2020-12-12 01:49:33 +00:00
<number>0</number>
2020-10-07 10:36:04 +00:00
</property>
2023-01-19 14:12:16 +00:00
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
2020-12-11 13:32:14 +00:00
</property>
2023-01-19 14:12:16 +00:00
<widget class="QWidget" name="tabHistory">
<attribute name="icon">
<iconset resource="assets.qrc">
<normaloff>:/assets/images/history.png</normaloff>:/assets/images/history.png</iconset>
</attribute>
2022-06-23 17:48:30 +00:00
<attribute name="title">
2023-01-19 14:12:16 +00:00
<string>History</string>
2022-06-23 17:48:30 +00:00
</attribute>
2023-01-19 14:12:16 +00:00
<layout class="QGridLayout" name="gridLayout_3">
<property name="verticalSpacing">
<number>9</number>
2022-06-23 17:48:30 +00:00
</property>
2023-01-19 14:12:16 +00:00
<item row="0" column="0">
<layout class="QVBoxLayout" name="historyWidgetLayout"/>
2022-06-23 17:48:30 +00:00
</item>
</layout>
</widget>
2023-01-19 14:12:16 +00:00
<widget class="QWidget" name="tabSend">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="icon">
<iconset resource="assets.qrc">
<normaloff>:/assets/images/tab_send.png</normaloff>:/assets/images/tab_send.png</iconset>
</attribute>
2020-12-11 13:32:14 +00:00
<attribute name="title">
2023-01-19 14:12:16 +00:00
<string>Send</string>
2020-12-11 13:32:14 +00:00
</attribute>
2023-01-19 14:12:16 +00:00
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>11</number>
2020-12-11 13:32:14 +00:00
</property>
<property name="topMargin">
2023-01-19 14:12:16 +00:00
<number>11</number>
2020-12-11 13:32:14 +00:00
</property>
<item>
2023-01-19 14:12:16 +00:00
<layout class="QVBoxLayout" name="sendWidgetLayout">
<property name="spacing">
<number>0</number>
</property>
</layout>
</item>
<item>
<widget class="Line" name="line_3">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="contactsWidgetLayout"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabReceive">
<attribute name="icon">
<iconset resource="assets.qrc">
<normaloff>:/assets/images/coins.png</normaloff>:/assets/images/coins.png</iconset>
</attribute>
<attribute name="title">
<string>Receive</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<layout class="QVBoxLayout" name="receiveWidgetLayout"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabCoins">
<attribute name="icon">
<iconset resource="assets.qrc">
<normaloff>:/assets/images/tab_coins.png</normaloff>:/assets/images/tab_coins.png</iconset>
</attribute>
<attribute name="title">
<string>Coins</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QVBoxLayout" name="coinsWidgetLayout"/>
2020-12-11 13:32:14 +00:00
</item>
</layout>
</widget>
</widget>
2020-10-07 10:36:04 +00:00
</item>
<item>
2023-01-19 14:12:16 +00:00
<widget class="QFrame" name="frame_coinControl">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
2020-10-07 10:36:04 +00:00
</property>
2023-01-19 14:12:16 +00:00
<property name="frameShadow">
<enum>QFrame::Raised</enum>
2020-10-07 10:36:04 +00:00
</property>
2023-01-19 14:12:16 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="topMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_coinControl">
<property name="text">
<string>Coin control active: </string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_resetCoinControl">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
</item>
</layout>
2020-10-07 10:36:04 +00:00
</widget>
</item>
2020-10-21 11:24:16 +00:00
</layout>
</widget>
2023-01-19 14:12:16 +00:00
<widget class="QWidget" name="page_lock">
<layout class="QVBoxLayout" name="verticalLayout_12">
2020-10-07 10:36:04 +00:00
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
2020-12-12 01:49:33 +00:00
<number>0</number>
2020-10-07 10:36:04 +00:00
</property>
2021-05-02 18:22:38 +00:00
<item>
2023-01-19 14:12:16 +00:00
<layout class="QVBoxLayout" name="walletUnlockLayout"/>
2020-10-14 20:12:32 +00:00
</item>
</layout>
</widget>
2023-12-02 18:28:31 +00:00
<widget class="QWidget" name="page_offline">
<layout class="QVBoxLayout" name="verticalLayout_13">
<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>
<widget class="QTabWidget" name="tabWidget_2">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_5">
<attribute name="icon">
<iconset resource="assets.qrc">
<normaloff>:/assets/images/network.png</normaloff>:/assets/images/network.png</iconset>
</attribute>
<attribute name="title">
<string>Airgapped signing</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_16">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Feather supports two airgapped transaction signing methods:</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string/>
</property>
<layout class="QVBoxLayout" name="verticalLayout_15">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QRadioButton" name="radio_airgapUR">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="ClickableLabel" name="label_airgapUR">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string><html><head/><body><p>Use a webcam to scan <span style=" font-weight:700;">animated QR codes</span></p></body></html></string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QRadioButton" name="radio_airgapFiles">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="ClickableLabel" name="label_airgapFiles">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string><html><head/><body><p>Transfer <span style=" font-weight:700;">files</span> between computers (using a flash drive)</p></body></html></string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>To initiate an airgapped transaction, try to send a transaction using your online/view-only wallet. Then click 'Sign a transaction..' below to begin the signing process.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>Follow through the steps in the wizard. You may need to transfer/scan multiple files/QR codes.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QPushButton" name="btn_help">
<property name="text">
<string>Help</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2023-12-05 21:06:48 +00:00
<item>
<widget class="QPushButton" name="btn_viewOnlyDetails">
<property name="text">
<string>View-only details</string>
</property>
</widget>
</item>
2023-12-02 18:28:31 +00:00
<item>
<widget class="QPushButton" name="btn_checkAddress">
<property name="text">
<string>Show address</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_signTransaction">
<property name="text">
<string>Sign a transaction..</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>If you're unsure what this is, disable 'Offline mode' by going to Settings → Network → Offline.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
2020-10-07 10:36:04 +00:00
</widget>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2021-05-04 23:09:19 +00:00
<width>977</width>
2023-11-25 13:27:22 +00:00
<height>24</height>
2020-10-07 10:36:04 +00:00
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
2021-05-18 15:59:18 +00:00
<widget class="QMenu" name="menuRecently_open">
<property name="title">
<string>Recently open</string>
</property>
</widget>
<addaction name="menuRecently_open"/>
<addaction name="actionOpen"/>
<addaction name="actionNew_Restore"/>
2023-01-19 14:12:16 +00:00
<addaction name="actionLock"/>
2020-10-07 10:36:04 +00:00
<addaction name="actionClose"/>
<addaction name="actionQuit"/>
<addaction name="separator"/>
<addaction name="actionSettings"/>
</widget>
<widget class="QMenu" name="menuWallet">
<property name="title">
<string>Wallet</string>
</property>
<widget class="QMenu" name="menuHistory">
<property name="title">
<string>History</string>
</property>
<addaction name="actionExport_CSV"/>
</widget>
<widget class="QMenu" name="menuContacts">
<property name="title">
<string>Contacts</string>
</property>
<addaction name="actionExportContactsCSV"/>
2020-10-21 06:25:02 +00:00
<addaction name="actionImportContactsCSV"/>
2020-10-07 10:36:04 +00:00
</widget>
<widget class="QMenu" name="menuAdvanced">
<property name="title">
<string>Advanced</string>
</property>
<addaction name="actionStore_wallet"/>
<addaction name="actionUpdate_balance"/>
<addaction name="actionRefresh_tabs"/>
2020-12-14 19:44:37 +00:00
<addaction name="actionRescan_spent"/>
2021-01-25 16:38:04 +00:00
<addaction name="actionWallet_cache_debug"/>
2020-10-07 10:36:04 +00:00
</widget>
<addaction name="actionInformation"/>
<addaction name="menuAdvanced"/>
<addaction name="separator"/>
2021-05-22 13:42:26 +00:00
<addaction name="actionAccount"/>
2020-10-07 10:36:04 +00:00
<addaction name="actionPassword"/>
<addaction name="actionSeed"/>
<addaction name="actionKeys"/>
2020-10-12 22:01:06 +00:00
<addaction name="actionViewOnly"/>
2020-10-07 10:36:04 +00:00
<addaction name="separator"/>
<addaction name="menuHistory"/>
<addaction name="menuContacts"/>
</widget>
<widget class="QMenu" name="menuTools">
<property name="title">
<string>Tools</string>
</property>
2020-10-16 03:05:05 +00:00
<widget class="QMenu" name="menuLoad_signed_transaction">
<property name="title">
<string>Broadcast transaction</string>
</property>
<addaction name="actionLoadSignedTxFromFile"/>
<addaction name="actionLoadSignedTxFromText"/>
</widget>
2020-10-07 10:36:04 +00:00
<addaction name="actionSignVerify"/>
<addaction name="actionVerifyTxProof"/>
<addaction name="separator"/>
2023-12-02 18:28:31 +00:00
<addaction name="actionKeyImageSync"/>
2020-10-16 03:05:05 +00:00
<addaction name="menuLoad_signed_transaction"/>
2020-11-10 11:38:37 +00:00
<addaction name="actionImport_transaction"/>
2020-10-16 03:05:05 +00:00
<addaction name="separator"/>
2023-12-02 18:28:31 +00:00
<addaction name="actionTransmitOverUR"/>
<addaction name="separator"/>
2021-01-26 23:55:27 +00:00
<addaction name="actionPay_to_many"/>
2021-07-06 14:10:24 +00:00
<addaction name="actionAddress_checker"/>
2020-10-07 10:36:04 +00:00
<addaction name="actionCreateDesktopEntry"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
2023-02-01 14:40:12 +00:00
<addaction name="actionCheckForUpdates"/>
2020-10-07 10:36:04 +00:00
<addaction name="actionOfficialWebsite"/>
<addaction name="separator"/>
2021-10-21 21:13:25 +00:00
<addaction name="actionDocumentation"/>
2020-10-07 10:36:04 +00:00
<addaction name="actionReport_bug"/>
<addaction name="actionShow_debug_info"/>
2021-10-22 11:05:40 +00:00
<addaction name="separator"/>
<addaction name="actionDonate_to_Feather"/>
2020-10-07 10:36:04 +00:00
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
2023-11-30 14:01:39 +00:00
<addaction name="actionPlaceholderBegin"/>
2020-10-07 10:36:04 +00:00
<addaction name="actionShow_Coins"/>
2023-11-30 14:01:39 +00:00
<addaction name="actionPlaceholderEnd"/>
2021-05-23 14:58:18 +00:00
<addaction name="separator"/>
<addaction name="actionShow_Searchbar"/>
2020-10-07 10:36:04 +00:00
</widget>
<addaction name="menuFile"/>
<addaction name="menuWallet"/>
<addaction name="menuView"/>
<addaction name="menuTools"/>
<addaction name="menuHelp"/>
</widget>
<action name="actionQuit">
<property name="text">
<string>Quit application</string>
</property>
</action>
<action name="action">
<property name="text">
<string>Network</string>
</property>
</action>
<action name="actionSignVerify">
<property name="text">
<string>Sign/verify message</string>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>About</string>
</property>
</action>
<action name="actionOfficialWebsite">
<property name="text">
<string>Official website</string>
</property>
</action>
<action name="actionSettings">
<property name="text">
<string>Settings</string>
</property>
</action>
<action name="actionCalculator">
<property name="text">
<string>Calculator</string>
</property>
</action>
<action name="actionInformation">
<property name="text">
<string>Information</string>
</property>
</action>
<action name="actionPassword">
<property name="text">
<string>Password</string>
</property>
</action>
<action name="actionSeed">
<property name="text">
<string>Seed</string>
</property>
</action>
<action name="actionReport_bug">
<property name="text">
<string>Report bug</string>
</property>
</action>
<action name="actionDonate_to_Feather">
<property name="text">
<string>Donate to Feather</string>
</property>
</action>
<action name="actionExport_CSV">
<property name="text">
<string>Export CSV</string>
</property>
</action>
<action name="actionShow_Coins">
<property name="text">
<string>Show Coins</string>
</property>
</action>
<action name="actionShow_xmr_to">
<property name="text">
2020-10-21 11:24:16 +00:00
<string>Show XMR.to</string>
2020-10-07 10:36:04 +00:00
</property>
</action>
<action name="actionShow_calc">
<property name="text">
<string>Show Calc</string>
</property>
</action>
<action name="actionClose">
<property name="text">
2021-05-18 15:59:18 +00:00
<string>Close wallet</string>
2020-10-07 10:36:04 +00:00
</property>
</action>
<action name="actionVerifyTxProof">
<property name="text">
<string>Verify transaction proof</string>
</property>
</action>
<action name="actionStore_wallet">
<property name="text">
<string>Save wallet</string>
</property>
</action>
<action name="actionUpdate_balance">
<property name="text">
<string>Update balance</string>
</property>
</action>
<action name="actionRefresh_tabs">
<property name="text">
<string>Refresh models</string>
</property>
</action>
2020-10-21 06:25:02 +00:00
<action name="actionImportContactsCSV">
<property name="text">
<string>Import CSV</string>
</property>
</action>
2020-10-07 10:36:04 +00:00
<action name="actionExportContactsCSV">
<property name="text">
<string>Export CSV</string>
</property>
</action>
<action name="actionChange_restore_height">
<property name="text">
<string>Change restore height</string>
</property>
</action>
<action name="actionKeys">
<property name="text">
<string>Keys</string>
</property>
</action>
<action name="actionCreateDesktopEntry">
<property name="text">
<string>Create desktop entry</string>
</property>
</action>
<action name="actionShow_debug_info">
<property name="text">
<string>Debug info</string>
</property>
</action>
2020-10-12 22:01:06 +00:00
<action name="actionCreate_view_only_details">
<property name="text">
<string>Details</string>
</property>
</action>
<action name="actionCreate_view_only_wallet_file">
<property name="text">
<string>Export wallet file</string>
</property>
</action>
<action name="actionViewOnly">
<property name="text">
<string>View-Only</string>
</property>
</action>
2020-10-14 18:18:25 +00:00
<action name="actionExport_key_images">
<property name="text">
<string>Export key images</string>
</property>
</action>
<action name="actionImport_key_images">
<property name="text">
<string>Import key images</string>
</property>
</action>
<action name="actionExport_outputs">
<property name="text">
<string>Export outputs</string>
</property>
</action>
<action name="actionImport_outputs">
<property name="text">
<string>Import outputs</string>
</property>
</action>
<action name="actionExportKeyImages">
<property name="text">
<string>Key Images</string>
</property>
</action>
<action name="actionExportOutputs">
<property name="text">
<string>Outputs</string>
</property>
</action>
<action name="actionImportKeyImages">
<property name="text">
<string>Key images</string>
</property>
</action>
<action name="actionImportOutputs">
<property name="text">
<string>Outputs</string>
</property>
</action>
2020-10-14 20:12:32 +00:00
<action name="actionShow_XMRig">
<property name="text">
2020-12-12 14:22:31 +00:00
<string>Show Mining</string>
2020-10-14 20:12:32 +00:00
</property>
</action>
2020-10-16 03:05:05 +00:00
<action name="actionImportTransaction">
<property name="text">
<string>Transaction</string>
</property>
</action>
<action name="actionSubmitTransaction">
<property name="text">
<string>Submit transaction file</string>
</property>
</action>
<action name="actionLoadUnsignedTxFromFile">
<property name="text">
<string>From file</string>
</property>
</action>
<action name="actionLoadSignedTxFromFile">
<property name="text">
<string>From file</string>
</property>
</action>
<action name="actionLoadUnsignedTxFromClipboard">
<property name="text">
<string>From clipboard</string>
</property>
</action>
<action name="actionLoadSignedTxFromText">
<property name="text">
<string>From text</string>
</property>
</action>
2020-11-10 11:38:37 +00:00
<action name="actionImport_transaction">
<property name="text">
<string>Import transaction</string>
</property>
</action>
2020-12-12 01:49:33 +00:00
<action name="actionShow_Exchange">
2020-11-11 13:26:06 +00:00
<property name="text">
2020-12-12 01:49:33 +00:00
<string>Show Exchange</string>
2020-11-11 13:26:06 +00:00
</property>
</action>
2020-12-14 19:44:37 +00:00
<action name="actionRescan_spent">
<property name="text">
<string>Rescan spent</string>
</property>
</action>
2020-12-30 04:45:00 +00:00
<action name="actionShow_Home">
<property name="text">
<string>Show Home</string>
</property>
</action>
2021-01-25 16:38:04 +00:00
<action name="actionWallet_cache_debug">
<property name="text">
<string>Wallet cache debug</string>
</property>
</action>
2021-01-26 23:55:27 +00:00
<action name="actionPay_to_many">
<property name="text">
<string>Pay to many</string>
</property>
</action>
2021-05-18 15:59:18 +00:00
<action name="actionOpen">
<property name="text">
<string>Open wallet</string>
</property>
</action>
<action name="actionNew_Restore">
<property name="text">
<string>New/Restore</string>
</property>
</action>
<action name="actionRecently_open">
<property name="text">
<string>Recently open</string>
</property>
</action>
<action name="actiont">
<property name="text">
<string>t</string>
</property>
</action>
2021-05-22 13:42:26 +00:00
<action name="actiond">
<property name="text">
<string>d</string>
</property>
</action>
<action name="actionPrimary_account">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Primary account</string>
</property>
</action>
<action name="actionAccount">
<property name="text">
<string>Account</string>
</property>
</action>
2021-05-23 14:58:18 +00:00
<action name="actionShow_Searchbar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Show Searchbar</string>
</property>
</action>
2021-07-06 14:10:24 +00:00
<action name="actionAddress_checker">
<property name="text">
<string>Address checker</string>
</property>
</action>
2021-10-21 21:13:25 +00:00
<action name="actionDocumentation">
<property name="text">
<string>Documentation</string>
</property>
</action>
2023-01-19 14:12:16 +00:00
<action name="actionLock">
<property name="text">
<string>Lock wallet</string>
</property>
</action>
2023-02-01 14:40:12 +00:00
<action name="actionCheckForUpdates">
<property name="text">
<string>Check for updates</string>
</property>
</action>
2023-12-02 18:28:31 +00:00
<action name="actionKeyImageSync">
<property name="text">
<string>Offline transaction signing</string>
</property>
</action>
<action name="actionTransmitOverUR">
<property name="text">
<string>Transmit over UR</string>
</property>
</action>
2023-11-30 14:01:39 +00:00
<action name="actionPlaceholderEnd">
<property name="text">
<string>Placeholder</string>
</property>
</action>
<action name="actionPlaceholderBegin">
<property name="text">
<string>PlaceholderBegin</string>
</property>
</action>
2020-10-07 10:36:04 +00:00
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
2023-12-02 18:28:31 +00:00
<customwidget>
<class>ClickableLabel</class>
<extends>QLabel</extends>
<header>components.h</header>
</customwidget>
2020-10-07 10:36:04 +00:00
</customwidgets>
<resources>
<include location="assets.qrc"/>
</resources>
<connections/>
<slots>
<slot>donateButtonClicked()</slot>
<slot>calcButtonClicked()</slot>
</slots>
</ui>