2013-05-19 17:36:01 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version= "4.0" >
<class > Intro</class>
<widget class= "QDialog" name= "Intro" >
<property name= "geometry" >
<rect >
<x > 0</x>
<y > 0</y>
<width > 674</width>
<height > 363</height>
</rect>
</property>
<property name= "windowTitle" >
<string > Welcome</string>
</property>
<layout class= "QVBoxLayout" name= "verticalLayout" >
<item >
<widget class= "QLabel" name= "label_2" >
<property name= "styleSheet" >
<string notr= "true" > QLabel { font-style:italic; }</string>
</property>
<property name= "text" >
2017-11-13 23:09:33 +01:00
<string > Welcome to Flowee the Hub.</string>
2013-05-19 17:36:01 +02:00
</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::Minimum</enum>
</property>
<property name= "sizeHint" stdset= "0" >
<size >
<width > 20</width>
<height > 15</height>
</size>
</property>
</spacer>
</item>
<item >
<widget class= "QLabel" name= "label_4" >
<property name= "text" >
2017-11-13 23:09:33 +01:00
<string > As this is the first time the program is launched, you can choose where Flowee the Hub will store its data.</string>
2013-05-19 17:36:01 +02:00
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
</item>
<item >
<widget class= "QLabel" name= "sizeWarningLabel" >
<property name= "text" >
2017-11-13 23:09:33 +01:00
<string > Flowee the Hub will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory.</string>
2013-05-19 17:36:01 +02:00
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
</item>
<item >
<widget class= "QRadioButton" name= "dataDirDefault" >
<property name= "text" >
<string > Use the default data directory</string>
</property>
</widget>
</item>
<item >
<widget class= "QRadioButton" name= "dataDirCustom" >
<property name= "text" >
<string > Use a custom data directory:</string>
</property>
</widget>
</item>
<item >
<layout class= "QHBoxLayout" name= "horizontalLayout" >
<property name= "spacing" >
<number > 0</number>
</property>
<property name= "sizeConstraint" >
<enum > QLayout::SetDefaultConstraint</enum>
</property>
<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 > 60</width>
<height > 20</height>
</size>
</property>
</spacer>
</item>
<item >
<layout class= "QVBoxLayout" name= "verticalLayout_2" >
<property name= "sizeConstraint" >
<enum > QLayout::SetDefaultConstraint</enum>
</property>
<item >
<layout class= "QHBoxLayout" name= "horizontalLayout_2" >
<item >
<widget class= "QLineEdit" name= "dataDirectory" />
</item>
<item >
<widget class= "QPushButton" name= "ellipsisButton" >
<property name= "sizePolicy" >
<sizepolicy hsizetype= "Minimum" vsizetype= "Fixed" >
<horstretch > 0</horstretch>
<verstretch > 0</verstretch>
</sizepolicy>
</property>
<property name= "maximumSize" >
<size >
<width > 30</width>
<height > 16777215</height>
</size>
</property>
<property name= "text" >
<string notr= "true" > …</string>
</property>
<property name= "autoDefault" >
<bool > false</bool>
</property>
</widget>
</item>
</layout>
</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 > 5</height>
</size>
</property>
</spacer>
</item>
<item >
<widget class= "QLabel" name= "freeSpace" >
<property name= "sizePolicy" >
<sizepolicy hsizetype= "Preferred" vsizetype= "Expanding" >
<horstretch > 1</horstretch>
<verstretch > 0</verstretch>
</sizepolicy>
</property>
<property name= "text" >
<string />
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
</item>
<item >
<spacer name= "verticalSpacer_2" >
<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 > 5</height>
</size>
</property>
</spacer>
</item>
<item >
<widget class= "QLabel" name= "errorMessage" >
<property name= "sizePolicy" >
<sizepolicy hsizetype= "Preferred" vsizetype= "Expanding" >
<horstretch > 0</horstretch>
<verstretch > 0</verstretch>
</sizepolicy>
</property>
<property name= "textFormat" >
<enum > Qt::RichText</enum>
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<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 >
<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>
</widget>
<resources />
<connections >
<connection >
<sender > buttonBox</sender>
<signal > accepted()</signal>
<receiver > Intro</receiver>
<slot > accept()</slot>
<hints >
<hint type= "sourcelabel" >
2014-01-22 09:46:15 +01:00
<x > 20</x>
<y > 20</y>
2013-05-19 17:36:01 +02:00
</hint>
<hint type= "destinationlabel" >
2014-01-22 09:46:15 +01:00
<x > 20</x>
<y > 20</y>
2013-05-19 17:36:01 +02:00
</hint>
</hints>
</connection>
<connection >
<sender > buttonBox</sender>
<signal > rejected()</signal>
<receiver > Intro</receiver>
<slot > reject()</slot>
<hints >
<hint type= "sourcelabel" >
2014-01-22 09:46:15 +01:00
<x > 20</x>
<y > 20</y>
2013-05-19 17:36:01 +02:00
</hint>
<hint type= "destinationlabel" >
2014-01-22 09:46:15 +01:00
<x > 20</x>
<y > 20</y>
2013-05-19 17:36:01 +02:00
</hint>
</hints>
</connection>
</connections>
</ui>