Index: ConfirmTreatmentTableEntry.qml =================================================================== diff -u -r0401b9a1fb6f89f0ec83571f2f868956c7500a0f -rd94a2b9334b1b35739b637472e8c3054d7b9b804 --- ConfirmTreatmentTableEntry.qml (.../ConfirmTreatmentTableEntry.qml) (revision 0401b9a1fb6f89f0ec83571f2f868956c7500a0f) +++ ConfirmTreatmentTableEntry.qml (.../ConfirmTreatmentTableEntry.qml) (revision d94a2b9334b1b35739b637472e8c3054d7b9b804) @@ -21,6 +21,10 @@ import "qrc:/globals" import "qrc:/components" +/*! + * \brief ConfirmTreatmentTableEntry - A cell of a confirm treatment + * parameters table with configurable key name, value name, and dimensions. + */ Rectangle { id: _root property var key: "Key" @@ -47,7 +51,6 @@ anchors.left: parent.left anchors.verticalCenter: _root.verticalCenter font.pixelSize: Fonts.crTreatmentTableFontSize - } Text { @@ -60,5 +63,4 @@ anchors.leftMargin: 3*Variables.createTreatmentMargin font.pixelSize: Fonts.crTreatmentTableFontSize } - }