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. display name when loading the app
Forum Updated to NodeBB v4.3 + New Features

display name when loading the app

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
6 Posts 2 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.
  • canellasC Offline
    canellasC Offline
    canellas
    wrote on last edited by
    #1

    Hi,

    Suppose the name of the app I wrote is 'p_x_f'. When the app starts, this name appears on a white screen (on iPhone, on Android I am not sure now).

    I tried to use Application::setApplicationDisplayName and Application::setApplicationName, but nothing changed.

    Does anyone know how to change this text?

    Thanks!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      If you want to customize that you should provide a Launch Screen in your application package.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • canellasC Offline
        canellasC Offline
        canellas
        wrote on last edited by
        #3

        Thanks for your time!

        I thought that using QSplashScreen would work, but it did not. Not on iPhone, neither on Android.

        Does that mean that Qt does not provide yet a portable launch screen? I think this is a too common situation, and I find odd that Qt does not have a portable way to deal with it.

        If that is the case, I have no other way but to define one direct in the Xcode project, right?

        And what about Android?

        Again, thanks for your help!

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          A Launch Screen is not something you can replace with a QWidget. It's literally an image shown by the OS before your application is loaded.

          You can find how to deal with such stuff in the iOS platform notes of Qt's documentation.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • canellasC Offline
            canellasC Offline
            canellas
            wrote on last edited by canellas
            #5

            Thanks!

            A fellow here at work taught how to do it using Xcode, but I'll read this page too.

            I read the Deploying Applications to Android Devices, you mentioned in another post, and I created an AndroidManifest.xml.

            There I was able to change the icon, and the Application Name, but I have other issues to solve in order the finish the app, like the name that is displayed below the icon, which by now is the same name of the app.

            Do you know where can I find this type of info?

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              That's the kind of information you can look up into Android's documentation.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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