Results 1 to 9 of 9

Thread: Where can I find a list of QPropertyAnimation setProperty values?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Where can I find a list of QPropertyAnimation setProperty values?

    You have already answered your own question by the last quote.
    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.


  2. #2
    Join Date
    Oct 2009
    Posts
    47
    Thanks
    10

    Default Re: Where can I find a list of QPropertyAnimation setProperty values?

    Thanks for the responce, so why would you have to use the Q_Property to define the properties yourself if you can simply inherit it from a class? Seems like less work but maybe its for overhead reasons. I'm very new to Qt and I hvan't touched C++ in years so I may be asking dumb questions.

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

    Default Re: Where can I find a list of QPropertyAnimation setProperty values?

    Quote Originally Posted by technoViking View Post
    Thanks for the responce, so why would you have to use the Q_Property to define the properties yourself if you can simply inherit it from a class?
    Nobody said you should do that. But QGraphicsItem doesn't inherit any properties. Only QGraphicsWidget and its subclasses do (from QGraphicsObject and its descendants).
    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.


Similar Threads

  1. Qt and VC++ instalation problem
    By gui.br in forum Installation and Deployment
    Replies: 6
    Last Post: 21st July 2009, 07:13
  2. problems installing Qt opensource with msvc2008 support
    By odin1985 in forum Installation and Deployment
    Replies: 6
    Last Post: 24th May 2008, 09:06

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
  •  
Qt is a trademark of The Qt Company.