summaryrefslogtreecommitdiffstats
path: root/startupscreen/GuideView.qml
Commit message (Collapse)AuthorAgeFilesLines
* Update startupscreen to match current brand guideKimmo Ollila2024-01-231-1/+1
| | | | | | Task-number: QTBUG-120618 Change-Id: I511558ec7213af8e5be12093982a0d4e40145271 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Integrate Wifi management to startupscreenKimmo Ollila2022-08-191-0/+1
| | | | | | Task-number: QTBUG-97101 Change-Id: I23e26ce745c114a1749a2edc39a37a09a2f3a323 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* startupscreen: use TextAreaSamuli Piippo2020-11-201-23/+2
| | | | | | | | Use TextArea now that QTBUG-88169 has been fixed and touch work correctly. Change-Id: Ib35cca0448407dd6c7a4c1c096f4340f965db8e2 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* startupscreen: Add deployment guideSamuli Piippo2020-11-181-0/+114
Use the html text from Boot to Qt documentation for the guide. Some modification needed for the html file to remove header and footer, use correct path to images and remove links: sed -i -e '0,/$$$b2qt/d' -e '/@@@b2qt/,$d' -e 's|images/|assets/|' \ -e 's/<a [^>]*>//g' -e 's|</a>||g' assets/b2qt-tutorial-deploying.html Since TextArea doesn't work correcly in Flickable with touch event, use Text element with styling from dummy TextArea. Task-number: QTBUG-87029 Change-Id: I5835fc684ad01d69e1bce7f6920dd5f561fbe56c Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>