Initial commit
[vexed] / howtoplay.ui
diff --git a/howtoplay.ui b/howtoplay.ui
new file mode 100644 (file)
index 0000000..78b94d3
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>HowToPlay</class>
+ <widget class="QDialog" name="HowToPlay">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>800</width>
+    <height>354</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Dialog</string>
+  </property>
+  <widget class="QTextBrowser" name="textBrowser">
+   <property name="geometry">
+    <rect>
+     <x>0</x>
+     <y>0</y>
+     <width>800</width>
+     <height>351</height>
+    </rect>
+   </property>
+   <property name="source">
+    <url>
+     <string>qrc:/howtoplay.txt</string>
+    </url>
+   </property>
+  </widget>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>