The QToolBar class, part of the Qt framework, provides a movable panel that acts as a container for a set of controls.
Questions tagged [qtoolbar]
108 questions
-1
votes
2 answers
PYQT5 - How to keep layout when QToolBar is floating
I'm having problems with my QToolbar.
I got a QToolBar and used a QVBoxLayout inside it to dispose my QPushButtons.
My problem was when I floated my ToolBar around the QVBoxLayout used to make lose its layout. After I put it back inside de dock the…

yurisnm
- 1,630
- 13
- 29
-1
votes
1 answer
How to get qtoolbars order
I need to save and restore position of QToolbars in my application.
When toolbars are docked to different area, i am able to save the area and assign it in function QMainWindow::addToolBar. But when several toolbars are docked to the same area, i…

lightstep
- 765
- 2
- 8
- 19
-5
votes
1 answer
writing a gui application that acts a cash register in Qt
Please help me answer the following question: Write a gui that acts as a cash register. In other words, a client brings a basket of items, their bar-codes are scanned, and their total is calculated.
The main window should have a menu bar with two…

Sibusiso
- 1
- 1