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. A QTabWidget / QToolBox hybrid?
Forum Updated to NodeBB v4.3 + New Features

A QTabWidget / QToolBox hybrid?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 1 Posters 3.1k 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.
  • ? This user is from outside of this forum
    ? This user is from outside of this forum
    Guest
    wrote on last edited by
    #1

    I want to use a tabbed widget that also supports detaching a tab and positioning in below or above another tab, creating sort of a tool box.

    Or in short, something similar to this:
    !http://i39.tinypic.com/ivwa34.png(DockableTab)!

    What I notice is QTabWidget always stays tabbed, it doesn't detach and is not really movable, while QToolBox can only show one page at a time.

    Is there a stock widget that supports this or do I have to reinvent the wheel? :)

    1 Reply Last reply
    0
    • ? This user is from outside of this forum
      ? This user is from outside of this forum
      Guest
      wrote on last edited by
      #2

      Oh, silly me, I can actually do this with QDockWidget, never mind :)

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        QDockWidget dosn't work like the screenshots you posted - unfortunately. You cannot tabify floating windows like in photoshop/indesign or gimp.

        I'm in search for such widgets too, but unfortunately I didn't find any yet.

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0
        • ? This user is from outside of this forum
          ? This user is from outside of this forum
          Guest
          wrote on last edited by
          #4

          So maybe I should un-solve the thread, hopefully someone will respond, if not I may try to do it myself and contribute it, but if you beat me to it - even better, you do seem to be far more experienced, I am a little over six months in programming :)

          1 Reply Last reply
          0
          • G Offline
            G Offline
            goetz
            wrote on last edited by
            #5

            Hm, the end is open. We're undecided in the project on how to proceed, maybe we end up with our own implementation too. I'll have to check if it's ok to release it LGPL then.

            http://www.catb.org/~esr/faqs/smart-questions.html

            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