From 2adbecd269e3694c2796374260c1983a8d21764d Mon Sep 17 00:00:00 2001 From: Rafał Lichwała Date: Thu, 27 Nov 2025 11:29:38 +0100 Subject: dolphinnavigatorswidgetaction: show focus indicator in split mode This commit uses KUrlNavigator focus indicator to show sufficiently which panel (left or right) is currently active in split mode. This MR is based on KIO changes in https://invent.kde.org/frameworks/kio/-/merge_requests/2054 See discussion in MR: !1076 (comment 1334290), see https://invent.kde.org/frameworks/kio/-/merge_requests/2058 @teams/vdg ![Screenshot_20251117_232634.png](/uploads/2999f35fdc1c6dd359621c60d23460f2/Screenshot_20251117_232634.png){width=849 height=313} ![Screenshot_20251117_232704.png](/uploads/bd7b75f9159ab533b8e446781233e027/Screenshot_20251117_232704.png){width=849 height=313} ![Screenshot_20251117_232740.png](/uploads/e07153c1e9ae162ebc0ff3f09df1ac34/Screenshot_20251117_232740.png){width=849 height=313} ![Screenshot_20251117_232752.png](/uploads/ececd4c70c0e1f67145e2486d1cf21f2/Screenshot_20251117_232752.png){width=849 height=313} @teams/vdg BUG: 150718 BUG: 428440 --- src/dolphintabpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphintabpage.cpp') diff --git a/src/dolphintabpage.cpp b/src/dolphintabpage.cpp index f6ccff22e..1ceda7d9f 100644 --- a/src/dolphintabpage.cpp +++ b/src/dolphintabpage.cpp @@ -25,11 +25,11 @@ void resetSplitterSizes(QSplitter *splitter) DolphinTabPage::DolphinTabPage(const QUrl &primaryUrl, const QUrl &secondaryUrl, QWidget *parent) : QWidget(parent) - , m_splitterLastPosition(0) , m_expandingContainer{nullptr} , m_primaryViewActive(true) , m_splitViewEnabled(false) , m_active(true) + , m_splitterLastPosition(0) { QGridLayout *layout = new QGridLayout(this); layout->setSpacing(0); -- cgit v1.3