Results 1 to 5 of 5

Thread: Is it possible to do QML/QQuick like UI animations using c++?

  1. #1
    Join Date
    Oct 2009
    Posts
    50
    Thanks
    22
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Is it possible to do QML/QQuick like UI animations using c++?

    Is it possible to do QML like ui animations using c++?If possible,which module(s) should I use?
    Last edited by Awareness; 6th July 2015 at 06:25.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Is it possible to do QML/QQuick like UI animations using c++?

    The PropertyAnimation is almost identically available as QPropertyAnimation.
    There are also equivalents for SequentialAnimation, ParallelAnimation and PauseAnimation.

    All in QtCore

    Cheers,
    _

  3. The following user says thank you to anda_skoa for this useful post:

    Awareness (7th July 2015)

  4. #3
    Join Date
    Oct 2009
    Posts
    50
    Thanks
    22
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Is it possible to do QML/QQuick like UI animations using c++?

    Thanks for your answer.So ,can we say that we can use C++ instead of Qml, to create equally animated UIs?

  5. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Is it possible to do QML/QQuick like UI animations using c++?

    Quote Originally Posted by Awareness View Post
    Thanks for your answer.So ,can we say that we can use C++ instead of Qml, to create equally animated UIs?
    Yes and no. Yes, because the semantics of the animation are the same. No, because a Qt Quick scene is rendered in a special way which makes it very fast.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  6. The following user says thank you to wysota for this useful post:

    Awareness (7th July 2015)

  7. #5
    Join Date
    Oct 2009
    Posts
    50
    Thanks
    22
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Is it possible to do QML/QQuick like UI animations using c++?

    Thanks for your answer.

Similar Threads

  1. QwtPlotTextLabel and animations
    By Maximus2 in forum Qwt
    Replies: 2
    Last Post: 9th January 2014, 00:28
  2. Animations
    By hema in forum Newbie
    Replies: 2
    Last Post: 11th July 2011, 12:05
  3. Animations
    By hema in forum The GraphicsView Framework
    Replies: 0
    Last Post: 8th July 2011, 06:54
  4. How to remove animations?
    By mirelon in forum Qt Programming
    Replies: 1
    Last Post: 4th February 2010, 09:41
  5. animations in Interview Delegates
    By eean in forum Qt Programming
    Replies: 5
    Last Post: 8th August 2007, 23:00

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.