Actions
Feature #1079
openAllow 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 4 months ago
- Priority changed from 1.x to Next Release
Actions