Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. C++ Qt BusyIndicator
Forum Updated to NodeBB v4.3 + New Features

C++ Qt BusyIndicator

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 1.2k 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.
  • W Offline
    W Offline
    walle19
    wrote on 18 Feb 2021, 13:26 last edited by
    #1

    Hello,

    My platform: linux kubuntu 14
    qt version: 4.7.1

    I am looking for a way to use BusyIndicator widget in my project.
    From what I have read it's part of QML and there is a possibility adding it with QQuickWidget .
    The problem is QQuickWidget isn't supported in QT 4.7.1 (for my knowledge).

    Has anyone accomplished displaying a BusyIndicator widget somehow in qt 4.8 versions or lower ?

    Thanks for your help

    J 1 Reply Last reply 18 Feb 2021, 13:34
    0
    • W walle19
      18 Feb 2021, 13:26

      Hello,

      My platform: linux kubuntu 14
      qt version: 4.7.1

      I am looking for a way to use BusyIndicator widget in my project.
      From what I have read it's part of QML and there is a possibility adding it with QQuickWidget .
      The problem is QQuickWidget isn't supported in QT 4.7.1 (for my knowledge).

      Has anyone accomplished displaying a BusyIndicator widget somehow in qt 4.8 versions or lower ?

      Thanks for your help

      J Offline
      J Offline
      J.Hilk
      Moderators
      wrote on 18 Feb 2021, 13:34 last edited by
      #2

      hi @walle19

      I would suggest using a QLabel + a gif

      easiest solution possible :D


      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
      3
      • C Offline
        C Offline
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on 18 Feb 2021, 13:34 last edited by
        #3

        Qt4 is not supported since ages. Update to at least Qt5

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        1 Reply Last reply
        2
        • M Offline
          M Offline
          mrjj
          Lifetime Qt Champion
          wrote on 18 Feb 2021, 17:26 last edited by
          #4

          Hi
          does it have
          https://doc.qt.io/archives/qt-4.8/qmovie.html#details

          then its pretty easy to reuse an animated busy indicator

          alt text

          1 Reply Last reply
          4

          1/4

          18 Feb 2021, 13:26

          • Login

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