2012-06-08 15:21:55 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OptionsDialog</class>
<widget class="QDialog" name="OptionsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2013-12-03 09:10:10 +01:00
<width>560</width>
2014-07-25 18:20:40 +02:00
<height>440</height>
2012-06-08 15:21:55 +02:00
</rect>
</property>
<property name="windowTitle">
<string>Options</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tabMain">
<attribute name="title">
<string>&Main</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_Main">
<item>
<widget class="QCheckBox" name="bitcoinAtStartup">
<property name="toolTip">
2015-12-09 10:53:12 +00:00
<string>Automatically start %1 after logging in to the system.</string>
2012-06-08 15:21:55 +02:00
</property>
<property name="text">
2015-12-09 10:53:12 +00:00
<string>&Start %1 on system login</string>
2012-06-08 15:21:55 +02:00
</property>
</widget>
</item>
2018-05-15 12:46:19 +02:00
<item>
<spacer name="horizontalSpacer_0_Main">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>5</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_Main_Prune">
<item>
<widget class="QCheckBox" name="prune">
<property name="toolTip">
2020-07-02 15:18:42 +02:00
<string>Enabling pruning significantly reduces the disk space required to store transactions. All blocks are still fully validated. Reverting this setting requires re-downloading the entire blockchain.</string>
2018-05-15 12:46:19 +02:00
</property>
<property name="text">
<string>Prune &block storage to</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="pruneSize"/>
</item>
<item>
<widget class="QLabel" name="pruneSizeUnitLabel">
<property name="text">
<string>GB</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_Main_Prune">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="pruneWarning">
<property name="text">
<string>Reverting this setting requires re-downloading the entire blockchain.</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
</widget>
</item>
2012-08-18 15:54:39 +02:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2_Main">
2013-12-03 09:10:10 +01:00
<item>
<widget class="QLabel" name="databaseCacheLabel">
<property name="text">
<string>Size of &database cache</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="buddy">
<cstring>databaseCache</cstring>
</property>
</widget>
</item>
<item>
2014-02-16 22:00:12 +01:00
<widget class="QSpinBox" name="databaseCache"/>
2013-12-03 09:10:10 +01:00
</item>
<item>
<widget class="QLabel" name="databaseCacheUnitLabel">
<property name="text">
2019-01-14 13:40:00 +02:00
<string>MiB</string>
2013-12-03 09:10:10 +01:00
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
</widget>
</item>
2012-08-18 15:54:39 +02:00
<item>
<spacer name="horizontalSpacer_2_Main">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2013-12-03 09:10:10 +01:00
</layout>
</item>
<item>
2018-05-15 12:46:19 +02:00
<layout class="QHBoxLayout" name="horizontalLayout_Main_VerifyLabel">
2013-12-03 09:10:10 +01:00
<item>
<widget class="QLabel" name="threadsScriptVerifLabel">
<property name="text">
<string>Number of script &verification threads</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="buddy">
<cstring>threadsScriptVerif</cstring>
</property>
</widget>
</item>
2012-08-18 15:54:39 +02:00
<item>
2013-12-03 09:10:10 +01:00
<widget class="QSpinBox" name="threadsScriptVerif">
2012-08-18 15:54:39 +02:00
<property name="toolTip">
2014-02-18 12:48:16 +01:00
<string>(0 = auto, <0 = leave that many cores free)</string>
2012-08-18 15:54:39 +02:00
</property>
</widget>
</item>
2013-12-03 09:10:10 +01:00
<item>
2018-05-15 12:46:19 +02:00
<spacer name="horizontalSpacer_Main_Threads">
2013-12-03 09:10:10 +01:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2012-08-18 15:54:39 +02:00
</layout>
</item>
2013-12-03 09:10:10 +01:00
<item>
<spacer name="verticalSpacer_Main">
<property name="orientation">
2014-02-15 10:38:06 +01:00
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabWallet">
<attribute name="title">
<string>W&allet</string>
</attribute>
2014-02-17 15:50:40 +01:00
<layout class="QVBoxLayout" name="verticalLayout_Wallet">
2014-03-17 14:04:56 +01:00
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Expert</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="coinControlFeatures">
<property name="toolTip">
<string>Whether to show coin control features or not.</string>
</property>
<property name="text">
<string>Enable coin &control features</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="spendZeroConfChange">
<property name="toolTip">
<string>If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed.</string>
</property>
<property name="text">
<string>&Spend unconfirmed change</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2014-11-02 00:14:47 +01:00
<item>
<spacer name="verticalSpacer_Wallet">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
2012-06-08 15:21:55 +02:00
</layout>
</widget>
<widget class="QWidget" name="tabNetwork">
<attribute name="title">
<string>&Network</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_Network">
<item>
<widget class="QCheckBox" name="mapPortUpnp">
<property name="toolTip">
<string>Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled.</string>
</property>
<property name="text">
<string>Map port using &UPnP</string>
</property>
</widget>
</item>
2020-02-23 02:25:21 +02:00
<item>
<widget class="QCheckBox" name="mapPortNatpmp">
<property name="toolTip">
<string>Automatically open the Bitcoin client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random.</string>
</property>
<property name="text">
<string>Map port using NA&T-PMP</string>
</property>
</widget>
</item>
2014-05-29 13:02:22 +02:00
<item>
<widget class="QCheckBox" name="allowIncoming">
<property name="toolTip">
2017-07-22 18:49:45 +02:00
<string>Accept connections from outside.</string>
2014-05-29 13:02:22 +02:00
</property>
<property name="text">
2017-07-22 18:49:45 +02:00
<string>Allow incomin&g connections</string>
2014-05-29 13:02:22 +02:00
</property>
</widget>
</item>
2012-06-08 15:21:55 +02:00
<item>
<widget class="QCheckBox" name="connectSocks">
<property name="toolTip">
2014-11-20 12:45:38 +01:00
<string>Connect to the Bitcoin network through a SOCKS5 proxy.</string>
2012-06-08 15:21:55 +02:00
</property>
<property name="text">
2014-11-20 12:45:38 +01:00
<string>&Connect through SOCKS5 proxy (default proxy):</string>
2012-06-08 15:21:55 +02:00
</property>
</widget>
</item>
<item>
2013-12-03 09:10:10 +01:00
<layout class="QHBoxLayout" name="horizontalLayout_1_Network">
2012-06-08 15:21:55 +02:00
<item>
<widget class="QLabel" name="proxyIpLabel">
<property name="text">
<string>Proxy &IP:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="buddy">
<cstring>proxyIp</cstring>
</property>
</widget>
</item>
<item>
<widget class="QValidatedLineEdit" name="proxyIp">
2013-12-03 09:10:10 +01:00
<property name="minimumSize">
<size>
<width>140</width>
<height>0</height>
</size>
</property>
2012-06-08 15:21:55 +02:00
<property name="maximumSize">
<size>
<width>140</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
2013-12-03 09:10:10 +01:00
<string>IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)</string>
2012-06-08 15:21:55 +02:00
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="proxyPortLabel">
<property name="text">
<string>&Port:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="buddy">
<cstring>proxyPort</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="proxyPort">
2013-12-03 09:10:10 +01:00
<property name="minimumSize">
<size>
<width>55</width>
<height>0</height>
</size>
</property>
2012-06-08 15:21:55 +02:00
<property name="maximumSize">
<size>
<width>55</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Port of the proxy (e.g. 9050)</string>
</property>
</widget>
</item>
<item>
2013-12-03 09:10:10 +01:00
<spacer name="horizontalSpacer_1_Network">
2012-06-08 15:21:55 +02:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2014-07-25 18:20:40 +02:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2_Network">
<item>
<widget class="QLabel" name="proxyActiveNets">
<property name="text">
<string>Used for reaching peers via:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="proxyReachIPv4">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
2017-06-20 01:57:31 +03:00
<string>Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.</string>
2014-07-25 18:20:40 +02:00
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="proxyReachIPv4Label">
<property name="text">
<string>IPv4</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="proxyReachIPv6">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
2017-06-20 01:57:31 +03:00
<string>Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.</string>
2014-07-25 18:20:40 +02:00
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="proxyReachIPv6Label">
<property name="text">
<string>IPv6</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="proxyReachTor">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
2017-06-20 01:57:31 +03:00
<string>Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.</string>
2014-07-25 18:20:40 +02:00
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="proxyReachTorLabel">
<property name="text">
<string>Tor</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2_Network">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="connectSocksTor">
<property name="toolTip">
2020-08-01 15:10:26 +02:00
<string>Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services.</string>
2014-07-25 18:20:40 +02:00
</property>
<property name="text">
2020-08-01 15:10:26 +02:00
<string>Use separate SOCKS&5 proxy to reach peers via Tor onion services:</string>
2014-07-25 18:20:40 +02:00
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3_Network">
<item>
<widget class="QLabel" name="proxyIpTorLabel">
<property name="text">
<string>Proxy &IP:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="buddy">
<cstring>proxyIpTor</cstring>
</property>
</widget>
</item>
<item>
<widget class="QValidatedLineEdit" name="proxyIpTor">
<property name="minimumSize">
<size>
<width>140</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>140</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="proxyPortTorLabel">
<property name="text">
<string>&Port:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="buddy">
<cstring>proxyPortTor</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="proxyPortTor">
<property name="minimumSize">
<size>
<width>55</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>55</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Port of the proxy (e.g. 9050)</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4_Network">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2012-06-08 15:21:55 +02:00
<item>
<spacer name="verticalSpacer_Network">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabWindow">
<attribute name="title">
<string>&Window</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_Window">
2016-05-11 22:28:02 -04:00
<item>
2020-10-25 00:34:41 +03:00
<widget class="QCheckBox" name="showTrayIcon">
2016-05-11 22:28:02 -04:00
<property name="toolTip">
2020-10-25 00:34:41 +03:00
<string>Show the icon in the system tray.</string>
2016-05-11 22:28:02 -04:00
</property>
<property name="text">
2020-10-25 00:34:41 +03:00
<string>&Show tray icon</string>
</property>
<property name="checked">
<bool>true</bool>
2016-05-11 22:28:02 -04:00
</property>
</widget>
</item>
2012-06-08 15:21:55 +02:00
<item>
<widget class="QCheckBox" name="minimizeToTray">
<property name="toolTip">
<string>Show only a tray icon after minimizing the window.</string>
</property>
<property name="text">
<string>&Minimize to the tray instead of the taskbar</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="minimizeOnClose">
<property name="toolTip">
2014-12-28 22:57:39 +01:00
<string>Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.</string>
2012-06-08 15:21:55 +02:00
</property>
<property name="text">
<string>M&inimize on close</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_Window">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabDisplay">
<attribute name="title">
<string>&Display</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_Display">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_1_Display">
<item>
<widget class="QLabel" name="langLabel">
<property name="text">
<string>User Interface &language:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="buddy">
<cstring>lang</cstring>
</property>
</widget>
</item>
<item>
<widget class="QValueComboBox" name="lang">
<property name="toolTip">
2015-12-09 10:53:12 +00:00
<string>The user interface language can be set here. This setting will take effect after restarting %1.</string>
2012-06-08 15:21:55 +02:00
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2_Display">
<item>
<widget class="QLabel" name="unitLabel">
<property name="text">
<string>&Unit to show amounts in:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="buddy">
<cstring>unit</cstring>
</property>
</widget>
</item>
<item>
<widget class="QValueComboBox" name="unit">
<property name="toolTip">
<string>Choose the default subdivision unit to show in the interface and when sending coins.</string>
</property>
</widget>
</item>
</layout>
</item>
2014-04-24 22:21:45 +02:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3_Display">
<item>
<widget class="QLabel" name="thirdPartyTxUrlsLabel">
<property name="toolTip">
<string>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</string>
</property>
<property name="text">
2017-07-22 18:49:45 +02:00
<string>&Third party transaction URLs</string>
2014-04-24 22:21:45 +02:00
</property>
<property name="buddy">
<cstring>thirdPartyTxUrls</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="thirdPartyTxUrls">
<property name="toolTip">
<string>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</string>
</property>
2019-12-09 11:07:16 +01:00
<property name="placeholderText">
<string notr="true">https://example.com/tx/%s</string>
</property>
2014-04-24 22:21:45 +02:00
</widget>
</item>
</layout>
</item>
2021-02-21 20:58:19 +02:00
<item>
<widget class="QGroupBox" name="font_groupBox">
<property name="title">
<string>Monospaced font in the Overview tab:</string>
</property>
<layout class="QVBoxLayout" name="font_verticalLayout">
<item>
<layout class="QHBoxLayout" name="embeddedFont_horizontalLayout">
<item>
<widget class="QRadioButton" name="embeddedFont_radioButton">
<property name="text">
<string>embedded "%1"</string>
</property>
</widget>
</item>
<item>
<spacer name="embeddedFont_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>
<layout class="QVBoxLayout" name="embeddedFont_verticalLayout">
<item>
<widget class="QLabel" name="embeddedFont_label_1">
<property name="text">
2021-04-25 21:58:15 +03:00
<string notr="true">111.11111111 BTC</string>
2021-02-21 20:58:19 +02:00
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="embeddedFont_label_9">
<property name="text">
2021-04-25 21:58:15 +03:00
<string notr="true">909.09090909 BTC</string>
2021-02-21 20:58:19 +02:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="Line" name="font_line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="systemFont_horizontalLayout">
<item>
<widget class="QRadioButton" name="systemFont_radioButton">
<property name="text">
<string>closest matching "%1"</string>
</property>
</widget>
</item>
<item>
<spacer name="systemFont_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>
<layout class="QVBoxLayout" name="systemFont_verticalLayout">
<item>
<widget class="QLabel" name="systemFont_label_1">
<property name="text">
2021-04-25 21:58:15 +03:00
<string notr="true">111.11111111 BTC</string>
2021-02-21 20:58:19 +02:00
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="systemFont_label_9">
<property name="text">
2021-04-25 21:58:15 +03:00
<string notr="true">909.09090909 BTC</string>
2021-02-21 20:58:19 +02:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</item>
2012-06-08 15:21:55 +02:00
<item>
<spacer name="verticalSpacer_Display">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
2013-12-03 09:10:10 +01:00
<item>
<widget class="QFrame" name="frame">
<layout class="QVBoxLayout" name="verticalLayout_Bottom">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_Bottom">
<item>
<widget class="QLabel" name="overriddenByCommandLineInfoLabel">
<property name="text">
2018-10-03 00:32:32 +03:00
<string>Options set in this dialog are overridden by the command line or in the configuration file:</string>
2013-12-03 09:10:10 +01:00
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_Bottom">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="overriddenByCommandLineLabel">
<property name="text">
<string/>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2012-06-08 15:21:55 +02:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_Buttons">
2013-12-03 09:10:10 +01:00
<item>
2017-02-28 12:13:34 -05:00
<layout class="QVBoxLayout" name="verticalLayout_Buttons">
<item>
<widget class="QPushButton" name="openBitcoinConfButton">
<property name="toolTip">
<string>Open the %1 configuration file from the working directory.</string>
</property>
<property name="text">
<string>Open Configuration File</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="resetButton">
<property name="toolTip">
<string>Reset all client options to default.</string>
</property>
<property name="text">
<string>&Reset Options</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
2013-12-03 09:10:10 +01:00
</item>
2012-06-08 15:21:55 +02:00
<item>
<spacer name="horizontalSpacer_1">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>48</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="statusLabel">
2013-12-03 09:10:10 +01:00
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
2012-06-08 15:21:55 +02:00
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string/>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</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>48</height>
</size>
</property>
</spacer>
</item>
<item>
2017-02-28 12:13:34 -05:00
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="okButton">
<property name="text">
<string>&OK</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cancelButton">
<property name="text">
<string>&Cancel</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
2012-06-08 15:21:55 +02:00
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QValidatedLineEdit</class>
<extends>QLineEdit</extends>
2017-08-15 17:18:36 +02:00
<header>qt/qvalidatedlineedit.h</header>
2012-06-08 15:21:55 +02:00
</customwidget>
2013-12-03 09:10:10 +01:00
<customwidget>
<class>QValueComboBox</class>
<extends>QComboBox</extends>
2017-08-15 17:18:36 +02:00
<header>qt/qvaluecombobox.h</header>
2013-12-03 09:10:10 +01:00
</customwidget>
2012-06-08 15:21:55 +02:00
</customwidgets>
<resources/>
<connections/>
</ui>