Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have a implemented a QSortFilterProxyModel using QFileSystemModel as its source.
1.) How can I dynamically change the root path and have it display only the root path directory? 2.) How can I apply my filter to that directory?
Thanks!