Improved to "half-way usable" (version 0.5)
[pierogi] / pirdocumentationform.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PIRDocumentationForm</class>
4  <widget class="QWidget" name="PIRDocumentationForm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Pierogi Documentation</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_2">
17    <property name="margin">
18     <number>0</number>
19    </property>
20    <item row="0" column="0">
21     <widget class="QScrollArea" name="documentationScrollArea">
22      <property name="widgetResizable">
23       <bool>true</bool>
24      </property>
25      <widget class="QWidget" name="documentationScrollAreaWidgetContents">
26       <property name="geometry">
27        <rect>
28         <x>0</x>
29         <y>0</y>
30         <width>798</width>
31         <height>478</height>
32        </rect>
33       </property>
34       <layout class="QGridLayout" name="gridLayout">
35        <property name="sizeConstraint">
36         <enum>QLayout::SetDefaultConstraint</enum>
37        </property>
38        <property name="margin">
39         <number>0</number>
40        </property>
41        <item row="0" column="0">
42         <widget class="QTextBrowser" name="documentationTextBrowser">
43          <property name="source">
44           <url>
45            <string>qrc:/doc/documentation.html</string>
46           </url>
47          </property>
48          <property name="openExternalLinks">
49           <bool>true</bool>
50          </property>
51         </widget>
52        </item>
53       </layout>
54      </widget>
55     </widget>
56    </item>
57   </layout>
58  </widget>
59  <resources/>
60  <connections/>
61 </ui>