~scottydelicious666/brewtarget/brewtarget

« back to all changes in this revision

Viewing changes to ui/scaleRecipeTool.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>scaleRecipeTool</class>
 
4
 <widget class="QDialog" name="scaleRecipeTool">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>186</width>
 
10
    <height>66</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Scale Recipe</string>
 
15
  </property>
 
16
  <layout class="QHBoxLayout" name="horizontalLayout_2">
 
17
   <item>
 
18
    <layout class="QVBoxLayout" name="verticalLayout">
 
19
     <item>
 
20
      <widget class="QLabel" name="label">
 
21
       <property name="text">
 
22
        <string>New Batch Size</string>
 
23
       </property>
 
24
      </widget>
 
25
     </item>
 
26
     <item>
 
27
      <widget class="QLineEdit" name="lineEdit_newBatchSize">
 
28
       <property name="minimumSize">
 
29
        <size>
 
30
         <width>100</width>
 
31
         <height>0</height>
 
32
        </size>
 
33
       </property>
 
34
      </widget>
 
35
     </item>
 
36
     <item>
 
37
      <spacer name="verticalSpacer_2">
 
38
       <property name="orientation">
 
39
        <enum>Qt::Vertical</enum>
 
40
       </property>
 
41
       <property name="sizeHint" stdset="0">
 
42
        <size>
 
43
         <width>20</width>
 
44
         <height>40</height>
 
45
        </size>
 
46
       </property>
 
47
      </spacer>
 
48
     </item>
 
49
    </layout>
 
50
   </item>
 
51
   <item>
 
52
    <layout class="QVBoxLayout" name="verticalLayout_2">
 
53
     <item>
 
54
      <widget class="QDialogButtonBox" name="buttonBox">
 
55
       <property name="sizePolicy">
 
56
        <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
 
57
         <horstretch>0</horstretch>
 
58
         <verstretch>0</verstretch>
 
59
        </sizepolicy>
 
60
       </property>
 
61
       <property name="orientation">
 
62
        <enum>Qt::Vertical</enum>
 
63
       </property>
 
64
       <property name="standardButtons">
 
65
        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
66
       </property>
 
67
      </widget>
 
68
     </item>
 
69
     <item>
 
70
      <spacer name="verticalSpacer">
 
71
       <property name="orientation">
 
72
        <enum>Qt::Vertical</enum>
 
73
       </property>
 
74
       <property name="sizeHint" stdset="0">
 
75
        <size>
 
76
         <width>10</width>
 
77
         <height>0</height>
 
78
        </size>
 
79
       </property>
 
80
      </spacer>
 
81
     </item>
 
82
    </layout>
 
83
   </item>
 
84
  </layout>
 
85
 </widget>
 
86
 <resources/>
 
87
 <connections>
 
88
  <connection>
 
89
   <sender>buttonBox</sender>
 
90
   <signal>accepted()</signal>
 
91
   <receiver>scaleRecipeTool</receiver>
 
92
   <slot>accept()</slot>
 
93
   <hints>
 
94
    <hint type="sourcelabel">
 
95
     <x>248</x>
 
96
     <y>254</y>
 
97
    </hint>
 
98
    <hint type="destinationlabel">
 
99
     <x>157</x>
 
100
     <y>274</y>
 
101
    </hint>
 
102
   </hints>
 
103
  </connection>
 
104
  <connection>
 
105
   <sender>buttonBox</sender>
 
106
   <signal>rejected()</signal>
 
107
   <receiver>scaleRecipeTool</receiver>
 
108
   <slot>reject()</slot>
 
109
   <hints>
 
110
    <hint type="sourcelabel">
 
111
     <x>316</x>
 
112
     <y>260</y>
 
113
    </hint>
 
114
    <hint type="destinationlabel">
 
115
     <x>286</x>
 
116
     <y>274</y>
 
117
    </hint>
 
118
   </hints>
 
119
  </connection>
 
120
 </connections>
 
121
</ui>