2014-05-12 08:49:59 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>InstallWizard</class>
|
|
|
|
<widget class="QWizard" name="InstallWizard">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2014-05-15 03:51:35 +00:00
|
|
|
<width>640</width>
|
|
|
|
<height>480</height>
|
2014-05-12 08:49:59 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2014-05-14 09:03:18 +00:00
|
|
|
<string>Quake III Arena Install Wizard</string>
|
2014-05-12 08:49:59 +00:00
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="imgs.qrc">
|
|
|
|
<normaloff>:/imgs/iolICO.png</normaloff>:/imgs/iolICO.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="imgs.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|