KIO
kpreviewprops.cpp
Go to the documentation of this file.
59 connect( properties, SIGNAL(currentPageChanged(KPageWidgetItem*,KPageWidgetItem*)), SLOT(currentPageChanged(KPageWidgetItem*,KPageWidgetItem*)) );
88 disconnect( properties, SIGNAL(currentPageChanged(KPageWidgetItem*,KPageWidgetItem*)), this, SLOT(currentPageChanged(KPageWidgetItem*,KPageWidgetItem*)) );
QString i18n(const char *text)
void setFrameStyle(int style)
bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)
KPreviewPropsPlugin(KPropertiesDialog *_props)
Definition: kpreviewprops.cpp:36
void addWidget(QWidget *widget, int stretch, QFlags< Qt::AlignmentFlag > alignment)
int count(const T &value) const
A Plugin in the Properties dialog This is an abstract class.
Definition: kpropertiesdialog.h:347
List of KFileItems, which adds a few helper methods to QList.
Definition: kfileitem.h:674
static bool supports(const KFileItemList &_items)
Tests whether a preview for the first item should be shown.
Definition: kpreviewprops.cpp:67
T & first()
void setMargin(int margin)
QWidget * widget() const
virtual ~KPreviewPropsPlugin()
Definition: kpreviewprops.cpp:62
Definition: kfilemetapreview.h:18
virtual void showPreview(const KUrl &url)
Definition: kfilemetapreview.cpp:138
static bool showFilePreview(const KUrl &)
static QStringList supportedMimeTypes()
Returns a list of all supported MIME types.
Definition: previewjob.cpp:745
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QObject * parent() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.