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. QDockwidgets in QML

QDockwidgets in QML

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 811 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.
  • saitejS Offline
    saitejS Offline
    saitej
    wrote on last edited by
    #1

    Hi
    I have an application which uses qdockwidgets. I need to make the main application in qml as a part of restructuring. Is there anything similar to qdockwidgets in QML

    ? 1 Reply Last reply
    0
    • saitejS saitej

      Hi
      I have an application which uses qdockwidgets. I need to make the main application in qml as a part of restructuring. Is there anything similar to qdockwidgets in QML

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      @saitej said:

      Is there anything similar to qdockwidgets in QML

      No, unfortunately not :-(

      saitejS 1 Reply Last reply
      0
      • ? A Former User

        @saitej said:

        Is there anything similar to qdockwidgets in QML

        No, unfortunately not :-(

        saitejS Offline
        saitejS Offline
        saitej
        wrote on last edited by
        #3

        @Wieland
        So there is no possibility of having dock widgets or is there any other way for the same (like through gridView)

        ? 1 Reply Last reply
        0
        • saitejS saitej

          @Wieland
          So there is no possibility of having dock widgets or is there any other way for the same (like through gridView)

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          @saitej Well, there is no ready-to-use component for this (yet). But of course QtQuick has all the nuts and bolts so you can implement your own "dockwidget" component. Like you already said there is the GridView component and together with drag-and-drop you can get what you want. There is an example for this in the docs.

          1 Reply Last reply
          1

          • Login

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