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 make two QDockWidgets in Tab style with coding
Forum Updated to NodeBB v4.3 + New Features

[Solved] How to make two QDockWidgets in Tab style with coding

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 5.4k 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
    zither
    wrote on last edited by
    #1

    Dear all,

    I would like to place two QDockWidgets in same docking place(e.g., Left Docking Area)
    In moveable mode, Drag & Drop on another QDockWidget make two QDockWidgets in "Tab Style"

    I want that style at the start of program and no Dock Movable Mode.
    I would like to do with just coding & not to use UI form.

    Thanks

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Duck
      wrote on last edited by
      #2

      void QMainWindow::tabifyDockWidget(QDockWidget *first, QDockWidget *second)

      B 1 Reply Last reply
      0
      • D Duck

        void QMainWindow::tabifyDockWidget(QDockWidget *first, QDockWidget *second)

        B Offline
        B Offline
        Bamboleo
        wrote on last edited by Bamboleo
        #3
        This post is deleted!
        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