Browse Source

update settings ui

pull/51/head
Jonathan "Duke" Leto 5 years ago
parent
commit
d0be65fdaf
  1. 132
      src/settings.ui

132
src/settings.ui

@ -26,7 +26,7 @@
<item> <item>
<widget class="QTabWidget" name="tabWidget"> <widget class="QTabWidget" name="tabWidget">
<property name="currentIndex"> <property name="currentIndex">
<number>2</number> <number>1</number>
</property> </property>
<widget class="QWidget" name="tab"> <widget class="QWidget" name="tab">
<attribute name="title"> <attribute name="title">
@ -145,32 +145,18 @@
<string>Options</string> <string>Options</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<item row="10" column="0" colspan="2"> <item row="14" column="0" colspan="2">
<widget class="QLabel" name="lblTor"> <spacer name="verticalSpacer_2">
<property name="text"> <property name="orientation">
<string>Connect to the Tor network via SOCKS proxy running on 127.0.0.1:9050. Please note that you'll have to install and run the Tor service externally.</string> <enum>Qt::Vertical</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="btnClearSaved">
<property name="text">
<string>Clear History</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.</string>
</property> </property>
<property name="wordWrap"> <property name="sizeHint" stdset="0">
<bool>true</bool> <size>
<width>20</width>
<height>40</height>
</size>
</property> </property>
</widget> </spacer>
</item> </item>
<item row="2" column="0"> <item row="2" column="0">
<spacer name="horizontalSpacer"> <spacer name="horizontalSpacer">
@ -185,21 +171,35 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="0" colspan="2"> <item row="7" column="0">
<widget class="QCheckBox" name="chkSaveTxs"> <widget class="QCheckBox" name="chkTor">
<property name="text"> <property name="text">
<string>Remember shielded transactions</string> <string>Connect via Tor</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item row="9" column="0" colspan="2">
<widget class="QCheckBox" name="chkCustomFees"> <widget class="QCheckBox" name="chkCheckUpdates">
<property name="text"> <property name="text">
<string>Allow custom fees</string> <string>Check github for updates at startup</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="0" colspan="2"> <item row="13" column="0" colspan="2">
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="chkSaveTxs">
<property name="text">
<string>Remember shielded transactions</string>
</property>
</widget>
</item>
<item row="6" column="0" colspan="2">
<widget class="QLabel" name="label_7"> <widget class="QLabel" name="label_7">
<property name="text"> <property name="text">
<string>Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.</string> <string>Normally, change from t-Addresses goes to another t-Address. Checking this option will send the change to your shielded sapling address instead. Check this option to increase your privacy.</string>
@ -209,61 +209,75 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="11" column="0" colspan="2"> <item row="4" column="0" colspan="2">
<widget class="Line" name="line_2"> <widget class="QLabel" name="label_6">
<property name="orientation"> <property name="text">
<enum>Qt::Horizontal</enum> <string>Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent. </string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="12" column="0" colspan="2"> <item row="2" column="1">
<spacer name="verticalSpacer_2"> <widget class="QPushButton" name="btnClearSaved">
<property name="orientation"> <property name="text">
<enum>Qt::Vertical</enum> <string>Clear History</string>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property> </property>
</spacer> </widget>
</item> </item>
<item row="4" column="0" colspan="2"> <item row="1" column="0" colspan="2">
<widget class="QLabel" name="label_6"> <widget class="QLabel" name="label_5">
<property name="text"> <property name="text">
<string>Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent. </string> <string>Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.</string>
</property> </property>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="0" colspan="2"> <item row="3" column="0">
<widget class="QCheckBox" name="chkCustomFees">
<property name="text">
<string>Allow custom fees</string>
</property>
</widget>
</item>
<item row="5" column="0" colspan="2">
<widget class="QCheckBox" name="chkAutoShield"> <widget class="QCheckBox" name="chkAutoShield">
<property name="text"> <property name="text">
<string>Shield change from t-Addresses to your sapling address</string> <string>Shield change from t-Addresses to your sapling address</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="0"> <item row="8" column="0" colspan="2">
<widget class="QLabel" name="label_8"> <widget class="QLabel" name="lblTor">
<property name="text"> <property name="text">
<string/> <string>Connect to the Tor network via SOCKS proxy running on 127.0.0.1:9050. Please note that you'll have to install and run the Tor service externally.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="9" column="0"> <item row="10" column="0" colspan="2">
<widget class="QCheckBox" name="chkTor"> <widget class="QLabel" name="label_8">
<property name="text"> <property name="text">
<string>Connect via Tor</string> <string>Connect to github on startup to check for updates</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="8" column="0"> <item row="12" column="0" colspan="2">
<widget class="QLabel" name="label_10"> <widget class="QLabel" name="label_10">
<property name="text"> <property name="text">
<string notr="true"/> <string>Connect to the internet to fetch HUSH prices</string>
</property>
</widget>
</item>
<item row="11" column="0" colspan="2">
<widget class="QCheckBox" name="chkFetchPrices">
<property name="text">
<string>Fetch HUSH / USD prices</string>
</property> </property>
</widget> </widget>
</item> </item>

Loading…
Cancel
Save