1<ui version="4.0" >
2 <author></author>
3 <comment></comment>
4 <exportmacro></exportmacro>
5 <class>NoteView</class>
6 <widget class="QWidget" name="NoteView" >
7  <property name="geometry" >
8   <rect>
9    <x>0</x>
10    <y>0</y>
11    <width>400</width>
12    <height>300</height>
13   </rect>
14  </property>
15  <property name="windowTitle" >
16   <string>NoteView</string>
17  </property>
18  <layout class="QVBoxLayout" >
19   <property name="margin" >
20    <number>9</number>
21   </property>
22   <property name="spacing" >
23    <number>6</number>
24   </property>
25   <item>
26    <widget class="QLabel" name="recipelabel" >
27     <property name="text" >
28      <string>&amp;Recipe Notes</string>
29     </property>
30     <property name="buddy" >
31      <cstring>recipeedit</cstring>
32     </property>
33    </widget>
34   </item>
35   <item>
36    <widget class="QTextEdit" name="recipeedit" >
37     <property name="toolTip" >
38      <string>Recipe Notes</string>
39     </property>
40     <property name="statusTip" >
41      <string/>
42     </property>
43     <property name="whatsThis" >
44      <string>&lt;p>Use this form to enter in any notes relating to the recipe, such as specific brewing procedures or awards.&lt;/p></string>
45     </property>
46    </widget>
47   </item>
48   <item>
49    <widget class="QLabel" name="batchlabel" >
50     <property name="text" >
51      <string>&amp;Batch Notes</string>
52     </property>
53     <property name="buddy" >
54      <cstring>batchedit</cstring>
55     </property>
56    </widget>
57   </item>
58   <item>
59    <widget class="QTextEdit" name="batchedit" >
60     <property name="toolTip" >
61      <string>Batch Notes</string>
62     </property>
63     <property name="whatsThis" >
64      <string>&lt;p>Use this form to enter in any notes relating to brewing batches of this recipe, such as brew and bottling dates.&lt;/p></string>
65     </property>
66    </widget>
67   </item>
68  </layout>
69 </widget>
70 <pixmapfunction></pixmapfunction>
71 <resources/>
72 <connections/>
73</ui>
74