Qt 6.11 is out! See what's new in the release
blog
How i can hide splitter at QToolBar before QActions
-
Hi everyone
I am usingQToolBarwithQActionm_showTreeView = new QAction(QIcon(":/image/show"), "Показать оглавление (F1)");and more actions create later. After that i add actions to
QToolBarm_commonToolBar->addAction(m_showTreeView);My result is

And

How i can delete these double splitter at the begin?
Thanks -
Hi,
Which OS are you on ?
When exactly do they appear ?