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. Add ...Box to UI
Forum Updated to NodeBB v4.3 + New Features

Add ...Box to UI

Scheduled Pinned Locked Moved General and Desktop
7 Posts 3 Posters 2.6k 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.
  • M Offline
    M Offline
    maxim.prishchepa
    wrote on last edited by
    #1

    Hi All!
    I can't find in Qt Designer how to add ToolBox(and\or TabBox) to the UI. Can you help me at theat question? :-)

    Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz).

    1 Reply Last reply
    0
    • C Offline
      C Offline
      cincirin
      wrote on last edited by
      #2

      In containers panel you have: Toolbox, TabWidged, StackedWidget. Choose what you need.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        maxim.prishchepa
        wrote on last edited by
        #3

        ops.. sorry, i mean ToolBar, TabBar etc.

        Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz).

        1 Reply Last reply
        0
        • C Offline
          C Offline
          cincirin
          wrote on last edited by
          #4

          If you have main window, right click on form and choose addToolBar If you have dialog, then the toolbar will be made ​​manually in code. Also, what do you mean with TabBar ? If it's dock widget, in containers panel you'' fin Dock Widget

          1 Reply Last reply
          0
          • J Offline
            J Offline
            Jens
            wrote on last edited by
            #5

            TabBar is not an available component in designer. You can create a TabWidget there however which contains one. To add a tool bar, you will need a QMainWindow. So create a new QMainWindow form, right click on it and select "add toolbar".

            1 Reply Last reply
            0
            • M Offline
              M Offline
              maxim.prishchepa
              wrote on last edited by
              #6

              tnx all for comments.
              to "cincirin": at TabBar I mean class: QTabBar.

              Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz).

              1 Reply Last reply
              0
              • C Offline
                C Offline
                cincirin
                wrote on last edited by
                #7

                Ok, then, as @Jens wrote, you can use TabWidget which can be used in designer.

                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