I added a toolbar in a QMainWindow and wanted to have an initial position at Qt::BottomToolBarArea. I setAllowedAreas to that but this toolbar is always at the Qt::TopToolBarArea.
Is there any other way to set inital position of the tool bar?
Qt Code:
toolBar->setAllowedAreas( Qt::BottomToolBarArea); setToolButtonStyle(Qt::ToolButtonTextUnderIcon);To copy to clipboard, switch view to plain text mode
baray98
Bookmarks