<?xml version=“1.0” encoding=“UTF-8”?> <ui version=“4.0”>
<class>firstRunWindow</class> <widget class="QDialog" name="firstRunWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>540</width> <height>288</height> </rect> </property> <property name="windowTitle"> <string>First run </string> </property> <widget class="QWidget" name="verticalLayoutWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>520</width> <height>258</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>5</number> </property> <property name="leftMargin"> <number>20</number> </property> <item> <widget class="QLabel" name="label"> <property name="text"> <string><h3>Mastercoin setup</h3></string> </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="QLabel" name="label_3"> <property name="text"> <string>To setup this wallet you need to enter the private key for
your Mastercoin address. We will use this key to generate and broadcast valid Mastercoin transactions.</string>
</property> <property name="textFormat"> <enum>Qt::AutoText</enum> </property> <property name="scaledContents"> <bool>false</bool> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_4"> <property name="minimumSize"> <size> <width>200</width> <height>0</height> </size> </property> <property name="text"> <string>Encryption password</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="password_input"> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_5"> <property name="minimumSize"> <size> <width>200</width> <height>0</height> </size> </property> <property name="text"> <string>Repeat password</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="repeat_password_input"> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="fault"> <property name="text"> <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> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_2"> <property name="minimumSize"> <size> <width>200</width> <height>0</height> </size> </property> <property name="text"> <string>Mastercoin address private key</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="private_key_input"/> </item> </layout> </item> <item> <widget class="QLabel" name="address"> <property name="text"> <string/> </property> </widget> </item> </layout> </widget> <widget class="QPushButton" name="submit_button"> <property name="enabled"> <bool>false</bool> </property> <property name="geometry"> <rect> <x>410</x> <y>250</y> <width>114</width> <height>32</height> </rect> </property> <property name="text"> <string>Done</string> </property> </widget> </widget> <resources/> <connections/>
</ui>