/quassel-0.7.3/src/qtui/ui/coreconfigwizardintropage.ui
Unknown | 30 lines | 30 code | 0 blank | 0 comment | 0 complexity | f84d4b3a390cfa368f9d0d2cf4997ae4 MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0
1<ui version="4.0" >
2 <class>CoreConfigWizardIntroPage</class>
3 <widget class="QWidget" name="CoreConfigWizardIntroPage" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>430</width>
9 <height>202</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Form</string>
14 </property>
15 <layout class="QHBoxLayout" >
16 <item>
17 <widget class="QLabel" name="label" >
18 <property name="text" >
19 <string>This wizard will guide you through the setup of your Quassel Core.</string>
20 </property>
21 <property name="alignment" >
22 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
23 </property>
24 </widget>
25 </item>
26 </layout>
27 </widget>
28 <resources/>
29 <connections/>
30</ui>