KIO
kfileitemdelegate.h
Go to the documentation of this file.
128 Q_PROPERTY(bool showToolTipWhenElided READ showToolTipWhenElided WRITE setShowToolTipWhenElided)
177 };
232 virtual void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
238 virtual QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const;
244 virtual bool editorEvent(QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem & option, const QModelIndex &index);
256 virtual void setModelData(QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const;
262 virtual void updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option,const QModelIndex &index) const;
448 bool helpEvent(QHelpEvent * event, QAbstractItemView *view, const QStyleOptionViewItem &option, const QModelIndex &index);
KFileItemDelegate is intended to be used to provide a KDE file system view, when using one of the sta...
Definition: kfileitemdelegate.h:68
QList< Information > InformationList
Definition: kfileitemdelegate.h:179
Information
This enum defines the additional information that can be displayed below item labels in icon views.
Definition: kfileitemdelegate.h:162
@ OwnerAndGroup
The user and group that owns the file, e.g. root:root.
Definition: kfileitemdelegate.h:168
@ LocalPathOrUrl
The local path to the file or the URL in case it is not a local file.
Definition: kfileitemdelegate.h:175
@ FriendlyMimeType
The descriptive name for the mime type, e.g. HTML Document.
Definition: kfileitemdelegate.h:173
@ ModificationTime
The date and time the file/folder was last modified.
Definition: kfileitemdelegate.h:170
@ Size
The file size for files, and the number of items for folders.
Definition: kfileitemdelegate.h:164
@ NoInformation
No additional information will be shown for items.
Definition: kfileitemdelegate.h:163
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.