KImageFilePreview Class Reference
Image preview widget for the file dialog. More...
#include <kimagefilepreview.h>
Inheritance diagram for KImageFilePreview:

Public Slots | |
virtual void | showPreview (const KURL &url) |
This slot is called everytime the user selects another file in the file dialog. | |
virtual void | clearPreview () |
Reimplement this to clear the preview. | |
Public Methods | |
virtual QSize | sizeHint () const |
Protected Methods | |
virtual void | resizeEvent (QResizeEvent *e) |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
Image preview widget for the file dialog.
Definition at line 31 of file kimagefilepreview.h.
Member Function Documentation
|
This slot is called everytime the user selects another file in the file dialog. Implement the stuff necessary to reflect the change here.
Implements KPreviewWidgetBase. Definition at line 76 of file kimagefilepreview.cpp. |
|
Reimplement this to clear the preview. This is called when e.g. the selection is cleared or when multiple selections exist, or the directory is changed. Implements KPreviewWidgetBase. Definition at line 158 of file kimagefilepreview.cpp. References QLabel::clear(), and KIO::Job::kill(). |
The documentation for this class was generated from the following files: