D24798: Migrate QQC1 to QQC2

Yunhe Guo noreply at phabricator.kde.org
Thu Nov 14 13:16:48 GMT 2019


guoyunhe added a comment.


  I also tried to not use ScrollView but enable ListView's scrollbar:
  
    ListView {
    
        // add scrollbar, background and border
        clip: true
        flickableDirection: Flickable.VerticalFlick
        boundsBehavior: Flickable.StopAtBounds
        QQC2.ScrollBar.vertical: QQC2.ScrollBar { }
    }
  
  But it has no border or background. And the scrolling speed is **crazily fast** when using touch pad... However, all Qt examples on the internet say it is the way to add scrollbar to Flickables. But it is really buggy. https://bugreports.qt.io/browse/QTBUG-56075

REPOSITORY
  R120 Plasma Workspace

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

To: guoyunhe, #plasma, #plasma_workspaces, ngraham
Cc: GB_2, ahiemstra, broulik, kmaterka, ngraham, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20191114/3b99ed06/attachment.html>


More information about the Plasma-devel mailing list