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. Widgets like Issues/Ouputs panels of QtCreators
Qt 6.11 is out! See what's new in the release blog

Widgets like Issues/Ouputs panels of QtCreators

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 207 Views 2 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.
  • M Offline
    M Offline
    Mark81
    wrote on last edited by
    #1

    I would like to use a resizable, tabbed widgets like the ones you can find in the bottom part of QtCreator:

    0da0338f-6fa6-49e8-aef3-13e4a53ee30f-immagine.png

    I tried to inspect the source code, but it's far more complex than I can figure out.
    Furthermore they don't resemble any other widget I can find in the Form Editor.

    Guessing in the wild I would say:

    • add some checkable QPushButton in a QStatusBar
    • add a QStackedWidget inside a QDockWidget
    • populate each page of the QStackedWidget as desired
    • handle the switching of the pages manually

    However I wonder if there is something better than my idea.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You can throw a QTabBar in the mix for the switch between your widget or depending on your needs a QTabWidget.

      I don't think there's any status bar there. Rather a small custom one line widget.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved