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. Trouble with QQuickWindow
Qt 6.11 is out! See what's new in the release blog

Trouble with QQuickWindow

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 636 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.
  • N Offline
    N Offline
    nicky j
    wrote on last edited by
    #1

    Hey there,

    I am having trouble accessing the QQucikWindow class. Do I need to put anything in the .pro file?
    Thanks!

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      The top-left of the "QQuickWindow documentation":http://qt-project.org/doc/qt-5/qquickwindow.html lists the things you need to do to use the class, including adding this to your .pro file:
      @QT += quick@

      QQuickView is easier to use than QQuickWindow though (the former inherits the latter, and adds convenience functions)

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      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