Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to create MDI application using QtQuick 2.1
Forum Updated to NodeBB v4.3 + New Features

How to create MDI application using QtQuick 2.1

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 3.6k 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.
  • Z Offline
    Z Offline
    zdevcic
    wrote on 27 Jun 2013, 18:15 last edited by
    #1

    Hi all,
    I'm new Qt users and comming from another desktop development environment; how to create MDI application interface with few child windows using only Qt Quick 2 and QML with proper geometry like sample by by Titta Heikkala in C++;
    Thx for any response

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Jens
      wrote on 28 Jun 2013, 05:41 last edited by
      #2

      There is no built-in MDI support in Qt Quick so you would have to implement that yourself if you need a pure qt quick solution. You can however use QMdiArea in C++ and embed Qt Quick scenes into the child windows by using the new QWidget::createWindowContainer()

      Note that I believe there were some recent issues related to this fixed after 5.1 RC (which should be available in RC2 shortly).

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        zdevcic
        wrote on 28 Jun 2013, 16:26 last edited by
        #3

        Thx Jens,
        I believe too that this and some other issues will be fixed later;

        1 Reply Last reply
        0

        1/3

        27 Jun 2013, 18:15

        • Login

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