
It was initially added to our database on. The latest version of Q-Dir is 11.24, released on. It was checked for updates 1,005 times by the users of our client application UpdateStar during the last month. Q-Dir is a Freeware software in the category Desktop developed by Q-Dir. WARNING:Once Q-Dir, always Q-Dir )! Overview It's a small famous utility for Windows PC-s and also an USB-stick friend :). Rename Q-Dir_Installer.exe to Q-Dir.exe and GO. Q-Dir does not have to be installed and can be executed easily from the desktop. One can save many hand moves and also time! No! Q-Dir gives you other nice functions, that make you happy.

You don't have to renounce the usual, Drag and Drop, all Views, and other functions of your system. QDir provides a very large number of methods to easily get the name of a directory, absolute paths, relative paths, set directory filters, etc.ġ 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18įor ( const QFileInfo & item : dir.Q-Dir makes your files and folder easy to manage.įast and easy access, with an amazing Quadro-View technique. The QDir class does not inherit from QObject or other QIO classes because it does not involve IO specific operations. If you always use “/” as a directory separator, Qt will translate your path to match the underlying operating system.

The QDir class uses relative or absolute file paths to point to a file or directory. The basic idea of Qt is that inheritance is greater than combination, so Qt provides us with a variety of inherited classes, and in Qt we use the QDir class for directory operations. Today, when I was developing my project, I only used the standard library to save resources, and the lack of Qt platform provided me with favorable help, the project development difficulty increased instantly. This is what the Qt platform provides me with, and I only need to develop on this platform.Īs a C++ developer, the C++ standard library is also the infrastructure I need to use, but the standard library provides less functionality than Qt, most notably the C++ std::string, which has been the subject of much disdain and abuse in the industry.īut this situation will be improved after the C++ 20 standard, so I won’t go into details here, but in the future I’ll prepare to write an introduction to the features of C++ 20. As a Qt developer, Qt provides me with a lot of useful infrastructure, such as the popular QString, QNetwork, etc.
