In this part of our series we’ll dive in and start implementing our logic from the command line application to the GUI version.
The goal during this step is to make exclusive use of the Qt frameworks built-in functions and methods for handling these tasks, as the end result must be a cross-platform compatible app.
We’re already getting a valid directory entry from part 2, so the first step in this part is to figure out how we iterate and query files from our base folder.