Obsolete Members for KFileWidget

The following members of class KFileWidget are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(deprecated in 6.3) void readConfig(KConfigGroup &group)
(deprecated in 6.19) void setPreviewWidget(KPreviewWidgetBase *w)

Member Function Documentation

[deprecated in 6.3] void KFileWidget::readConfig(KConfigGroup &group)

This function is deprecated since 6.3. We strongly advise against using it in new code.

reads the configuration for this widget from the given config group group the KConfigGroup to read from

Deprecated: No known use case

[deprecated in 6.19] void KFileWidget::setPreviewWidget(KPreviewWidgetBase *w)

This function is deprecated since 6.19. We strongly advise against using it in new code.

Adds a preview widget and enters the preview mode.

In this mode the dialog is split and the right part contains your preview widget.

Ownership is transferred to KFileWidget. You need to create the preview-widget with "new", i.e. on the heap.

w The widget to be used for the preview.

Unused.