KIO
Go to the documentation of this file.
20 #ifndef __KFILEMETAINFOWIDGET_H__
21 #define __KFILEMETAINFOWIDGET_H__
23 #include <QtGui/QWidget>
24 #include <QtCore/QVariant>
27 class KFileMetaInfoWidgetPrivate;
54 void setValue(
const QVariant &value);
60 void valueChanged(
const QVariant& value);
75 void slotChanged(
bool value);
76 void slotChanged(
int value);
77 void slotChanged(
double value);
78 void slotComboChanged(
const QString &value);
79 void slotLineEditChanged(
const QString& value);
80 void slotMultiLineEditChanged();
81 void slotDateChanged(
const QDate& value);
82 void slotTimeChanged(
const QTime& value);
83 void slotDateTimeChanged(
const QDateTime& value);
86 friend class KFileMetaInfoWidgetPrivate;
87 KFileMetaInfoWidgetPrivate *
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 22:00:56 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.