summaryrefslogtreecommitdiffstats
path: root/startupscreen/MainView.qml
Commit message (Collapse)AuthorAgeFilesLines
* startupscreen: remove QtGraphicalEffectsSamuli Piippo2020-10-201-19/+0
| | | | | | | | QtGraphicalEffects is not supported in Qt 6.0.0, so remove use of DropShadow effect. Change-Id: I6db47603c57d3aab3e1913a0da3b7936d516cc96 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
* Add initial mock up for Boot to Qt Startup ScreenSamuli Piippo2020-10-151-0/+606
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>