Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Using Qt5 with Qt3D + QtWidgets

    General and Desktop
    2
    2
    1775
    Loading More Posts
    • 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
      AlricDoRei last edited by

      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 Reply Quote 0
      • S
        sl.sy.ifm last edited by

        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 Reply Quote 0
        • First post
          Last post