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. Using Qt5 with Qt3D + QtWidgets
QtWS25 Last Chance

Using Qt5 with Qt3D + QtWidgets

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.0k 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.
  • A Offline
    A Offline
    AlricDoRei
    wrote on last edited by
    #1

    A new Qt3D module uses QWindow instead of QWidget
    http://qt.gitorious.org/qt/qt3d

    Is it possible to use it with QtWidgets based application?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sl.sy.ifm
      wrote on last edited by
      #2

      Not trivial on Qt5.0, with Qt5.1 there is a "QWidget::createWindowContainer" which creates a "QWindow" in a QWidget ... this allows placing QWindow-subclasses in Widget-Layouts

      The code behind the utility isn't big ... so it's possible to implement something similar on top of 5.0

      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