Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QT 5.10 - QT Quick 2 based app - Splash Screen for Android and iOS
Forum Updated to NodeBB v4.3 + New Features

QT 5.10 - QT Quick 2 based app - Splash Screen for Android and iOS

Scheduled Pinned Locked Moved Solved Mobile and Embedded
5 Posts 3 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    scotryder
    wrote on last edited by
    #1

    Hi there,

    Whats the latest way to change splash screen in a QT Quick 2 based app on Android and iOS?

    Thanks

    J.HilkJ raven-worxR 2 Replies Last reply
    0
    • S scotryder

      Hi there,

      Whats the latest way to change splash screen in a QT Quick 2 based app on Android and iOS?

      Thanks

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      @scotryder hi,
      The same as in any other app, c++ based or not

      Android via Manifest.xml
      iOS via Storyboard


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        scotryder
        wrote on last edited by
        #3

        Is there any step by step documentation/tutorial for QT ?
        Thanks

        1 Reply Last reply
        0
        • S scotryder

          Hi there,

          Whats the latest way to change splash screen in a QT Quick 2 based app on Android and iOS?

          Thanks

          raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          @scotryder
          a QML splash screen doesn't make much sense. Since the purpose of a splash screen is to be displayed until your app is loaded.
          If you then want to display a splash screen in QML your app is actually already loaded.

          Thus (on Android) you need to define it "statically" via the AndroidManifest.xml: See here for example

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          2
          • S Offline
            S Offline
            scotryder
            wrote on last edited by
            #5

            Thanks raven

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved