<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0" stdsetdef="1">
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>LicenseAgreementPage</class>
<widget class="QWidget" name="LicenseAgreementPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>440</width>
<height>284</height>
</rect>
</property>
<property name="windowTitle">
<string>Form3</string>
</property>
<layout class="QHBoxLayout">
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item>
<layout class="QVBoxLayout">
<item>
<layout class="QHBoxLayout">
<item>
<spacer name="spacer4">
<property name="sizeHint">
<size>
<width>31</width>
<height>21</height>
</size>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="countryLabel">
<property name="text">
<string>Please choose your region:</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="countryCombo">
<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>
</widget>
</item>
<item>
<spacer name="spacer3">
<property name="sizeHint">
<size>
<width>51</width>
<height>21</height>
</size>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="Q3TextView" name="introText">
<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>
</item>
<item>
<layout class="QHBoxLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item>
<spacer name="Spacer1_3">
<property name="sizeHint">
<size>
<width>156</width>
<height>20</height>
</size>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</spacer>
</item>
<item>
<widget class="Q3ButtonGroup" name="licenceButtons">
<property name="frameShape">
<enum>Q3GroupBox::NoFrame</enum>
</property>
<property name="title">
<string/>
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QRadioButton" name="acceptLicense">
<property name="text">
<string>I agree</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rejectLicense">
<property name="text">
<string>I disagree</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="Spacer3">
<property name="sizeHint">
<size>
<width>155</width>
<height>20</height>
</size>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
</ui>