Which class allows the analysis of files and folders present on the hard drive and their return in the form of a ready-to-use model?
Solved
Qt 6
-
Good evening to the whole community, I would like to know which class present in the qt6 framework allows the analysis of files and folders present on the hard disk in order to use it in the form of a model. In fact, I need it to work using the MVC architecture that I am currently learning. I was told to use "QDirModel" for this, but I cannot find the specification for this class in the documentation and when I include it in my project file, it is said to be nonexistent. I don't know if it exists, so I'm asking if there is a similar class or are the functionality of this class included in other classes I need to include.
Thank you for your attention!