summaryrefslogtreecommitdiffstats
path: root/startupscreen/settingsmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add QSR version to startupscreenHEADdevAapo Rotonen2024-03-221-0/+24
| | | | | | | | | | Add own version of QSR screen to startupscreen. It has functionality that will start the qsrdemo in the target device. Task-number: QSR-2290 Change-Id: I9d931553cfe99598c97d6b17c2d6a09d17ad457d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Jussi Witick <jussi.witick@qt.io>
* startupscreen: Add deployment guideSamuli Piippo2020-11-181-0/+10
| | | | | | | | | | | | | | | | | 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>
* startupscreen: show IP addressesSamuli Piippo2020-10-291-0/+27
| | | | | | | | | | Fetch all IPv4 networks and show them to the user. Qt6 has removed APIs for getting signals of network changes, need to poll the network periodically. Task-number: QTBUG-87028 Change-Id: I3953e5c6ecff7a463cb14354fd5302b04b554157 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
* startupscreen: enable usb mode switchSamuli Piippo2020-10-291-0/+126
The USB button can be used switch the USB Ethernet driver mode between cdcecm and rndis to work with Linux, Windows and macOS host machines. Task-number: QTBUG-87857 Change-Id: Iab54d7582bdd9c39fca95dfa0bb8637d5ea14e81 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>