Merge branch 'master' of https://vcs.maemo.org/git/vexed
[vexed] / howtoplay.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>HowToPlay</class>
4  <widget class="QDialog" name="HowToPlay">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>354</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QTextBrowser" name="textBrowser">
17    <property name="geometry">
18     <rect>
19      <x>0</x>
20      <y>0</y>
21      <width>800</width>
22      <height>351</height>
23     </rect>
24    </property>
25    <property name="source">
26     <url>
27      <string>qrc:/howtoplay.txt</string>
28     </url>
29    </property>
30   </widget>
31  </widget>
32  <resources/>
33  <connections/>
34 </ui>