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. Qt Quick Controls: Tool Panel??
Forum Updated to NodeBB v4.3 + New Features

Qt Quick Controls: Tool Panel??

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 2 Posters 1.5k 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
    nite
    wrote on last edited by
    #1

    Is it possible to create a tool panel using Qt Quick Controls? I want to start using controls for my desktop app but I can't find a way to make tool panels??

    1 Reply Last reply
    0
    • R Offline
      R Offline
      Rizzer
      wrote on last edited by
      #2

      Is ToolBar and ToolButton what you need?

      You could use ApplicationWindow and set ApplicationWindow.toolBar to a ToolBar object, and fill it with ToolButtons.

      1 Reply Last reply
      0
      • N Offline
        N Offline
        nite
        wrote on last edited by
        #3

        No, what I need is a window (widget) separate from the application window that I can put various tools in. Basically I need the equivalent of a widget with window flag Qt::Tool set on it.

        1 Reply Last reply
        0
        • R Offline
          R Offline
          Rizzer
          wrote on last edited by
          #4

          Ah I see, you want two separate windows, or something like a nonmodel Dialog. I haven't done that, I can't help you further sorry.

          1 Reply Last reply
          0
          • N Offline
            N Offline
            nite
            wrote on last edited by
            #5

            Yep, thx anyway.

            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