D10325: RFC: [KFileWidget] Hide places frame and header

Kai Uwe Broulik noreply at phabricator.kde.org
Tue Feb 6 12:38:08 UTC 2018


broulik added a comment.


  > Would it be possible to show it as if it were locked? That would solve all the issues with it, right?
  
  I don't get it. That "lock" feature is entirely a Dolphin invention. It does exactly what I do here:
  
    void DolphinDockWidget::setLocked(bool lock)
    {
        ...
            if (lock) {
                ...
                setTitleBarWidget(m_dockTitleBar);
                setFeatures(QDockWidget::NoDockWidgetFeatures);
  
  with `m_dockTitleBar` being a custom widget for some added padding

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D10325

To: broulik, #plasma, #vdg, #frameworks, ngraham, mart
Cc: markg, ngraham, plasma-devel, michaelh, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180206/786a0b99/attachment.html>


More information about the Kde-frameworks-devel mailing list