org.kde.koala
public class KPreviewWidgetBase extends QWidget
UNKNOWN: Abstract baseclass for all preview widgets.
Constructor Summary | |
---|---|
protected | KPreviewWidgetBase(Class dummy) |
Method Summary | |
---|---|
String | className() |
void | clearPreview()
Reimplement this to clear the preview. |
QMetaObject | metaObject() |
void | showPreview(KURL url)
This slot is called every time the user selects another file in the
file dialog. |
ArrayList | supportedMimeTypes() |
UNKNOWN: Reimplement this to clear the preview.
Parameters: url The URL of the currently selected file.
UNKNOWN: This slot is called every time the user selects another file in the file dialog.