~scottydelicious666/brewtarget/brewtarget

« back to all changes in this revision

Viewing changes to mashWizard.ui

  • Committer: Philip Greggory Lee
  • Date: 2009-08-23 16:53:43 UTC
  • Revision ID: git-v1:f8d1a25135bd92f06c46c562293800e4faa42c61
Made a src/ and ui/ directory and moved everything.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>mashWizard</class>
4
 
 <widget class="QDialog" name="mashWizard">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>257</width>
10
 
    <height>88</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Mash Wizard</string>
15
 
  </property>
16
 
  <layout class="QVBoxLayout" name="verticalLayout">
17
 
   <item>
18
 
    <layout class="QHBoxLayout" name="horizontalLayout">
19
 
     <item>
20
 
      <widget class="QLabel" name="label">
21
 
       <property name="sizePolicy">
22
 
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
23
 
         <horstretch>0</horstretch>
24
 
         <verstretch>0</verstretch>
25
 
        </sizepolicy>
26
 
       </property>
27
 
       <property name="text">
28
 
        <string>Mash thickness (L/kg)</string>
29
 
       </property>
30
 
      </widget>
31
 
     </item>
32
 
     <item>
33
 
      <widget class="QLineEdit" name="lineEdit_mashThickness">
34
 
       <property name="sizePolicy">
35
 
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
36
 
         <horstretch>100</horstretch>
37
 
         <verstretch>0</verstretch>
38
 
        </sizepolicy>
39
 
       </property>
40
 
       <property name="minimumSize">
41
 
        <size>
42
 
         <width>100</width>
43
 
         <height>0</height>
44
 
        </size>
45
 
       </property>
46
 
       <property name="maximumSize">
47
 
        <size>
48
 
         <width>100</width>
49
 
         <height>16777215</height>
50
 
        </size>
51
 
       </property>
52
 
      </widget>
53
 
     </item>
54
 
    </layout>
55
 
   </item>
56
 
   <item>
57
 
    <widget class="QDialogButtonBox" name="buttonBox">
58
 
     <property name="orientation">
59
 
      <enum>Qt::Horizontal</enum>
60
 
     </property>
61
 
     <property name="standardButtons">
62
 
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
63
 
     </property>
64
 
    </widget>
65
 
   </item>
66
 
  </layout>
67
 
 </widget>
68
 
 <resources/>
69
 
 <connections>
70
 
  <connection>
71
 
   <sender>buttonBox</sender>
72
 
   <signal>accepted()</signal>
73
 
   <receiver>mashWizard</receiver>
74
 
   <slot>accept()</slot>
75
 
   <hints>
76
 
    <hint type="sourcelabel">
77
 
     <x>248</x>
78
 
     <y>254</y>
79
 
    </hint>
80
 
    <hint type="destinationlabel">
81
 
     <x>157</x>
82
 
     <y>274</y>
83
 
    </hint>
84
 
   </hints>
85
 
  </connection>
86
 
  <connection>
87
 
   <sender>buttonBox</sender>
88
 
   <signal>rejected()</signal>
89
 
   <receiver>mashWizard</receiver>
90
 
   <slot>reject()</slot>
91
 
   <hints>
92
 
    <hint type="sourcelabel">
93
 
     <x>316</x>
94
 
     <y>260</y>
95
 
    </hint>
96
 
    <hint type="destinationlabel">
97
 
     <x>286</x>
98
 
     <y>274</y>
99
 
    </hint>
100
 
   </hints>
101
 
  </connection>
102
 
 </connections>
103
 
</ui>