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. Steps for moving a section from the bottom of the interface to the right?
QtWS25 Last Chance

Steps for moving a section from the bottom of the interface to the right?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 199 Views
  • 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.
  • Clone45C Offline
    Clone45C Offline
    Clone45
    wrote on last edited by
    #1

    What steps do I need to take to move this tabbed section from the bottom of my interface to the right of my interface? I can't seem to figure it out!

    Thanks!!

    d5985d6c-0776-4ca8-a241-36467e12e613-image.png

    jsulmJ 1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
    • Clone45C Clone45

      What steps do I need to take to move this tabbed section from the bottom of my interface to the right of my interface? I can't seem to figure it out!

      Thanks!!

      d5985d6c-0776-4ca8-a241-36467e12e613-image.png

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Clone45 Use horizontal layout instead of vertical one.
      So, destroy the current layout, move the tab widget to the right and add horizontal layout containing tab widget and the other one.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      Clone45C 1 Reply Last reply
      0
      • Christian EhrlicherC Christian Ehrlicher moved this topic from Qt Creator and other tools on
      • jsulmJ jsulm

        @Clone45 Use horizontal layout instead of vertical one.
        So, destroy the current layout, move the tab widget to the right and add horizontal layout containing tab widget and the other one.

        Clone45C Offline
        Clone45C Offline
        Clone45
        wrote on last edited by
        #3

        @jsulm Thanks! I was hoping to find a solution where I didn't need to destroy and rebuild, but I can do that!

        Pl45m4P 1 Reply Last reply
        0
        • Clone45C Clone45

          @jsulm Thanks! I was hoping to find a solution where I didn't need to destroy and rebuild, but I can do that!

          Pl45m4P Online
          Pl45m4P Online
          Pl45m4
          wrote on last edited by Pl45m4
          #4

          @Clone45

          Maybe you what to have a look at QDockWidget.

          • https://doc.qt.io/qt-6/qdockwidget.html#details

          If debugging is the process of removing software bugs, then programming must be the process of putting them in.

          ~E. W. Dijkstra

          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