|
@@ -40,6 +40,7 @@ Rectangle {
|
40
|
40
|
decimals: 2
|
41
|
41
|
notation: DoubleValidator.StandardNotation
|
42
|
42
|
}
|
|
43
|
+ KeyNavigation.tab: brewedMass
|
43
|
44
|
|
44
|
45
|
Line {
|
45
|
46
|
x1: -3; y1: groundMass.height
|
|
@@ -64,6 +65,8 @@ Rectangle {
|
64
|
65
|
decimals: 2
|
65
|
66
|
notation: DoubleValidator.StandardNotation
|
66
|
67
|
}
|
|
68
|
+ KeyNavigation.backtab: groundMass
|
|
69
|
+ KeyNavigation.tab: ptds
|
67
|
70
|
|
68
|
71
|
Line {
|
69
|
72
|
x1: -3; y1: brewedMass.height
|
|
@@ -89,6 +92,7 @@ Rectangle {
|
89
|
92
|
decimals: 2
|
90
|
93
|
notation: DoubleValidator.StandardNotation
|
91
|
94
|
}
|
|
95
|
+ KeyNavigation.backtab: brewedMass
|
92
|
96
|
|
93
|
97
|
Line {
|
94
|
98
|
x1: -3; y1: ptds.height
|