diff options
Diffstat (limited to 'util/install/win/pages/licenseagreementpage.ui')
-rw-r--r-- | util/install/win/pages/licenseagreementpage.ui | 202 |
1 files changed, 202 insertions, 0 deletions
diff --git a/util/install/win/pages/licenseagreementpage.ui b/util/install/win/pages/licenseagreementpage.ui new file mode 100644 index 0000000..5349e1f --- /dev/null +++ b/util/install/win/pages/licenseagreementpage.ui @@ -0,0 +1,202 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>LicenseAgreementPage</class> +<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 support@trolltech.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> |