Feature #1079
Updated by Soren Stoutner 2 days ago
Konqueror doesn't allow this, but Falkon does. Interestingly, it doesn't look like Falkon uses <code>QToolBar</code>, but rather builds the toolbar directly from <code>QWidget</code>. https://github.com/KDE/falkon/blob/master/src/lib/bookmarks/bookmarkstoolbar.h https://github.com/KDE/falkon/blob/master/src/lib/bookmarks/bookmarkstoolbar.cpp Whether this is possible with <code>QToolBar</code> QToolBar is a question to be investigated.