ui/EditRecipe.ui

changeset 395
7212b980a527
parent 360
b70cfa20ac46
child 397
877420a13815
equal deleted inserted replaced
394:f41d02c129e5 395:7212b980a527
402 </widget> 402 </widget>
403 <widget class="QGroupBox" name="groupBox"> 403 <widget class="QGroupBox" name="groupBox">
404 <property name="geometry"> 404 <property name="geometry">
405 <rect> 405 <rect>
406 <x>10</x> 406 <x>10</x>
407 <y>340</y> 407 <y>310</y>
408 <width>1101</width> 408 <width>1101</width>
409 <height>121</height> 409 <height>151</height>
410 </rect> 410 </rect>
411 </property> 411 </property>
412 <property name="title"> 412 <property name="title">
413 <string>Overview</string> 413 <string>Overview</string>
414 </property> 414 </property>
872 </property> 872 </property>
873 <property name="singleStep"> 873 <property name="singleStep">
874 <double>0.100000000000000</double> 874 <double>0.100000000000000</double>
875 </property> 875 </property>
876 </widget> 876 </widget>
877 <widget class="QLabel" name="est_buguLabel">
878 <property name="geometry">
879 <rect>
880 <x>10</x>
881 <y>110</y>
882 <width>111</width>
883 <height>20</height>
884 </rect>
885 </property>
886 <property name="text">
887 <string>BU:GU ratio:</string>
888 </property>
889 <property name="alignment">
890 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
891 </property>
892 </widget>
893 <widget class="QDoubleSpinBox" name="est_buguEdit">
894 <property name="geometry">
895 <rect>
896 <x>130</x>
897 <y>110</y>
898 <width>71</width>
899 <height>24</height>
900 </rect>
901 </property>
902 <property name="toolTip">
903 <string>The obsolete Bitterness Unit to Gravity Unit ratio</string>
904 </property>
905 <property name="alignment">
906 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
907 </property>
908 <property name="readOnly">
909 <bool>true</bool>
910 </property>
911 <property name="buttonSymbols">
912 <enum>QAbstractSpinBox::NoButtons</enum>
913 </property>
914 <property name="accelerated">
915 <bool>false</bool>
916 </property>
917 <property name="decimals">
918 <number>2</number>
919 </property>
920 <property name="minimum">
921 <double>0.000000000000000</double>
922 </property>
923 <property name="maximum">
924 <double>400.000000000000000</double>
925 </property>
926 <property name="singleStep">
927 <double>1.000000000000000</double>
928 </property>
929 </widget>
930 <widget class="RangedSlider" name="est_bufguShow">
931 <property name="geometry">
932 <rect>
933 <x>580</x>
934 <y>110</y>
935 <width>148</width>
936 <height>24</height>
937 </rect>
938 </property>
939 </widget>
940 <widget class="RangedSlider" name="est_buguShow">
941 <property name="geometry">
942 <rect>
943 <x>210</x>
944 <y>110</y>
945 <width>148</width>
946 <height>24</height>
947 </rect>
948 </property>
949 </widget>
950 <widget class="QDoubleSpinBox" name="est_bufguEdit">
951 <property name="geometry">
952 <rect>
953 <x>500</x>
954 <y>110</y>
955 <width>71</width>
956 <height>24</height>
957 </rect>
958 </property>
959 <property name="toolTip">
960 <string>Bitterness Unit to Real Extract ratio</string>
961 </property>
962 <property name="alignment">
963 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
964 </property>
965 <property name="readOnly">
966 <bool>true</bool>
967 </property>
968 <property name="buttonSymbols">
969 <enum>QAbstractSpinBox::NoButtons</enum>
970 </property>
971 <property name="accelerated">
972 <bool>false</bool>
973 </property>
974 <property name="decimals">
975 <number>2</number>
976 </property>
977 <property name="minimum">
978 <double>0.000000000000000</double>
979 </property>
980 <property name="maximum">
981 <double>400.000000000000000</double>
982 </property>
983 <property name="singleStep">
984 <double>1.000000000000000</double>
985 </property>
986 </widget>
987 <widget class="QLabel" name="est_bufguLabel">
988 <property name="geometry">
989 <rect>
990 <x>380</x>
991 <y>110</y>
992 <width>111</width>
993 <height>20</height>
994 </rect>
995 </property>
996 <property name="text">
997 <string>BU:RE ratio:</string>
998 </property>
999 <property name="alignment">
1000 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1001 </property>
1002 </widget>
877 </widget> 1003 </widget>
878 <widget class="QGroupBox" name="styleBox"> 1004 <widget class="QGroupBox" name="styleBox">
879 <property name="geometry"> 1005 <property name="geometry">
880 <rect> 1006 <rect>
881 <x>10</x> 1007 <x>10</x>
882 <y>210</y> 1008 <y>210</y>
883 <width>1101</width> 1009 <width>1101</width>
884 <height>121</height> 1010 <height>91</height>
885 </rect> 1011 </rect>
886 </property> 1012 </property>
887 <property name="title"> 1013 <property name="title">
888 <string>Beerstyle</string> 1014 <string>Beerstyle</string>
889 </property> 1015 </property>
890 <widget class="QComboBox" name="beerstyleEdit"> 1016 <widget class="QComboBox" name="beerstyleEdit">
1017 <property name="geometry">
1018 <rect>
1019 <x>730</x>
1020 <y>20</y>
1021 <width>16</width>
1022 <height>23</height>
1023 </rect>
1024 </property>
1025 </widget>
1026 <widget class="QLineEdit" name="st_groupEdit">
1027 <property name="geometry">
1028 <rect>
1029 <x>870</x>
1030 <y>20</y>
1031 <width>101</width>
1032 <height>23</height>
1033 </rect>
1034 </property>
1035 <property name="dragEnabled">
1036 <bool>true</bool>
1037 </property>
1038 </widget>
1039 <widget class="QLineEdit" name="st_nameEdit">
891 <property name="geometry"> 1040 <property name="geometry">
892 <rect> 1041 <rect>
893 <x>500</x> 1042 <x>500</x>
894 <y>20</y> 1043 <y>20</y>
895 <width>226</width> 1044 <width>226</width>
896 <height>23</height> 1045 <height>23</height>
897 </rect> 1046 </rect>
898 </property> 1047 </property>
899 </widget>
900 <widget class="QLineEdit" name="st_groupEdit">
901 <property name="geometry">
902 <rect>
903 <x>870</x>
904 <y>50</y>
905 <width>101</width>
906 <height>23</height>
907 </rect>
908 </property>
909 <property name="dragEnabled"> 1048 <property name="dragEnabled">
910 <bool>true</bool> 1049 <bool>true</bool>
911 </property> 1050 </property>
912 </widget> 1051 </widget>
913 <widget class="QLineEdit" name="st_nameEdit"> 1052 <widget class="QLineEdit" name="st_guideEdit">
914 <property name="geometry"> 1053 <property name="geometry">
915 <rect> 1054 <rect>
916 <x>500</x> 1055 <x>130</x>
917 <y>50</y> 1056 <y>20</y>
918 <width>226</width> 1057 <width>226</width>
919 <height>23</height> 1058 <height>23</height>
920 </rect> 1059 </rect>
921 </property> 1060 </property>
922 <property name="dragEnabled"> 1061 <property name="dragEnabled">
923 <bool>true</bool> 1062 <bool>true</bool>
924 </property> 1063 </property>
925 </widget> 1064 </widget>
926 <widget class="QLineEdit" name="st_guideEdit"> 1065 <widget class="QLabel" name="st_guideLabel">
1066 <property name="geometry">
1067 <rect>
1068 <x>10</x>
1069 <y>20</y>
1070 <width>111</width>
1071 <height>20</height>
1072 </rect>
1073 </property>
1074 <property name="text">
1075 <string>Style guide:</string>
1076 </property>
1077 <property name="alignment">
1078 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1079 </property>
1080 </widget>
1081 <widget class="QLabel" name="st_groupLabel">
1082 <property name="geometry">
1083 <rect>
1084 <x>750</x>
1085 <y>20</y>
1086 <width>111</width>
1087 <height>20</height>
1088 </rect>
1089 </property>
1090 <property name="text">
1091 <string>Style group:</string>
1092 </property>
1093 <property name="alignment">
1094 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1095 </property>
1096 </widget>
1097 <widget class="QLabel" name="st_nameLabel">
1098 <property name="geometry">
1099 <rect>
1100 <x>360</x>
1101 <y>20</y>
1102 <width>131</width>
1103 <height>20</height>
1104 </rect>
1105 </property>
1106 <property name="text">
1107 <string>Style name:</string>
1108 </property>
1109 <property name="alignment">
1110 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1111 </property>
1112 </widget>
1113 <widget class="QLabel" name="st_typeLabel">
1114 <property name="geometry">
1115 <rect>
1116 <x>10</x>
1117 <y>50</y>
1118 <width>111</width>
1119 <height>20</height>
1120 </rect>
1121 </property>
1122 <property name="text">
1123 <string>Style type:</string>
1124 </property>
1125 <property name="alignment">
1126 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1127 </property>
1128 </widget>
1129 <widget class="QLineEdit" name="st_typeEdit">
927 <property name="geometry"> 1130 <property name="geometry">
928 <rect> 1131 <rect>
929 <x>130</x> 1132 <x>130</x>
930 <y>50</y> 1133 <y>50</y>
931 <width>226</width> 1134 <width>226</width>
934 </property> 1137 </property>
935 <property name="dragEnabled"> 1138 <property name="dragEnabled">
936 <bool>true</bool> 1139 <bool>true</bool>
937 </property> 1140 </property>
938 </widget> 1141 </widget>
939 <widget class="QLabel" name="st_guideLabel"> 1142 <widget class="QLabel" name="st_catLabel">
940 <property name="geometry"> 1143 <property name="geometry">
941 <rect> 1144 <rect>
942 <x>10</x> 1145 <x>360</x>
943 <y>50</y> 1146 <y>50</y>
944 <width>111</width> 1147 <width>131</width>
945 <height>20</height> 1148 <height>20</height>
946 </rect> 1149 </rect>
947 </property> 1150 </property>
948 <property name="text"> 1151 <property name="text">
949 <string>Style guide:</string> 1152 <string>Category:</string>
950 </property> 1153 </property>
951 <property name="alignment"> 1154 <property name="alignment">
952 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 1155 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
953 </property> 1156 </property>
954 </widget> 1157 </widget>
955 <widget class="QLabel" name="st_groupLabel"> 1158 <widget class="QLineEdit" name="st_catnrEdit">
1159 <property name="geometry">
1160 <rect>
1161 <x>870</x>
1162 <y>50</y>
1163 <width>71</width>
1164 <height>23</height>
1165 </rect>
1166 </property>
1167 <property name="dragEnabled">
1168 <bool>true</bool>
1169 </property>
1170 </widget>
1171 <widget class="QLabel" name="st_catnrLabel">
956 <property name="geometry"> 1172 <property name="geometry">
957 <rect> 1173 <rect>
958 <x>730</x> 1174 <x>730</x>
959 <y>50</y> 1175 <y>50</y>
960 <width>131</width> 1176 <width>131</width>
961 <height>20</height> 1177 <height>20</height>
962 </rect> 1178 </rect>
963 </property> 1179 </property>
964 <property name="text"> 1180 <property name="text">
965 <string>Style group:</string> 1181 <string>Category number:</string>
966 </property> 1182 </property>
967 <property name="alignment"> 1183 <property name="alignment">
968 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 1184 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
969 </property> 1185 </property>
970 </widget> 1186 </widget>
971 <widget class="QLabel" name="st_nameLabel"> 1187 <widget class="QLineEdit" name="st_catEdit">
972 <property name="geometry"> 1188 <property name="geometry">
973 <rect> 1189 <rect>
974 <x>360</x> 1190 <x>500</x>
975 <y>50</y> 1191 <y>50</y>
976 <width>131</width>
977 <height>20</height>
978 </rect>
979 </property>
980 <property name="text">
981 <string>Style name:</string>
982 </property>
983 <property name="alignment">
984 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
985 </property>
986 </widget>
987 <widget class="QLabel" name="beerstyleLabel">
988 <property name="geometry">
989 <rect>
990 <x>360</x>
991 <y>20</y>
992 <width>131</width>
993 <height>20</height>
994 </rect>
995 </property>
996 <property name="text">
997 <string>Select style:</string>
998 </property>
999 <property name="alignment">
1000 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1001 </property>
1002 </widget>
1003 <widget class="QLabel" name="st_typeLabel">
1004 <property name="geometry">
1005 <rect>
1006 <x>10</x>
1007 <y>80</y>
1008 <width>111</width>
1009 <height>20</height>
1010 </rect>
1011 </property>
1012 <property name="text">
1013 <string>Style type:</string>
1014 </property>
1015 <property name="alignment">
1016 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1017 </property>
1018 </widget>
1019 <widget class="QLineEdit" name="st_typeEdit">
1020 <property name="geometry">
1021 <rect>
1022 <x>130</x>
1023 <y>80</y>
1024 <width>226</width>
1025 <height>23</height>
1026 </rect>
1027 </property>
1028 <property name="dragEnabled">
1029 <bool>true</bool>
1030 </property>
1031 </widget>
1032 <widget class="QLabel" name="st_catLabel">
1033 <property name="geometry">
1034 <rect>
1035 <x>360</x>
1036 <y>80</y>
1037 <width>131</width>
1038 <height>20</height>
1039 </rect>
1040 </property>
1041 <property name="text">
1042 <string>Category:</string>
1043 </property>
1044 <property name="alignment">
1045 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1046 </property>
1047 </widget>
1048 <widget class="QLineEdit" name="st_catnrEdit">
1049 <property name="geometry">
1050 <rect>
1051 <x>870</x>
1052 <y>80</y>
1053 <width>71</width>
1054 <height>23</height>
1055 </rect>
1056 </property>
1057 <property name="dragEnabled">
1058 <bool>true</bool>
1059 </property>
1060 </widget>
1061 <widget class="QLabel" name="st_catnrLabel">
1062 <property name="geometry">
1063 <rect>
1064 <x>730</x>
1065 <y>80</y>
1066 <width>131</width>
1067 <height>20</height>
1068 </rect>
1069 </property>
1070 <property name="text">
1071 <string>Category number:</string>
1072 </property>
1073 <property name="alignment">
1074 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1075 </property>
1076 </widget>
1077 <widget class="QLineEdit" name="st_catEdit">
1078 <property name="geometry">
1079 <rect>
1080 <x>500</x>
1081 <y>80</y>
1082 <width>226</width> 1192 <width>226</width>
1083 <height>23</height> 1193 <height>23</height>
1084 </rect> 1194 </rect>
1085 </property> 1195 </property>
1086 <property name="dragEnabled"> 1196 <property name="dragEnabled">

mercurial