Index: sources/gui/qml/pages/TreatmentStart.qml =================================================================== diff -u -rfeb3423b373dc2a2c4267ef9fcb4d924d738423d -rb9c5b0b3afc3b34d4980ecc4f023f498f80dafbc --- sources/gui/qml/pages/TreatmentStart.qml (.../TreatmentStart.qml) (revision feb3423b373dc2a2c4267ef9fcb4d924d738423d) +++ sources/gui/qml/pages/TreatmentStart.qml (.../TreatmentStart.qml) (revision b9c5b0b3afc3b34d4980ecc4f023f498f80dafbc) @@ -42,6 +42,25 @@ // } //} + USBButton { + x: 200 + anchors { + top : parent.top + topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + rightMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + } + } + ExportButton { + x: 300 + width: 150 + height: 50 + anchors { + top : parent.top + topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + rightMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + } + } + Column { id: _BloodFlowColumn width: 150 spacing: 20