summaryrefslogtreecommitdiff
path: root/wizard/welcome.ui
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-10-03 01:25:43 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-10-03 01:25:43 +0200
commit4a6deb34121aee9122745189a2d8dee976e76946 (patch)
tree11b8104e4a58cfd45d0983207db55c492de0ede8 /wizard/welcome.ui
parent2f15cfa42e133c9d96061e439d671ebd54791d08 (diff)
downloadacritoxinstaller-4a6deb34121aee9122745189a2d8dee976e76946.zip
acritoxinstaller-4a6deb34121aee9122745189a2d8dee976e76946.tar.gz
added HTML welcome page
Diffstat (limited to 'wizard/welcome.ui')
-rw-r--r--wizard/welcome.ui15
1 files changed, 12 insertions, 3 deletions
diff --git a/wizard/welcome.ui b/wizard/welcome.ui
index 6fbc95f..a8f6363 100644
--- a/wizard/welcome.ui
+++ b/wizard/welcome.ui
@@ -13,9 +13,18 @@
<property name="windowTitle">
<string>WizardPage</string>
</property>
- <property name="title">
- <string>Installer</string>
- </property>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QTextBrowser" name="textBrowser">
+ <property name="frameShape">
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ <property name="openExternalLinks">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
<resources/>
<connections/>