Warning, /frameworks/kio/src/filewidgets/Mainpage.dox is written in an unsupported language. File is not indexed.
0001 /** @mainpage File Selection Widgets 0002 0003 @section purpose Purpose 0004 0005 The KIOFileWidgets library provides the file selection dialog and its components. 0006 0007 @section desc Description 0008 0009 The file dialog is available to all kde applications by using the QFileDialog class. 0010 The KDE QPA theme plugin uses a KFileDialog automatically. 0011 0012 The KIOFileWidgets library provides KFileWidget, which is the main widget in the file dialog, as well as 0013 the KDirOperator widget which contains the file views, and other components of the file dialog. 0014 Applications only need to link to KIOFileWidgets if they need direct access to KFileWidget 0015 or KDirOperator or to the other widgets used by the file dialog, either in order to 0016 modify the behavior of the file dialog, or to reuse its components into the application itself. 0017 0018 @authors 0019 Stephan Kulow<br> 0020 Carsten Pfeiffer<br> 0021 Peter Penz<br> 0022 Aaron J. Seigo<br> 0023 and others 0024 0025 @maintainers 0026 David Faure 0027 0028 @licenses 0029 @lgpl 0030 0031 0032 */ 0033 0034 // DOXYGEN_REFERENCES = KIOCore KIOWidgets 0035 // DOXYGEN_SET_PROJECT_NAME = KIOFileWidgets 0036 // vim:ts=4:sw=4:expandtab:filetype=doxygen