Module |
kio |
Namespace |
global |
Class |
KCombiView |
Inherits |
QSplitter, KFileView |
|
This view is designed to combine two KFileViews into one widget, to show
directories on the left side and files on the right side.
Methods like selectedItems() to query status _only_ work on the right side,
i.e. on the files.
After creating the KCombiView, you need to supply the view shown in the
right, (see setRight()). Available KFileView implementations are
K3FileIconView and KFileDetailView.
Most of the below methods are just implementations of the baseclass
KFileView, so look there for documentation.
See also KFileView
See also K3FileIconView
See also KFileDetailView
See also KDirOperator
|