<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<widget class="QWidget">
<property name="name">
<cstring>LicenseAgreementPage</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>440</width>
<height>284</height>
</rect>
</property>
<property name="caption">
<string>Form3</string>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout4</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>countryLayout</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer4</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>31</width>
<height>21</height>
</size>
</property>
</spacer>
<widget class="QLabel">
<property name="name">
<cstring>countryLabel</cstring>
</property>
<property name="text">
<string>Please choose your region:</string>
</property>
</widget>
<widget class="QComboBox">
<item>
<property name="text">
<string>North or South America</string>
</property>
</item>
<item>
<property name="text">
<string>Anywhere outside North and South America</string>
</property>
</item>
<property name="name">
<cstring>countryCombo</cstring>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>51</width>
<height>21</height>
</size>
</property>
</spacer>
</hbox>
</widget>
<widget class="QTextView">
<property name="name">
<cstring>introText</cstring>
</property>
<property name="text">
<string>The license could not be found in the package. The package might be corrupted.
Please contact qt-info@nokia.com to resolve the problem.</string>
</property>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>Layout3</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<spacer>
<property name="name">
<cstring>Spacer1_3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>156</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="QButtonGroup">
<property name="name">
<cstring>licenceButtons</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="title">
<string></string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QRadioButton">
<property name="name">
<cstring>acceptLicense</cstring>
</property>
<property name="text">
<string>I agree</string>
</property>
</widget>
<widget class="QRadioButton">
<property name="name">
<cstring>rejectLicense</cstring>
</property>
<property name="text">
<string>I disagree</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>Spacer3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>155</width>
<height>20</height>
</size>
</property>
</spacer>
</hbox>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>