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. Please provide example which show process status on ui
Qt 6.11 is out! See what's new in the release blog

Please provide example which show process status on ui

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 2 Posters 527 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.
  • Q Offline
    Q Offline
    Qt embedded developer
    wrote on last edited by
    #1

    I have made one function that update the firmware but now i have to show ui related to it.
    for that i need example which show my firmware update started and in progress and after that is that successfully uploaded.

    So to do this i need Guide
    Q 1] when i should show ui ? after the firmware update function call or before show ui i need to call this function ?
    Q 2] when firmware update is in progress i need to show please wait message with blink ?
    Q 3] on particular interval after i need to stop this please wait blink message and check firmware update pass or fail ?

    NOTE: i have confused due to both process happen parallelly so if possible guide me which concept i need to go through to handle this type program.

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

      Hi,

      How does the firmware update happen ?

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

      Q 2 Replies Last reply
      0
      • SGaistS SGaist

        Hi,

        How does the firmware update happen ?

        Q Offline
        Q Offline
        Qt embedded developer
        wrote on last edited by Qt embedded developer
        #3

        @SGaist
        How does firmware update happen ?
        ANS: i write command from file this file size is using i2c write using qt. when it completed it return string successfully.

        1 Reply Last reply
        0
        • SGaistS SGaist

          Hi,

          How does the firmware update happen ?

          Q Offline
          Q Offline
          Qt embedded developer
          wrote on last edited by
          #4

          @SGaist If possible please provide example

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

            Then move the i2c writing to a different thread, send status updates from there and you can show a QProgressBar/QProgressDialog from your GUI.

            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
            1

            • Login

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