You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text: qsTr("Enable a custom linear resistance/watt table for CSC bikes. Joroto bikes keep using their dedicated resistance power profile. Resistance is clamped using the existing Min. Resistance and Max. Resistance settings.")
12054
+
font.bold: true
12055
+
font.italic: true
12056
+
font.pixelSize: Qt.application.font.pixelSize - 2
12057
+
textFormat: Text.PlainText
12058
+
wrapMode: Text.WordWrap
12059
+
verticalAlignment: Text.AlignVCenter
12060
+
Layout.alignment: Qt.AlignLeft | Qt.AlignTop
12061
+
Layout.fillWidth: true
12062
+
color: Material.color(Material.Lime)
12063
+
}
12064
+
12065
+
RowLayout {
12066
+
spacing: 10
12067
+
Label {
12068
+
text: qsTr("Resistance Level 1:")
12069
+
Layout.fillWidth: true
12070
+
}
12071
+
TextField {
12072
+
id: cscBikeCustomResistanceLevel1TextField
12073
+
text: settings.cscbike_custom_resistance_level_1
12074
+
horizontalAlignment: Text.AlignRight
12075
+
Layout.fillHeight: false
12076
+
Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
12077
+
inputMethodHints: Qt.ImhFormattedNumbersOnly
12078
+
onAccepted: settings.cscbike_custom_resistance_level_1 = text
text: qsTr("QZ will build a linear equation from the two resistance/watt points and clamp the effective resistance using the existing Min. Resistance and Max. Resistance settings.")
0 commit comments