https://bugs.kde.org/show_bug.cgi?id=455013
--- Comment #1 from David Hurka <david.hu...@mailbox.org> --- Good idea, but note that Okular is designed as KParts application. There is an Okular shell, which has a main window, and an Okular part, which does the document view and implements the sidebar. The part provides a widget which is placed in the tab widget of the shell. Therefore, the part can not use QDockWidget in the straightforward way like a “normal” application could do. Personally, I would like to see the sidebar in dock widgets. So if you know a good solution to implement that, let us know. :) -- You are receiving this mail because: You are watching all bug changes.