Index: sources/gui/qml/pages/ManagerStack.qml =================================================================== diff -u -rf5805685bfe1d7dcc22799e2fd6a07b8181cd349 -r0bce917e106a0f46af10d6cadb1b7c0d608ca971 --- sources/gui/qml/pages/ManagerStack.qml (.../ManagerStack.qml) (revision f5805685bfe1d7dcc22799e2fd6a07b8181cd349) +++ sources/gui/qml/pages/ManagerStack.qml (.../ManagerStack.qml) (revision 0bce917e106a0f46af10d6cadb1b7c0d608ca971) @@ -176,47 +176,13 @@ model: _managerHome.treatmentFields[rxItem.index] delegate: RxProfileComponent{ // id: _comp1 - title : qsTr(modelData.title)//qsTr(rxItem.param1) + title : qsTr(modelData.title) height : 370 - (100 + Variables.defaultMargin * 2) width : parent.width / 10 - 5 - value : modelData.value//rxItem.value1 - unitText : modelData.units//rxItem.unit1 + value : modelData.value + unitText : modelData.units } } - - Repeater { - model: _managerHome.treatmentFields[rxItem.index] //10 - delegate: - Rectangle{ - width: parent.width / 10 - 5 - height: 370 - (100 + Variables.defaultMargin * 2) - color: "green" - } - Column { - anchors.centerIn: parent - spacing: 2 - - Text { - text: modelData.title - font.bold: true - visible: modelData.title !== "" - } - - Text { - text: modelData.value - font.pixelSize: 14 - color: "white" - visible: modelData.value !== "" - } - - Text { - text: modelData.units - font.pixelSize: 12 - color: "lightgray" - visible: modelData.units !== "" - } - } - } } Text { text: 'Last Modified: ' + rxItem.number @@ -228,8 +194,6 @@ } } } - -// PlaceHolderText {screenName: qsTr("Rx Profiles")} } onVisibleChanged: {