KItemViews

Deprecated List
Member KCategorizedSortFilterProxyModel::naturalCompare (const QString &a, const QString &b)
Since 4.4. Use QCollator instead.
Member KCategorizedView::rowsInsertedArtifficial (const QModelIndex &parent, int start, int end)
Since 4.4.
Member KCategorizedView::rowsRemoved (const QModelIndex &parent, int start, int end)
Since 4.4.
Class KCategoryDrawerV3
Since 5.0, use KCategoryDrawer instead
Class KFilterProxySearchLine
since 5.50, use QLineEdit directly. If filtering is expensive, consider a short timer to not act on every keypress, and if results are large, consider not reacting until 3 letters.
Member KListWidgetSearchLine::clickMessage () const
since 5.0, use QLineEdit::placeholderText() instead.
Member KListWidgetSearchLine::setClickMessage (const QString &msg)
since 5.0, use QLineEdit::setPlaceholderText() instead.
Member KTreeWidgetSearchLine::clickMessage () const
since 5.0, use QLineEdit::placeholderText() instead.
Member KTreeWidgetSearchLine::setClickMessage (const QString &msg)
since 5.0, use QLineEdit::setPlaceholderText() instead.
Member KWidgetItemDelegate::paintWidgets (QPainter *painter, const QStyleOptionViewItem &option, const QPersistentModelIndex &index) const
Since 4.2 this method is not longer needed to be called. All widgets will kept updated without the need of calling paintWidgets() in your paint() event. For the widgets of a certain index to be updated your model has to emit dataChanged() on the indexes that want to be updated.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Sep 25 2023 04:07:01 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.