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. Qt Quick controls on Qt Widgets
QtWS25 Last Chance

Qt Quick controls on Qt Widgets

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 64 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.
  • 1 Offline
    1 Offline
    1XU7
    wrote last edited by
    #1

    Hi.
    Qt Quick controls are very nice and fast rendered because OpenGL use..

    I want to use a fancy and smooth animated color based button... and add some animated sprites or beautiful stuffs in my QtWidget program...

    Can i do this with QQuickItem?.. can i replace the use of QPushButton with a QQuickItem instead for these fancy things?

    Thanks

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SuhasKrishanamurthy
      wrote last edited by
      #2

      Yes, it can.

      Qt provides a bridge for this:
      You can use QQuickWidget to embed QML inside a QWidget layout.
      Or use QQuickView in a QWindow and embed it via a QWindowContainer.

      These allow you to:
      Load a QML file with a custom animated button.
      Display it inside a QWidget-based app.
      Connect signals/slots between C++ (QWidget side) and QML.

      1 Reply Last reply
      2
      • 1 Offline
        1 Offline
        1XU7
        wrote last edited by
        #3

        Cool!.. thanks for answering..

        1 Reply Last reply
        0

        • Login

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