KIO FileWidgets C++ Classes
IO. More...
Classes
Interface used by KFilePreviewGenerator to generate previews for files | |
A widget for displaying files and browsing directories | |
Acts as proxy model for KDirModel to sort and filter KFileItems | |
Provides a user (and developer) friendly way to select files with support for choosing encoding | |
This class adds "Copy To" and "Move To" submenus to a popupmenu | |
This class implement a custom file dialog | |
File filter combo box | |
A dialog that allows editing entries of a KFilePlacesModel | |
This class allows to display a KFilePlacesModel | |
Generates previews for files of an item view | |
File selector widget | |
Image preview widget for the file dialog | |
Dialog to ask for a name (e.g. filename) and a URL | |
'Create New' submenu, for creating files using templates (e.g. "new HTML file") and directories | |
Abstract baseclass for all preview widgets | |
Widget that allows to navigate through the paths of an URL |
Detailed Description
The KIOFileWidgets library provides the file selection dialog and its components.
The file dialog is available to all KDE applications by using the QFileDialog class. The KDE QPA theme plugin uses a KFileDialog automatically.
The KIOFileWidgets library provides KFileWidget, which is the main widget in the file dialog, as well as the KDirOperator widget which contains the file views, and other components of the file dialog. Applications only need to link to KIOFileWidgets if they need direct access to KFileWidget or KDirOperator or to the other widgets used by the file dialog, either in order to modify the behavior of the file dialog, or to reuse its components into the application itself.