Actions
Feature #1079
closed
SS
SS
Allow dragging to reorder bookmarks in the toolbar
Feature #1079:
Allow 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.
SS Updated by Soren Stoutner about 2 years ago
- Priority changed from 1.x to Next Release
SS Updated by Soren Stoutner about 2 months 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.
SS Updated by Soren Stoutner about 2 months ago
- Description updated (diff)
SS Updated by Soren Stoutner about 2 months ago
- Status changed from New to Closed
Actions