You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
293 lines
7.4 KiB
293 lines
7.4 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>OpenWalletDialog</class> |
|
<widget class="QDialog" name="OpenWalletDialog"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>590</width> |
|
<height>301</height> |
|
</rect> |
|
</property> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="focusPolicy"> |
|
<enum>Qt::TabFocus</enum> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>JoinMarket - Open Wallet</string> |
|
</property> |
|
<property name="modal"> |
|
<bool>true</bool> |
|
</property> |
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,1,0"> |
|
<property name="spacing"> |
|
<number>10</number> |
|
</property> |
|
<property name="leftMargin"> |
|
<number>20</number> |
|
</property> |
|
<property name="topMargin"> |
|
<number>20</number> |
|
</property> |
|
<property name="rightMargin"> |
|
<number>20</number> |
|
</property> |
|
<property name="bottomMargin"> |
|
<number>20</number> |
|
</property> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0"> |
|
<property name="spacing"> |
|
<number>10</number> |
|
</property> |
|
<item> |
|
<widget class="QLabel" name="label"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="text"> |
|
<string>Wallet:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLineEdit" name="walletFileEdit"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="minimumSize"> |
|
<size> |
|
<width>400</width> |
|
<height>0</height> |
|
</size> |
|
</property> |
|
<property name="text"> |
|
<string>wallet.jmdat</string> |
|
</property> |
|
<property name="placeholderText"> |
|
<string/> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="chooseWalletButton"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="text"> |
|
<string>Choose...</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1,0"> |
|
<property name="spacing"> |
|
<number>10</number> |
|
</property> |
|
<item> |
|
<widget class="QLabel" name="label_2"> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="text"> |
|
<string>Passphrase:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLineEdit" name="passphraseEdit"> |
|
<property name="minimumSize"> |
|
<size> |
|
<width>200</width> |
|
<height>0</height> |
|
</size> |
|
</property> |
|
<property name="echoMode"> |
|
<enum>QLineEdit::Password</enum> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer name="horizontalSpacer"> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="sizeType"> |
|
<enum>QSizePolicy::Fixed</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>90</width> |
|
<height>20</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0"> |
|
<property name="spacing"> |
|
<number>10</number> |
|
</property> |
|
<item> |
|
<widget class="QLabel" name="errorMessageLabel"> |
|
<property name="palette"> |
|
<palette> |
|
<active> |
|
<colorrole role="WindowText"> |
|
<brush brushstyle="SolidPattern"> |
|
<color alpha="255"> |
|
<red>239</red> |
|
<green>41</green> |
|
<blue>41</blue> |
|
</color> |
|
</brush> |
|
</colorrole> |
|
</active> |
|
<inactive> |
|
<colorrole role="WindowText"> |
|
<brush brushstyle="SolidPattern"> |
|
<color alpha="255"> |
|
<red>239</red> |
|
<green>41</green> |
|
<blue>41</blue> |
|
</color> |
|
</brush> |
|
</colorrole> |
|
</inactive> |
|
<disabled> |
|
<colorrole role="WindowText"> |
|
<brush brushstyle="SolidPattern"> |
|
<color alpha="255"> |
|
<red>190</red> |
|
<green>190</green> |
|
<blue>190</blue> |
|
</color> |
|
</brush> |
|
</colorrole> |
|
</disabled> |
|
</palette> |
|
</property> |
|
<property name="font"> |
|
<font> |
|
<weight>75</weight> |
|
<bold>true</bold> |
|
</font> |
|
</property> |
|
<property name="text"> |
|
<string/> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<spacer name="verticalSpacer"> |
|
<property name="orientation"> |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeType"> |
|
<enum>QSizePolicy::Minimum</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>20</width> |
|
<height>150</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,0"> |
|
<property name="spacing"> |
|
<number>10</number> |
|
</property> |
|
<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> |
|
<item> |
|
<widget class="QDialogButtonBox" name="buttonBox"> |
|
<property name="orientation"> |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="standardButtons"> |
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
<tabstops> |
|
<tabstop>walletFileEdit</tabstop> |
|
<tabstop>chooseWalletButton</tabstop> |
|
<tabstop>passphraseEdit</tabstop> |
|
</tabstops> |
|
<resources/> |
|
<connections> |
|
<connection> |
|
<sender>buttonBox</sender> |
|
<signal>accepted()</signal> |
|
<receiver>OpenWalletDialog</receiver> |
|
<slot>accept()</slot> |
|
<hints> |
|
<hint type="sourcelabel"> |
|
<x>248</x> |
|
<y>254</y> |
|
</hint> |
|
<hint type="destinationlabel"> |
|
<x>157</x> |
|
<y>274</y> |
|
</hint> |
|
</hints> |
|
</connection> |
|
<connection> |
|
<sender>buttonBox</sender> |
|
<signal>rejected()</signal> |
|
<receiver>OpenWalletDialog</receiver> |
|
<slot>reject()</slot> |
|
<hints> |
|
<hint type="sourcelabel"> |
|
<x>316</x> |
|
<y>260</y> |
|
</hint> |
|
<hint type="destinationlabel"> |
|
<x>286</x> |
|
<y>274</y> |
|
</hint> |
|
</hints> |
|
</connection> |
|
</connections> |
|
</ui>
|
|
|