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. Animating specific controls
Qt 6.11 is out! See what's new in the release blog

Animating specific controls

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 590 Views
  • 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.
  • I Offline
    I Offline
    IknowQT
    wrote on last edited by
    #1

    There are several controls A, B, and C in one widget.
    Only A wants to give an animation effect. How can I do it?
    It seems that most of the effects are applied to a custom class. Is there any other way than that?

    jsulmJ 1 Reply Last reply
    0
    • I IknowQT

      There are several controls A, B, and C in one widget.
      Only A wants to give an animation effect. How can I do it?
      It seems that most of the effects are applied to a custom class. Is there any other way than that?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @IknowQT You can anymate any properties of a widget (like size) without custom classes using https://doc.qt.io/qt-5/animation-overview.html. In that link you can even see some examples.
      What exactly do you want to animate?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

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