summaryrefslogtreecommitdiffstats
path: root/startupscreen/imports
Commit message (Collapse)AuthorAgeFilesLines
* startupscreen: fix missing qmldirSamuli Piippo2020-11-191-0/+0
| | | | | | | | Remove qmldir from resource, but add empty file let QtCreator know that there really is StartupScreen QML module. Change-Id: I0928d14eef0ab54303131edf6806c21e2c754153 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* startupscreen: make UI dynamicSamuli Piippo2020-10-292-99/+0
| | | | | | | | | | | | | Dynamically adjust the UI element based on the screen size to better handle the various screen sizes available in embedded devices. Make states handle only the landscape - portrait changes. Remove progress bar from splash screen and make it hide automoatically. Remove SD card button and hide wifi button. Change-Id: I308ad696cf4c2ee3b97adfc231cd76899152f357 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
* Add initial mock up for Boot to Qt Startup ScreenSamuli Piippo2020-10-152-0/+99
Initial implementation by Antti Aaltonen (QTBUG-86126). Changes done: - converted into cmake/qmake project - need to keep pro file for Design Studio - updated to work with Qt6 - removed Qt Design Studio (GPL) components - added BSD license headers Task-number: QTBUG-87026 Change-Id: I6dea6a2815e5fbd17a5e8ce259f3dc98a58116fe Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>