Directory Browser
Directory browser based on QListView.
QtDirectoryBrowser is based on QListView, and displays the contents of one or more directories in a tree view. Several information columns can be displayed for each object in a directory, including the file or directory name, type, size, date, owner, group, and the access permissions.
Additional supported features are:
- Drag and drop of directory and file names
- Copy and paste of directory and file names with a popup menu
- Custom file icons. The user can implement their own QFileIconProvider and use it with this class. On Windows, a QFileIconProvider that gets icons from the Windows system is used by default.
This Qt Solutions component is for Qt 3. For Qt 4 Solutions, please visit the Qt 4 Solutions Catalog.
Documentation:
Classes
Tested on:
- SunOS 5.9 / Sun C++ 5.5
- Windows XP / Visual Studio .NET 2003
- Windows XP / Visual C++ 6
- FreeBSD 4.11 / gcc 2.95.4
- Linux / gcc 3.3.5
- Mac OS X 10.4 / gcc 4.0.0
Unsupported platforms:
Only the tested platforms are supported, however the classes should be platform independent and are likely to work on the platforms supported by Qt.
Download Commercial Edition:
Only available for Qt Solutions license holder with a valid Support and Maintenance agreement (authentication required).> <br>
Changes:
- 1.1: No longer scans the root drives when startPaths is set in the constructor
- 1.1: A memory leak was fixed

