Index: sources/gui/qml/main.qml =================================================================== diff -u -r5687815256ae070a9a207107088e3f72dd464da0 -r5b9ff6266f7ca8ae9bbd5eace92d6454359791db --- sources/gui/qml/main.qml (.../main.qml) (revision 5687815256ae070a9a207107088e3f72dd464da0) +++ sources/gui/qml/main.qml (.../main.qml) (revision 5b9ff6266f7ca8ae9bbd5eace92d6454359791db) @@ -295,9 +295,9 @@ horizontalAlignment : Text.AlignRight verticalAlignment : Text.AlignBottom - height : 15 + height : 20 text : Qt.application.version //DEBUG: + "[" + _GuiView.platform + "]" - font.pixelSize: 14 + font.pixelSize: 20 } Text { // TEST : Wireless IP @@ -310,84 +310,84 @@ horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom - height : 15 + height : 20 text : "W:" + vNetwork.wirelessIP - font.pixelSize: 15 + font.pixelSize: 20 } Text { // TEST : Ethernet IP color : Colors.textMain anchors { top : parent.top left : parent.left - leftMargin : 475 + leftMargin : 500 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom - height : 15 + height : 20 text : "E:" + vNetwork.ethernetIP - font.pixelSize: 15 + font.pixelSize: 20 } Text { // TEST : BluetoothStatus color : Colors.textMain anchors { top : parent.top left : parent.left - leftMargin : 615 + leftMargin : 700 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom - height : 15 + height : 20 text : "B:" + vBluetooth.pairedAddr - font.pixelSize: 14 + font.pixelSize: 20 } Text { // TEST : The treatment vital dialog countdown time color : Colors.textMain anchors { top : parent.top left : parent.left - leftMargin : 900 + leftMargin : 1025 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom - height : 15 + height : 20 //DEBUG text : "Vital Timer: " + vTreatmentVitals.min_left + " : " + vTreatmentVitals.sec_left - font.pixelSize: 14 + font.pixelSize: 20 } Text { // TEST : Current Date/Time color : Colors.textMain anchors { top : parent.top left : parent.left - leftMargin : 1080 + leftMargin : 1205 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom - height : 15 + height : 20 text : vDateTime.current - font.pixelSize: 14 + font.pixelSize: 20 } Text { // TEST : Current timezone color : Colors.textMain anchors { top : parent.top left : parent.left - leftMargin : 1220 + leftMargin : 1450 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom - height : 15 + height : 20 text : vDateTime.timezone - font.pixelSize: 14 + font.pixelSize: 20 } SDCProgressItem { id: _sdcProgressItem