Actions
Feature #1079
closedAllow dragging to reorder bookmarks in the toolbar
Start date:
09/07/2023
Due date:
% Done:
0%
Estimated time:
Description
Konqueror doesn't allow this, but Falkon does.
Interestingly, it doesn't look like Falkon uses QToolBar, but rather builds the toolbar directly from QWidget.
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 QToolBar is a question to be investigated.
Updated by Soren Stoutner about 2 years ago
- Priority changed from 1.x to Next Release
Updated by Soren Stoutner 2 days ago
I don't think this is possible with QToolBar. Because I am inclined to use standard components, I think I am going to close this feature request without implementing it.
Actions