File: recipeconfig.ui

package info (click to toggle)
qbrew 0.4.1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,440 kB
  • ctags: 1,070
  • sloc: cpp: 7,503; sh: 394; makefile: 30
file content (113 lines) | stat: -rw-r--r-- 3,481 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<ui version="4.0" >
 <class>RecipeConfig</class>
 <widget class="QWidget" name="RecipeConfig" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>238</width>
    <height>151</height>
   </rect>
  </property>
  <property name="windowTitle" >
   <string>Recipe Configuration</string>
  </property>
  <layout class="QVBoxLayout" >
   <item>
    <widget class="QGroupBox" name="recipebox" >
     <property name="title" >
      <string>Recipe Defaults</string>
     </property>
     <layout class="QGridLayout" >
      <item row="0" column="0" >
       <widget class="QLabel" name="batchlabel" >
        <property name="text" >
         <string>&amp;Batch size</string>
        </property>
        <property name="buddy" >
         <cstring>batch</cstring>
        </property>
       </widget>
      </item>
      <item row="0" column="1" >
       <widget class="QDoubleSpinBox" name="batch" >
        <property name="whatsThis" >
         <string>&lt;p>Enter the default batch size you wish to use. You may always change an individual recipe's size, but this determines the default size for new recipes.&lt;/p></string>
        </property>
        <property name="accelerated" >
         <bool>true</bool>
        </property>
        <property name="maximum" >
         <double>100.000000000000000</double>
        </property>
        <property name="singleStep" >
         <double>0.250000000000000</double>
        </property>
       </widget>
      </item>
      <item row="1" column="0" >
       <widget class="QLabel" name="stylelabel" >
        <property name="text" >
         <string>&amp;Recipe style</string>
        </property>
        <property name="buddy" >
         <cstring>stylebox</cstring>
        </property>
       </widget>
      </item>
      <item row="1" column="1" >
       <widget class="QComboBox" name="stylebox" >
        <property name="whatsThis" >
         <string>&lt;p>Select the default recipe style you wish to use. You may always change an individual recipe's style, but this determines the default style for new recipes.&lt;/p></string>
        </property>
        <property name="duplicatesEnabled" >
         <bool>false</bool>
        </property>
       </widget>
      </item>
      <item row="2" column="0" >
       <widget class="QLabel" name="hoptypelabel" >
        <property name="text" >
         <string>&amp;Hop type</string>
        </property>
        <property name="buddy" >
         <cstring>hoptype</cstring>
        </property>
       </widget>
      </item>
      <item row="2" column="1" >
       <widget class="QComboBox" name="hoptype" >
        <property name="whatsThis" >
         <string>&lt;p>Select the default hops type you wish to use. You may always change an individual hop's form, but this determines the default form when adding new hops to a recipe.&lt;/p></string>
        </property>
        <property name="duplicatesEnabled" >
         <bool>false</bool>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <spacer>
     <property name="orientation" >
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" >
      <size>
       <width>220</width>
       <height>21</height>
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <tabstops>
  <tabstop>batch</tabstop>
  <tabstop>stylebox</tabstop>
  <tabstop>hoptype</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>