From 25842566eee73aa8f2b07dcd334d47d6f6853579 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 20 Oct 2020 12:06:53 +0300 Subject: startupscreen: make UI dynamic 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 Reviewed-by: Rami Potinkara --- startupscreen/UsbButton.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'startupscreen/UsbButton.qml') diff --git a/startupscreen/UsbButton.qml b/startupscreen/UsbButton.qml index af9482b..9155de8 100644 --- a/startupscreen/UsbButton.qml +++ b/startupscreen/UsbButton.qml @@ -48,8 +48,8 @@ ** ****************************************************************************/ -import QtQuick 2.12 -import StartupScreen 1.0 +import QtQuick +import StartupScreen Item { id: root -- cgit v1.2.3