Can someone verify this? Massive folders only show about 1000 entries in KF/Qt 5.2.
Stephen Kelly
steveire at gmail.com
Mon Oct 21 09:30:35 UTC 2013
Mark wrote:
> Step 2: Create a Qt 5.2 project. CMake or QMake, doesn't matter. it
> needs kdelibs, kio and qt widgets and whatever the extra dependencies
> are at this moment. You can use this cmake file for reference
> http://pastebin.kde.org/ptq5kgkqx. Change the absolute paths. The code
> for you main file: http://pastebin.kde.org/pyjpytxui
Posting pastebin urls to a mailing list is always a bad idea because they
expire. Already, the first link here no longer exists. Posting small code
files as attachments is generally fine. Anyone looking for answers to
questions (on any mailing list) in N years and finding pastebin links will
not get the answer that was provided.
Try replacing the model with a QStringListModel which contains 50,000
elements. If that shows them all, then the problem is more-likely in the
KDirModel than in the Qt view. That narrows down the search for the bug.
Thanks,
Steve.
More information about the Kde-frameworks-devel
mailing list