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. [Solved] How to implement disjoint QTabWidget ?

[Solved] How to implement disjoint QTabWidget ?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 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.
  • A Offline
    A Offline
    amban
    wrote on last edited by
    #1

    Hi,
    I have followed the QTabDialog example [http://doc.qt.nokia.com/stable/dialogs-tabdialog.html]. What i want to achieve is that instead of a QTabWidget where all the tabs are joined together, i want that in a particular widget (i dont understand what it should be ?) the tabs will be generated however they are not joint.

    Please give me some ideas on how to implement this.

    Thanks

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lgeyer
      wrote on last edited by
      #2

      Do you have a short sketch or example of what you want to achieve?

      1 Reply Last reply
      0
      • A Offline
        A Offline
        amban
        wrote on last edited by
        #3

        Sure.

        "Link":http://www.google.co.in/imgres?q=graphviz+editor&um=1&hl=en&sa=N&biw=1366&bih=643&tbm=isch&tbnid=ttlIz0bGMC-J_M:&imgrefurl=http://www.wordstream.com/blog/ws/2011/02/23/visualizing-link-flow&docid=reKzeyOqGkkmeM&w=692&h=581&ei=zmpqTpmGDMmqsALO7OTfBA&zoom=1&iact=hc&vpx=357&vpy=145&dur=1298&hovh=206&hovw=245&tx=64&ty=225&page=1&tbnh=137&tbnw=163&start=0&ndsp=19&ved=1t:429,r:1,s:0

        If you are familiar to the Graphviz Editor, when you click open/new file then it generates the new tab within a specific area....all tabs are scrolled, minimized, maximied within this region. How to implement this? I currently add the tabs to a QTabWidget which groups together all the tabs.

        Thanks

        [edit : fixed long link to a short one, Eddy]

        1 Reply Last reply
        0
        • A Offline
          A Offline
          amban
          wrote on last edited by
          #4

          Got the answer....I wanted to achieve this - http://doc.qt.nokia.com/stable/mainwindows-mdi.html

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andre
            wrote on last edited by
            #5

            Ah, so that is not tabs, but MDI.

            Note that you can make MDI windows also appear as tabs.

            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