ui/EditProduct.ui

changeset 182
545d31130844
parent 181
14a1f7bca79b
child 183
bce87b8b604b
equal deleted inserted replaced
181:14a1f7bca79b 182:545d31130844
93 </property> 93 </property>
94 <property name="tabShape"> 94 <property name="tabShape">
95 <enum>QTabWidget::Rounded</enum> 95 <enum>QTabWidget::Rounded</enum>
96 </property> 96 </property>
97 <property name="currentIndex"> 97 <property name="currentIndex">
98 <number>0</number> 98 <number>8</number>
99 </property> 99 </property>
100 <property name="elideMode"> 100 <property name="elideMode">
101 <enum>Qt::ElideNone</enum> 101 <enum>Qt::ElideNone</enum>
102 </property> 102 </property>
103 <property name="usesScrollButtons"> 103 <property name="usesScrollButtons">
5935 </widget> 5935 </widget>
5936 <widget class="QWidget" name="brewday"> 5936 <widget class="QWidget" name="brewday">
5937 <attribute name="title"> 5937 <attribute name="title">
5938 <string>Brewday</string> 5938 <string>Brewday</string>
5939 </attribute> 5939 </attribute>
5940 <widget class="QLabel" name="brew_startLabel">
5941 <property name="geometry">
5942 <rect>
5943 <x>0</x>
5944 <y>10</y>
5945 <width>131</width>
5946 <height>20</height>
5947 </rect>
5948 </property>
5949 <property name="text">
5950 <string>Brewday start:</string>
5951 </property>
5952 <property name="alignment">
5953 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5954 </property>
5955 </widget>
5956 <widget class="QLabel" name="brew_endLabel">
5957 <property name="geometry">
5958 <rect>
5959 <x>570</x>
5960 <y>10</y>
5961 <width>131</width>
5962 <height>20</height>
5963 </rect>
5964 </property>
5965 <property name="text">
5966 <string>Brewday end:</string>
5967 </property>
5968 <property name="alignment">
5969 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
5970 </property>
5971 </widget>
5972 <widget class="QLineEdit" name="brew_startEdit">
5973 <property name="geometry">
5974 <rect>
5975 <x>140</x>
5976 <y>10</y>
5977 <width>141</width>
5978 <height>23</height>
5979 </rect>
5980 </property>
5981 <property name="readOnly">
5982 <bool>true</bool>
5983 </property>
5984 </widget>
5985 <widget class="QLineEdit" name="brew_endEdit">
5986 <property name="geometry">
5987 <rect>
5988 <x>710</x>
5989 <y>10</y>
5990 <width>141</width>
5991 <height>23</height>
5992 </rect>
5993 </property>
5994 <property name="readOnly">
5995 <bool>true</bool>
5996 </property>
5997 </widget>
5998 <widget class="QToolButton" name="brew_startButton">
5999 <property name="geometry">
6000 <rect>
6001 <x>290</x>
6002 <y>10</y>
6003 <width>28</width>
6004 <height>22</height>
6005 </rect>
6006 </property>
6007 <property name="text">
6008 <string>...</string>
6009 </property>
6010 <property name="icon">
6011 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
6012 <normaloff>:/icons/silk/clock_edit.png</normaloff>:/icons/silk/clock_edit.png</iconset>
6013 </property>
6014 </widget>
6015 <widget class="QToolButton" name="brew_endButton">
6016 <property name="geometry">
6017 <rect>
6018 <x>860</x>
6019 <y>10</y>
6020 <width>28</width>
6021 <height>22</height>
6022 </rect>
6023 </property>
6024 <property name="text">
6025 <string>...</string>
6026 </property>
6027 <property name="icon">
6028 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
6029 <normaloff>:/icons/silk/clock_edit.png</normaloff>:/icons/silk/clock_edit.png</iconset>
6030 </property>
6031 </widget>
6032 <widget class="QGroupBox" name="brew_mashBox">
6033 <property name="geometry">
6034 <rect>
6035 <x>0</x>
6036 <y>40</y>
6037 <width>321</width>
6038 <height>121</height>
6039 </rect>
6040 </property>
6041 <property name="title">
6042 <string>Mashing</string>
6043 </property>
6044 <widget class="QLabel" name="brew_mashphLabel">
6045 <property name="geometry">
6046 <rect>
6047 <x>10</x>
6048 <y>20</y>
6049 <width>121</width>
6050 <height>20</height>
6051 </rect>
6052 </property>
6053 <property name="text">
6054 <string>Mash pH:</string>
6055 </property>
6056 <property name="alignment">
6057 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6058 </property>
6059 </widget>
6060 <widget class="QDoubleSpinBox" name="brew_mashphEdit">
6061 <property name="geometry">
6062 <rect>
6063 <x>140</x>
6064 <y>20</y>
6065 <width>81</width>
6066 <height>24</height>
6067 </rect>
6068 </property>
6069 <property name="alignment">
6070 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6071 </property>
6072 <property name="accelerated">
6073 <bool>true</bool>
6074 </property>
6075 <property name="maximum">
6076 <double>14.000000000000000</double>
6077 </property>
6078 <property name="singleStep">
6079 <double>0.100000000000000</double>
6080 </property>
6081 </widget>
6082 <widget class="QDoubleSpinBox" name="brew_mashphShow">
6083 <property name="geometry">
6084 <rect>
6085 <x>230</x>
6086 <y>20</y>
6087 <width>71</width>
6088 <height>24</height>
6089 </rect>
6090 </property>
6091 <property name="alignment">
6092 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6093 </property>
6094 <property name="readOnly">
6095 <bool>true</bool>
6096 </property>
6097 <property name="buttonSymbols">
6098 <enum>QAbstractSpinBox::NoButtons</enum>
6099 </property>
6100 </widget>
6101 <widget class="QDoubleSpinBox" name="brew_mashsgEdit">
6102 <property name="geometry">
6103 <rect>
6104 <x>140</x>
6105 <y>50</y>
6106 <width>81</width>
6107 <height>24</height>
6108 </rect>
6109 </property>
6110 <property name="alignment">
6111 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6112 </property>
6113 <property name="accelerated">
6114 <bool>true</bool>
6115 </property>
6116 <property name="decimals">
6117 <number>3</number>
6118 </property>
6119 <property name="singleStep">
6120 <double>0.001000000000000</double>
6121 </property>
6122 </widget>
6123 <widget class="QDoubleSpinBox" name="brew_mashsgShow">
6124 <property name="geometry">
6125 <rect>
6126 <x>230</x>
6127 <y>50</y>
6128 <width>71</width>
6129 <height>24</height>
6130 </rect>
6131 </property>
6132 <property name="alignment">
6133 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6134 </property>
6135 <property name="readOnly">
6136 <bool>true</bool>
6137 </property>
6138 <property name="buttonSymbols">
6139 <enum>QAbstractSpinBox::NoButtons</enum>
6140 </property>
6141 <property name="decimals">
6142 <number>3</number>
6143 </property>
6144 </widget>
6145 <widget class="QDoubleSpinBox" name="brew_masheffShow">
6146 <property name="geometry">
6147 <rect>
6148 <x>140</x>
6149 <y>80</y>
6150 <width>81</width>
6151 <height>24</height>
6152 </rect>
6153 </property>
6154 <property name="alignment">
6155 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6156 </property>
6157 <property name="readOnly">
6158 <bool>true</bool>
6159 </property>
6160 <property name="buttonSymbols">
6161 <enum>QAbstractSpinBox::NoButtons</enum>
6162 </property>
6163 <property name="suffix">
6164 <string> %</string>
6165 </property>
6166 <property name="decimals">
6167 <number>1</number>
6168 </property>
6169 <property name="maximum">
6170 <double>200.000000000000000</double>
6171 </property>
6172 </widget>
6173 <widget class="QLabel" name="brew_mashsgLabel">
6174 <property name="geometry">
6175 <rect>
6176 <x>10</x>
6177 <y>50</y>
6178 <width>121</width>
6179 <height>20</height>
6180 </rect>
6181 </property>
6182 <property name="text">
6183 <string>Mash SG:</string>
6184 </property>
6185 <property name="alignment">
6186 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6187 </property>
6188 </widget>
6189 <widget class="QLabel" name="brew_masheffLabel">
6190 <property name="geometry">
6191 <rect>
6192 <x>10</x>
6193 <y>80</y>
6194 <width>121</width>
6195 <height>20</height>
6196 </rect>
6197 </property>
6198 <property name="text">
6199 <string>Efficiency:</string>
6200 </property>
6201 <property name="alignment">
6202 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
6203 </property>
6204 </widget>
6205 </widget>
5940 </widget> 6206 </widget>
5941 <widget class="QWidget" name="ferment"> 6207 <widget class="QWidget" name="ferment">
5942 <attribute name="icon"> 6208 <attribute name="icon">
5943 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"> 6209 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
5944 <normaloff>:/icons/bms/fermenter.png</normaloff>:/icons/bms/fermenter.png</iconset> 6210 <normaloff>:/icons/bms/fermenter.png</normaloff>:/icons/bms/fermenter.png</iconset>

mercurial