Questions tagged [qtoolbox]

The QToolBox class is part of the Qt Framework and provides a column of tabbed widget items.

The documentation for QToolBox can be found here for Qt 5 and here for Qt 4.8.

3 questions
1
vote
2 answers

Layout items on QToolBox page to expand with page

In Qt Designer, how do you lay out the items on the pages of a QToolBox so that they expand with the toolbox? I have tried adding a table-view widget on a QToolBox page. Please see image: But when the QToolBox is expanded along with my application…
user1301295
  • 674
  • 1
  • 6
  • 15
0
votes
1 answer

How to make the QPushButtons and ToolBox Tabs expand to 100% width

I am trying to create a Side Menu in PyQt, similar to this one: https://www.youtube.com/watch?v=O9l75KOB2pE To create "sub-menus" in the Menu, I opted for the "ToolBox" and then added a QPushButton after ToolBox (which would be a single button below…
Sakib Khan
  • 305
  • 2
  • 13
-1
votes
1 answer

How do you get text from dynamically created QLineEdit in a QToolBox?

I am trying to make a variable number of pages on a QToolbox with a set number of QLineEdit fields. The number of pages and their names is determined by a vector of strings. Each page of the QToolbox has two QLineEdits. After the fillToolbox…
BDD
  • 25
  • 1
  • 6