ui/EditProduct.ui

changeset 186
96e239584db5
parent 185
405bb68c1ea4
child 187
91af2c697345
equal deleted inserted replaced
185:405bb68c1ea4 186:96e239584db5
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>8</number> 98 <number>0</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">
7586 <normaloff>:/icons/bms/fermenter.png</normaloff>:/icons/bms/fermenter.png</iconset> 7586 <normaloff>:/icons/bms/fermenter.png</normaloff>:/icons/bms/fermenter.png</iconset>
7587 </attribute> 7587 </attribute>
7588 <attribute name="title"> 7588 <attribute name="title">
7589 <string>Fermenting</string> 7589 <string>Fermenting</string>
7590 </attribute> 7590 </attribute>
7591 <widget class="QGroupBox" name="primaryBox">
7592 <property name="geometry">
7593 <rect>
7594 <x>160</x>
7595 <y>30</y>
7596 <width>351</width>
7597 <height>241</height>
7598 </rect>
7599 </property>
7600 <property name="title">
7601 <string>Primary fermentation</string>
7602 </property>
7603 <widget class="QLabel" name="prim_ogLabel">
7604 <property name="geometry">
7605 <rect>
7606 <x>10</x>
7607 <y>20</y>
7608 <width>161</width>
7609 <height>20</height>
7610 </rect>
7611 </property>
7612 <property name="text">
7613 <string>Primary start SG:</string>
7614 </property>
7615 <property name="alignment">
7616 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7617 </property>
7618 </widget>
7619 <widget class="QLabel" name="prim_startCLabel">
7620 <property name="geometry">
7621 <rect>
7622 <x>10</x>
7623 <y>50</y>
7624 <width>161</width>
7625 <height>20</height>
7626 </rect>
7627 </property>
7628 <property name="text">
7629 <string>Primary start temp °C:</string>
7630 </property>
7631 <property name="alignment">
7632 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7633 </property>
7634 </widget>
7635 <widget class="QLabel" name="prim_maxCLabel">
7636 <property name="geometry">
7637 <rect>
7638 <x>10</x>
7639 <y>80</y>
7640 <width>161</width>
7641 <height>20</height>
7642 </rect>
7643 </property>
7644 <property name="text">
7645 <string>Primary peak temp °C:</string>
7646 </property>
7647 <property name="alignment">
7648 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7649 </property>
7650 </widget>
7651 <widget class="QLabel" name="prim_endCLabel">
7652 <property name="geometry">
7653 <rect>
7654 <x>10</x>
7655 <y>110</y>
7656 <width>161</width>
7657 <height>20</height>
7658 </rect>
7659 </property>
7660 <property name="text">
7661 <string>Primary end temp °C:</string>
7662 </property>
7663 <property name="alignment">
7664 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7665 </property>
7666 </widget>
7667 <widget class="QLabel" name="prim_endsgLabel">
7668 <property name="geometry">
7669 <rect>
7670 <x>10</x>
7671 <y>140</y>
7672 <width>161</width>
7673 <height>20</height>
7674 </rect>
7675 </property>
7676 <property name="text">
7677 <string>Primary end SG:</string>
7678 </property>
7679 <property name="alignment">
7680 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7681 </property>
7682 </widget>
7683 <widget class="QLabel" name="prim_enddateLabel">
7684 <property name="geometry">
7685 <rect>
7686 <x>10</x>
7687 <y>170</y>
7688 <width>161</width>
7689 <height>20</height>
7690 </rect>
7691 </property>
7692 <property name="text">
7693 <string>Primary end date:</string>
7694 </property>
7695 <property name="alignment">
7696 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7697 </property>
7698 </widget>
7699 <widget class="QDoubleSpinBox" name="prim_ogShow">
7700 <property name="geometry">
7701 <rect>
7702 <x>180</x>
7703 <y>20</y>
7704 <width>81</width>
7705 <height>24</height>
7706 </rect>
7707 </property>
7708 <property name="alignment">
7709 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7710 </property>
7711 <property name="readOnly">
7712 <bool>true</bool>
7713 </property>
7714 <property name="buttonSymbols">
7715 <enum>QAbstractSpinBox::NoButtons</enum>
7716 </property>
7717 <property name="decimals">
7718 <number>3</number>
7719 </property>
7720 </widget>
7721 <widget class="QDoubleSpinBox" name="prim_startCEdit">
7722 <property name="geometry">
7723 <rect>
7724 <x>180</x>
7725 <y>50</y>
7726 <width>81</width>
7727 <height>24</height>
7728 </rect>
7729 </property>
7730 <property name="alignment">
7731 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7732 </property>
7733 <property name="accelerated">
7734 <bool>true</bool>
7735 </property>
7736 <property name="decimals">
7737 <number>1</number>
7738 </property>
7739 <property name="maximum">
7740 <double>100000.000000000000000</double>
7741 </property>
7742 <property name="singleStep">
7743 <double>1.000000000000000</double>
7744 </property>
7745 </widget>
7746 <widget class="QDoubleSpinBox" name="prim_maxCEdit">
7747 <property name="geometry">
7748 <rect>
7749 <x>180</x>
7750 <y>80</y>
7751 <width>81</width>
7752 <height>24</height>
7753 </rect>
7754 </property>
7755 <property name="alignment">
7756 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7757 </property>
7758 <property name="accelerated">
7759 <bool>true</bool>
7760 </property>
7761 <property name="decimals">
7762 <number>1</number>
7763 </property>
7764 <property name="maximum">
7765 <double>100000.000000000000000</double>
7766 </property>
7767 <property name="singleStep">
7768 <double>1.000000000000000</double>
7769 </property>
7770 </widget>
7771 <widget class="QDoubleSpinBox" name="prim_endCEdit">
7772 <property name="geometry">
7773 <rect>
7774 <x>180</x>
7775 <y>110</y>
7776 <width>81</width>
7777 <height>24</height>
7778 </rect>
7779 </property>
7780 <property name="alignment">
7781 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7782 </property>
7783 <property name="accelerated">
7784 <bool>true</bool>
7785 </property>
7786 <property name="decimals">
7787 <number>1</number>
7788 </property>
7789 <property name="maximum">
7790 <double>100000.000000000000000</double>
7791 </property>
7792 <property name="singleStep">
7793 <double>1.000000000000000</double>
7794 </property>
7795 </widget>
7796 <widget class="QDoubleSpinBox" name="prim_endsgEdit">
7797 <property name="geometry">
7798 <rect>
7799 <x>180</x>
7800 <y>140</y>
7801 <width>81</width>
7802 <height>24</height>
7803 </rect>
7804 </property>
7805 <property name="alignment">
7806 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7807 </property>
7808 <property name="accelerated">
7809 <bool>true</bool>
7810 </property>
7811 <property name="decimals">
7812 <number>3</number>
7813 </property>
7814 <property name="singleStep">
7815 <double>0.001000000000000</double>
7816 </property>
7817 </widget>
7818 <widget class="QLineEdit" name="prim_enddateEdit">
7819 <property name="geometry">
7820 <rect>
7821 <x>180</x>
7822 <y>170</y>
7823 <width>101</width>
7824 <height>23</height>
7825 </rect>
7826 </property>
7827 <property name="toolTip">
7828 <string>End of primary fermentation, start secondary.</string>
7829 </property>
7830 <property name="readOnly">
7831 <bool>true</bool>
7832 </property>
7833 </widget>
7834 <widget class="QLabel" name="prim_attLabel">
7835 <property name="geometry">
7836 <rect>
7837 <x>10</x>
7838 <y>200</y>
7839 <width>161</width>
7840 <height>20</height>
7841 </rect>
7842 </property>
7843 <property name="text">
7844 <string>Primary attenuation:</string>
7845 </property>
7846 <property name="alignment">
7847 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7848 </property>
7849 </widget>
7850 <widget class="QDoubleSpinBox" name="prim_attShow">
7851 <property name="geometry">
7852 <rect>
7853 <x>180</x>
7854 <y>200</y>
7855 <width>81</width>
7856 <height>24</height>
7857 </rect>
7858 </property>
7859 <property name="alignment">
7860 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7861 </property>
7862 <property name="readOnly">
7863 <bool>true</bool>
7864 </property>
7865 <property name="buttonSymbols">
7866 <enum>QAbstractSpinBox::NoButtons</enum>
7867 </property>
7868 <property name="suffix">
7869 <string> %</string>
7870 </property>
7871 <property name="decimals">
7872 <number>1</number>
7873 </property>
7874 <property name="maximum">
7875 <double>100.000000000000000</double>
7876 </property>
7877 </widget>
7878 <widget class="QToolButton" name="prim_endsgButton">
7879 <property name="geometry">
7880 <rect>
7881 <x>290</x>
7882 <y>140</y>
7883 <width>28</width>
7884 <height>22</height>
7885 </rect>
7886 </property>
7887 <property name="toolTip">
7888 <string>Edit SG in Plato, Brix or SG</string>
7889 </property>
7890 <property name="text">
7891 <string>...</string>
7892 </property>
7893 <property name="icon">
7894 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
7895 <normaloff>:/icons/silk/pencil.png</normaloff>:/icons/silk/pencil.png</iconset>
7896 </property>
7897 </widget>
7898 <widget class="QToolButton" name="prim_enddateButton">
7899 <property name="geometry">
7900 <rect>
7901 <x>290</x>
7902 <y>170</y>
7903 <width>28</width>
7904 <height>22</height>
7905 </rect>
7906 </property>
7907 <property name="toolTip">
7908 <string>Set or clear date</string>
7909 </property>
7910 <property name="text">
7911 <string>...</string>
7912 </property>
7913 <property name="icon">
7914 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
7915 <normaloff>:/icons/silk/date.png</normaloff>:/icons/silk/date.png</iconset>
7916 </property>
7917 </widget>
7918 </widget>
7919 <widget class="QGroupBox" name="secondaryBox">
7920 <property name="geometry">
7921 <rect>
7922 <x>610</x>
7923 <y>30</y>
7924 <width>351</width>
7925 <height>151</height>
7926 </rect>
7927 </property>
7928 <property name="title">
7929 <string>Secondary fermentation</string>
7930 </property>
7931 <widget class="QLabel" name="sec_tempLabel">
7932 <property name="geometry">
7933 <rect>
7934 <x>10</x>
7935 <y>20</y>
7936 <width>161</width>
7937 <height>20</height>
7938 </rect>
7939 </property>
7940 <property name="text">
7941 <string>Secondary end temp °C:</string>
7942 </property>
7943 <property name="alignment">
7944 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7945 </property>
7946 </widget>
7947 <widget class="QLabel" name="sec_sgLabel">
7948 <property name="geometry">
7949 <rect>
7950 <x>10</x>
7951 <y>50</y>
7952 <width>161</width>
7953 <height>20</height>
7954 </rect>
7955 </property>
7956 <property name="text">
7957 <string>Secondary end SG:</string>
7958 </property>
7959 <property name="alignment">
7960 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7961 </property>
7962 </widget>
7963 <widget class="QLabel" name="sec_enddateLabel">
7964 <property name="geometry">
7965 <rect>
7966 <x>10</x>
7967 <y>80</y>
7968 <width>161</width>
7969 <height>20</height>
7970 </rect>
7971 </property>
7972 <property name="text">
7973 <string>Secondary end date:</string>
7974 </property>
7975 <property name="alignment">
7976 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7977 </property>
7978 </widget>
7979 <widget class="QDoubleSpinBox" name="sec_tempEdit">
7980 <property name="geometry">
7981 <rect>
7982 <x>180</x>
7983 <y>20</y>
7984 <width>81</width>
7985 <height>24</height>
7986 </rect>
7987 </property>
7988 <property name="alignment">
7989 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
7990 </property>
7991 <property name="accelerated">
7992 <bool>true</bool>
7993 </property>
7994 <property name="decimals">
7995 <number>1</number>
7996 </property>
7997 <property name="maximum">
7998 <double>100000.000000000000000</double>
7999 </property>
8000 <property name="singleStep">
8001 <double>1.000000000000000</double>
8002 </property>
8003 </widget>
8004 <widget class="QDoubleSpinBox" name="sec_sgEdit">
8005 <property name="geometry">
8006 <rect>
8007 <x>180</x>
8008 <y>50</y>
8009 <width>81</width>
8010 <height>24</height>
8011 </rect>
8012 </property>
8013 <property name="alignment">
8014 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8015 </property>
8016 <property name="accelerated">
8017 <bool>true</bool>
8018 </property>
8019 <property name="decimals">
8020 <number>3</number>
8021 </property>
8022 <property name="singleStep">
8023 <double>0.001000000000000</double>
8024 </property>
8025 </widget>
8026 <widget class="QLineEdit" name="sec_enddateEdit">
8027 <property name="geometry">
8028 <rect>
8029 <x>180</x>
8030 <y>80</y>
8031 <width>101</width>
8032 <height>23</height>
8033 </rect>
8034 </property>
8035 <property name="toolTip">
8036 <string>End of fermentation. Optional transfer to lagertank.</string>
8037 </property>
8038 <property name="readOnly">
8039 <bool>true</bool>
8040 </property>
8041 </widget>
8042 <widget class="QLabel" name="sec_attLabel">
8043 <property name="geometry">
8044 <rect>
8045 <x>10</x>
8046 <y>110</y>
8047 <width>161</width>
8048 <height>20</height>
8049 </rect>
8050 </property>
8051 <property name="text">
8052 <string>Secondary attenuation:</string>
8053 </property>
8054 <property name="alignment">
8055 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8056 </property>
8057 </widget>
8058 <widget class="QDoubleSpinBox" name="sec_attShow">
8059 <property name="geometry">
8060 <rect>
8061 <x>180</x>
8062 <y>110</y>
8063 <width>81</width>
8064 <height>24</height>
8065 </rect>
8066 </property>
8067 <property name="alignment">
8068 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8069 </property>
8070 <property name="readOnly">
8071 <bool>true</bool>
8072 </property>
8073 <property name="buttonSymbols">
8074 <enum>QAbstractSpinBox::NoButtons</enum>
8075 </property>
8076 <property name="suffix">
8077 <string> %</string>
8078 </property>
8079 <property name="decimals">
8080 <number>1</number>
8081 </property>
8082 <property name="maximum">
8083 <double>100.000000000000000</double>
8084 </property>
8085 </widget>
8086 <widget class="QToolButton" name="sec_sgButton">
8087 <property name="geometry">
8088 <rect>
8089 <x>290</x>
8090 <y>50</y>
8091 <width>28</width>
8092 <height>22</height>
8093 </rect>
8094 </property>
8095 <property name="toolTip">
8096 <string>Edit SG in Plato, Brix or SG</string>
8097 </property>
8098 <property name="text">
8099 <string>...</string>
8100 </property>
8101 <property name="icon">
8102 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
8103 <normaloff>:/icons/silk/pencil.png</normaloff>:/icons/silk/pencil.png</iconset>
8104 </property>
8105 </widget>
8106 <widget class="QToolButton" name="sec_enddateButton">
8107 <property name="geometry">
8108 <rect>
8109 <x>290</x>
8110 <y>80</y>
8111 <width>28</width>
8112 <height>22</height>
8113 </rect>
8114 </property>
8115 <property name="toolTip">
8116 <string>Set or clear date</string>
8117 </property>
8118 <property name="text">
8119 <string>...</string>
8120 </property>
8121 <property name="icon">
8122 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
8123 <normaloff>:/icons/silk/date.png</normaloff>:/icons/silk/date.png</iconset>
8124 </property>
8125 </widget>
8126 </widget>
8127 <widget class="QGroupBox" name="tertiaryBox">
8128 <property name="geometry">
8129 <rect>
8130 <x>610</x>
8131 <y>200</y>
8132 <width>351</width>
8133 <height>181</height>
8134 </rect>
8135 </property>
8136 <property name="title">
8137 <string>Tertiary fermentation</string>
8138 </property>
8139 <widget class="QLabel" name="tert_tempLabel">
8140 <property name="geometry">
8141 <rect>
8142 <x>10</x>
8143 <y>20</y>
8144 <width>161</width>
8145 <height>20</height>
8146 </rect>
8147 </property>
8148 <property name="text">
8149 <string>Tertiary temperature °C:</string>
8150 </property>
8151 <property name="alignment">
8152 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8153 </property>
8154 </widget>
8155 <widget class="QLabel" name="tert_sgLabel">
8156 <property name="geometry">
8157 <rect>
8158 <x>10</x>
8159 <y>80</y>
8160 <width>161</width>
8161 <height>20</height>
8162 </rect>
8163 </property>
8164 <property name="text">
8165 <string>Tertiary end SG:</string>
8166 </property>
8167 <property name="alignment">
8168 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8169 </property>
8170 </widget>
8171 <widget class="QDoubleSpinBox" name="tert_tempEdit">
8172 <property name="geometry">
8173 <rect>
8174 <x>180</x>
8175 <y>20</y>
8176 <width>81</width>
8177 <height>24</height>
8178 </rect>
8179 </property>
8180 <property name="alignment">
8181 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8182 </property>
8183 <property name="accelerated">
8184 <bool>true</bool>
8185 </property>
8186 <property name="decimals">
8187 <number>1</number>
8188 </property>
8189 <property name="maximum">
8190 <double>100000.000000000000000</double>
8191 </property>
8192 <property name="singleStep">
8193 <double>1.000000000000000</double>
8194 </property>
8195 </widget>
8196 <widget class="QDoubleSpinBox" name="tert_sgEdit">
8197 <property name="geometry">
8198 <rect>
8199 <x>180</x>
8200 <y>80</y>
8201 <width>81</width>
8202 <height>24</height>
8203 </rect>
8204 </property>
8205 <property name="alignment">
8206 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8207 </property>
8208 <property name="accelerated">
8209 <bool>true</bool>
8210 </property>
8211 <property name="decimals">
8212 <number>3</number>
8213 </property>
8214 <property name="singleStep">
8215 <double>0.001000000000000</double>
8216 </property>
8217 </widget>
8218 <widget class="QLabel" name="tert_attLabel">
8219 <property name="geometry">
8220 <rect>
8221 <x>10</x>
8222 <y>110</y>
8223 <width>161</width>
8224 <height>20</height>
8225 </rect>
8226 </property>
8227 <property name="text">
8228 <string>Tertiary attenuation:</string>
8229 </property>
8230 <property name="alignment">
8231 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8232 </property>
8233 </widget>
8234 <widget class="QDoubleSpinBox" name="tert_attShow">
8235 <property name="geometry">
8236 <rect>
8237 <x>180</x>
8238 <y>110</y>
8239 <width>81</width>
8240 <height>24</height>
8241 </rect>
8242 </property>
8243 <property name="alignment">
8244 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8245 </property>
8246 <property name="readOnly">
8247 <bool>true</bool>
8248 </property>
8249 <property name="buttonSymbols">
8250 <enum>QAbstractSpinBox::NoButtons</enum>
8251 </property>
8252 <property name="suffix">
8253 <string> %</string>
8254 </property>
8255 <property name="decimals">
8256 <number>1</number>
8257 </property>
8258 <property name="maximum">
8259 <double>100.000000000000000</double>
8260 </property>
8261 </widget>
8262 <widget class="QToolButton" name="tert_sgButton">
8263 <property name="geometry">
8264 <rect>
8265 <x>290</x>
8266 <y>80</y>
8267 <width>28</width>
8268 <height>22</height>
8269 </rect>
8270 </property>
8271 <property name="toolTip">
8272 <string>Edit SG in Plato, Brix or SG</string>
8273 </property>
8274 <property name="text">
8275 <string>...</string>
8276 </property>
8277 <property name="icon">
8278 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
8279 <normaloff>:/icons/silk/pencil.png</normaloff>:/icons/silk/pencil.png</iconset>
8280 </property>
8281 </widget>
8282 <widget class="QLabel" name="tert_estsgLabel">
8283 <property name="geometry">
8284 <rect>
8285 <x>10</x>
8286 <y>50</y>
8287 <width>161</width>
8288 <height>20</height>
8289 </rect>
8290 </property>
8291 <property name="text">
8292 <string>Expected end SG:</string>
8293 </property>
8294 <property name="alignment">
8295 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8296 </property>
8297 </widget>
8298 <widget class="QDoubleSpinBox" name="tert_estsgShow">
8299 <property name="geometry">
8300 <rect>
8301 <x>180</x>
8302 <y>50</y>
8303 <width>81</width>
8304 <height>24</height>
8305 </rect>
8306 </property>
8307 <property name="alignment">
8308 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8309 </property>
8310 <property name="readOnly">
8311 <bool>true</bool>
8312 </property>
8313 <property name="buttonSymbols">
8314 <enum>QAbstractSpinBox::NoButtons</enum>
8315 </property>
8316 <property name="decimals">
8317 <number>3</number>
8318 </property>
8319 </widget>
8320 <widget class="QLabel" name="tert_abvLabel">
8321 <property name="geometry">
8322 <rect>
8323 <x>10</x>
8324 <y>140</y>
8325 <width>161</width>
8326 <height>20</height>
8327 </rect>
8328 </property>
8329 <property name="text">
8330 <string>Alcohol volume:</string>
8331 </property>
8332 <property name="alignment">
8333 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8334 </property>
8335 </widget>
8336 <widget class="QDoubleSpinBox" name="tert_abvShow">
8337 <property name="geometry">
8338 <rect>
8339 <x>180</x>
8340 <y>140</y>
8341 <width>81</width>
8342 <height>24</height>
8343 </rect>
8344 </property>
8345 <property name="alignment">
8346 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8347 </property>
8348 <property name="readOnly">
8349 <bool>true</bool>
8350 </property>
8351 <property name="buttonSymbols">
8352 <enum>QAbstractSpinBox::NoButtons</enum>
8353 </property>
8354 <property name="suffix">
8355 <string> %</string>
8356 </property>
8357 <property name="decimals">
8358 <number>1</number>
8359 </property>
8360 <property name="maximum">
8361 <double>100.000000000000000</double>
8362 </property>
8363 </widget>
8364 </widget>
8365 <widget class="QLabel" name="ferm_log1Label">
8366 <property name="geometry">
8367 <rect>
8368 <x>170</x>
8369 <y>310</y>
8370 <width>161</width>
8371 <height>20</height>
8372 </rect>
8373 </property>
8374 <property name="text">
8375 <string>Show fermenter unit log:</string>
8376 </property>
8377 <property name="alignment">
8378 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8379 </property>
8380 </widget>
8381 <widget class="QLabel" name="ferm_log2Label">
8382 <property name="geometry">
8383 <rect>
8384 <x>170</x>
8385 <y>340</y>
8386 <width>161</width>
8387 <height>20</height>
8388 </rect>
8389 </property>
8390 <property name="text">
8391 <string>Show fermentation log:</string>
8392 </property>
8393 <property name="alignment">
8394 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
8395 </property>
8396 </widget>
8397 <widget class="QToolButton" name="ferm_log1Button">
8398 <property name="geometry">
8399 <rect>
8400 <x>340</x>
8401 <y>310</y>
8402 <width>28</width>
8403 <height>22</height>
8404 </rect>
8405 </property>
8406 <property name="toolTip">
8407 <string>Brew log chart</string>
8408 </property>
8409 <property name="text">
8410 <string>...</string>
8411 </property>
8412 <property name="icon">
8413 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
8414 <normaloff>:/icons/silk/chart_line.png</normaloff>:/icons/silk/chart_line.png</iconset>
8415 </property>
8416 </widget>
8417 <widget class="QToolButton" name="ferm_log2Button">
8418 <property name="geometry">
8419 <rect>
8420 <x>340</x>
8421 <y>340</y>
8422 <width>28</width>
8423 <height>22</height>
8424 </rect>
8425 </property>
8426 <property name="toolTip">
8427 <string>Brew log chart</string>
8428 </property>
8429 <property name="text">
8430 <string>...</string>
8431 </property>
8432 <property name="icon">
8433 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
8434 <normaloff>:/icons/silk/chart_line.png</normaloff>:/icons/silk/chart_line.png</iconset>
8435 </property>
8436 </widget>
7591 </widget> 8437 </widget>
7592 <widget class="QWidget" name="package"> 8438 <widget class="QWidget" name="package">
7593 <attribute name="title"> 8439 <attribute name="title">
7594 <string>Package</string> 8440 <string>Package</string>
7595 </attribute> 8441 </attribute>

mercurial