ui/EditRecipe.ui

changeset 137
ffe8b2e9517b
parent 136
17030224d919
child 138
1189d072f346
equal deleted inserted replaced
136:17030224d919 137:ffe8b2e9517b
4062 <height>23</height> 4062 <height>23</height>
4063 </rect> 4063 </rect>
4064 </property> 4064 </property>
4065 </widget> 4065 </widget>
4066 </widget> 4066 </widget>
4067 <widget class="QLabel" name="buguLabel">
4068 <property name="geometry">
4069 <rect>
4070 <x>310</x>
4071 <y>340</y>
4072 <width>161</width>
4073 <height>20</height>
4074 </rect>
4075 </property>
4076 <property name="text">
4077 <string>Bitterness index:</string>
4078 </property>
4079 <property name="alignment">
4080 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4081 </property>
4082 </widget>
4083 <widget class="QDoubleSpinBox" name="buguEdit">
4084 <property name="geometry">
4085 <rect>
4086 <x>480</x>
4087 <y>340</y>
4088 <width>71</width>
4089 <height>24</height>
4090 </rect>
4091 </property>
4092 <property name="alignment">
4093 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4094 </property>
4095 <property name="readOnly">
4096 <bool>true</bool>
4097 </property>
4098 <property name="buttonSymbols">
4099 <enum>QAbstractSpinBox::NoButtons</enum>
4100 </property>
4101 <property name="accelerated">
4102 <bool>false</bool>
4103 </property>
4104 <property name="decimals">
4105 <number>2</number>
4106 </property>
4107 <property name="maximum">
4108 <double>1000.000000000000000</double>
4109 </property>
4110 <property name="singleStep">
4111 <double>0.100000000000000</double>
4112 </property>
4113 </widget>
4114 <widget class="QLabel" name="buguResult">
4115 <property name="geometry">
4116 <rect>
4117 <x>560</x>
4118 <y>340</y>
4119 <width>211</width>
4120 <height>20</height>
4121 </rect>
4122 </property>
4123 <property name="font">
4124 <font>
4125 <italic>true</italic>
4126 </font>
4127 </property>
4128 <property name="text">
4129 <string>N/A</string>
4130 </property>
4131 <property name="alignment">
4132 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
4133 </property>
4134 </widget>
4135 <widget class="QLabel" name="so4clLabel">
4136 <property name="geometry">
4137 <rect>
4138 <x>310</x>
4139 <y>370</y>
4140 <width>161</width>
4141 <height>20</height>
4142 </rect>
4143 </property>
4144 <property name="text">
4145 <string>Preffered SO4:Cl ratio:</string>
4146 </property>
4147 <property name="alignment">
4148 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4149 </property>
4150 </widget>
4151 <widget class="QDoubleSpinBox" name="so4clEdit">
4152 <property name="geometry">
4153 <rect>
4154 <x>480</x>
4155 <y>370</y>
4156 <width>71</width>
4157 <height>24</height>
4158 </rect>
4159 </property>
4160 <property name="alignment">
4161 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4162 </property>
4163 <property name="readOnly">
4164 <bool>true</bool>
4165 </property>
4166 <property name="buttonSymbols">
4167 <enum>QAbstractSpinBox::NoButtons</enum>
4168 </property>
4169 <property name="accelerated">
4170 <bool>false</bool>
4171 </property>
4172 <property name="decimals">
4173 <number>1</number>
4174 </property>
4175 <property name="maximum">
4176 <double>1000.000000000000000</double>
4177 </property>
4178 <property name="singleStep">
4179 <double>0.100000000000000</double>
4180 </property>
4181 </widget>
4182 <widget class="QLabel" name="so4clResult">
4183 <property name="geometry">
4184 <rect>
4185 <x>560</x>
4186 <y>370</y>
4187 <width>211</width>
4188 <height>20</height>
4189 </rect>
4190 </property>
4191 <property name="font">
4192 <font>
4193 <italic>true</italic>
4194 </font>
4195 </property>
4196 <property name="text">
4197 <string>N/A</string>
4198 </property>
4199 <property name="alignment">
4200 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
4201 </property>
4202 </widget>
4203 <widget class="QLabel" name="cur_so4clLabel">
4204 <property name="geometry">
4205 <rect>
4206 <x>310</x>
4207 <y>400</y>
4208 <width>161</width>
4209 <height>20</height>
4210 </rect>
4211 </property>
4212 <property name="text">
4213 <string>Current SO4:Cl ratio:</string>
4214 </property>
4215 <property name="alignment">
4216 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4217 </property>
4218 </widget>
4219 <widget class="QDoubleSpinBox" name="cur_so4clEdit">
4220 <property name="geometry">
4221 <rect>
4222 <x>480</x>
4223 <y>400</y>
4224 <width>71</width>
4225 <height>24</height>
4226 </rect>
4227 </property>
4228 <property name="alignment">
4229 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4230 </property>
4231 <property name="readOnly">
4232 <bool>true</bool>
4233 </property>
4234 <property name="buttonSymbols">
4235 <enum>QAbstractSpinBox::NoButtons</enum>
4236 </property>
4237 <property name="accelerated">
4238 <bool>false</bool>
4239 </property>
4240 <property name="decimals">
4241 <number>1</number>
4242 </property>
4243 <property name="maximum">
4244 <double>1000.000000000000000</double>
4245 </property>
4246 <property name="singleStep">
4247 <double>0.100000000000000</double>
4248 </property>
4249 </widget>
4250 <widget class="RangedSlider" name="cur_so4clResult">
4251 <property name="geometry">
4252 <rect>
4253 <x>559</x>
4254 <y>400</y>
4255 <width>211</width>
4256 <height>20</height>
4257 </rect>
4258 </property>
4259 </widget>
4067 </widget> 4260 </widget>
4068 </widget> 4261 </widget>
4069 <widget class="QPushButton" name="exportButton"> 4262 <widget class="QPushButton" name="exportButton">
4070 <property name="geometry"> 4263 <property name="geometry">
4071 <rect> 4264 <rect>

mercurial