How i can hide splitter at QToolBar before QActions
Unsolved
General and Desktop
-
Hi everyone
I am usingQToolBar
withQAction
m_showTreeView = new QAction(QIcon(":/image/show"), "Показать оглавление (F1)");
and more actions create later. After that i add actions to
QToolBar
m_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 ?