Public Methods
Public Slots
| KPreviewWidgetBase (QWidget *parent, const char *name=0) : QWidget(parent,name)
|
Constructor. Construct the user interface of your preview widget here
and pass the KFileDialog this preview widget is going to be used in as
the parent.
Parameters:
| parent | The KFileDialog this preview widget is going to be used in
|
| void showPreview (const KURL &url)
|
[pure virtual slot]
This slot is called everytime the user selects another file in the
file dialog. Implement the stuff necessary to reflect the change here.
Parameters:
| url | The URL of the currently selected file.
|
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:25:30 2001, using kdoc 2.0a35. |