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. [closed] What is the component name of...

[closed] What is the component name of...

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.4k 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.
  • B Offline
    B Offline
    broadpeak
    wrote on last edited by
    #1

    QtCreator has at the left a vertical "strip" (Welcome, Edit, Design, etc...).
    What component is that? What is its name?

    1 Reply Last reply
    0
    • R Offline
      R Offline
      raaghuu
      wrote on last edited by
      #2

      That would be a sub-class of "QTabWidget":http://qt-project.org/doc/qt-4.8/QTabWidget.html .... I don't think there is a direct component which would give the looks as in QtCreator but you can can make the tabs appear on the left side by using the "TabPosition Enum":http://qt-project.org/doc/qt-4.8/qtabwidget.html#TabPosition-enum in the QTabWidget... For better looks, you will need to sub-class and reimplement lots of stuff...

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dbzhang800
        wrote on last edited by
        #3

        The name of it is "FancyTabBar", which is a subclass of QWidget.

        1 Reply Last reply
        0
        • B Offline
          B Offline
          broadpeak
          wrote on last edited by
          #4

          Ok, thanks a lot :)

          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