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. "doing something..." window in mobile, using QtWidget
Forum Updated to NodeBB v4.3 + New Features

"doing something..." window in mobile, using QtWidget

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 767 Views 2 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,

    I have an app that, every now and then, connects to a remote host, and I would like to show a window that would show a "Connecting..." text. I tried to use a QDialog, but the result was not nice.

    It does not need to be a window, but some way to show the user that he has to wait a little bit.

    Any suggestions and/or examples?

    Thanks!

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

      Hi,

      A possibility could be to use a QStackedLayout with one of the widget being the "show while doing something" page.

      Hope it helps

      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 canellas

        Hi,

        I have an app that, every now and then, connects to a remote host, and I would like to show a window that would show a "Connecting..." text. I tried to use a QDialog, but the result was not nice.

        It does not need to be a window, but some way to show the user that he has to wait a little bit.

        Any suggestions and/or examples?

        Thanks!

        M Offline
        M Offline
        mvuori
        wrote on last edited by
        #3

        @canellas QLabel is pretty much designed exactly for that

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

          Thanks!! I'll try both suggestions!

          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