Index: sources/gui/qml/main.qml =================================================================== diff -u -rfeb3423b373dc2a2c4267ef9fcb4d924d738423d -r4209e0f69d1639b9f9255a2e9209c4287b155593 --- sources/gui/qml/main.qml (.../main.qml) (revision feb3423b373dc2a2c4267ef9fcb4d924d738423d) +++ sources/gui/qml/main.qml (.../main.qml) (revision 4209e0f69d1639b9f9255a2e9209c4287b155593) @@ -1,6 +1,6 @@ /*! * - * Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. + * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright \n * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, \n * IN PART OR IN WHOLE, \n @@ -26,7 +26,7 @@ import "qrc:/components" import "qrc:/dialogs" -/* +/*! * \brief Initialization and start point of the QML */ Item { id : _mainItem @@ -58,9 +58,6 @@ // 1 - 3 TreatmentStack { id: _treatmentStack } - // 2 - Header - LogoD { id: _headerLogo } - // 3 - Footer MainMenu { id: _mainMenu titles: [ qsTr("Treatment") , qsTr("Manager") , qsTr("Settings") ] @@ -85,7 +82,7 @@ } // 9 - Others - Text { // TODO : Test Code + Text { // TEST : Application version should be moved into the information screen later. color: Colors.textMain x: 1172 y: 767