summaryrefslogtreecommitdiffstats
path: root/basicsuite/shared/main_landscape.qml
Commit message (Collapse)AuthorAgeFilesLines
* Make standalone demos work with 2d renderer5.4Samuli Piippo2015-05-291-29/+0
| | | | | | | | | | | | | | Standalone application did not work in non-gpu devices (colibri vf), when the root item did not have size set. Fix this by using the same code as qtlancher has: - QQmlApplicationEngine instead of QQuickView - only one main qml file - Window as root item Change-Id: I482dd86e44faac5dac1839dfb88c5647a0425de6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* Change URLs to qt.ioRainer Keller2014-10-071-2/+2
| | | | | Change-Id: Ib106911de0365837b97bf4c5c374c97611a276cc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* launchersettings: various improvementsGatis Paeglis2014-09-291-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | - make it scale better on screen with different screen sizes and pixel density. For example the current implementation looked bad on Nexus 2013. Lets use "scaled cm" based on visual angle. Tested on 46 inch TV, nexus, nexus 2013, Rpi with samsung desktop monitor, demo looks as expected. - Demo now works as expeced when deployed as stand alone application from QtCreator. Before this change layout was completely broken, because Screen qml element really does not work as expected. - Make handle of Slider more touch-friendly. - Simplify creation of wifi GroupBox. The Loader element was needed at the beginning when we build QtWifi only on Android. - Move custom styles into separate qml files and other cleanups. Task-number: QTEE-769 Change-Id: Ifef1caa7edbfaea14c608f6b8fae43e86b0a2442 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Fix typo Main -> SharedMainQtEE_v2.0.0Gatis Paeglis2014-02-241-1/+1
| | | | | Change-Id: I0b5929e42631f08e864b3642373b63f7b7ae62cc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Fix stand alone demo layout issues on portrait devicesGatis Paeglis2014-02-211-0/+30
B2Qt demos are designed for landscape view, nexus by default is a portrait device, so we have to rotate demos by 90 degrees to show them in portrait view on nexus. This matches the implementation from b2qt-launcher. Task-number: QTEE-432 Change-Id: Id063dc4a3ff97d86a3a02cb62f1066882316208f Reviewed-by: Rainer Keller <rainer.keller@digia.com>