akregator
subscriptionlistdelegate.cpp
Go to the documentation of this file.
113 view->header()->resizeSection( SubscriptionListModel::UnreadCountColumn, QHeaderView::ResizeToContents );
117 view->header()->resizeSection( SubscriptionListModel::TotalCountColumn, QHeaderView::ResizeToContents );
127 QModelIndex unreadIndex = index.sibling( index.row(), SubscriptionListModel::UnreadCountColumn );
void initStyleOption(QStyleOptionViewItem *option, const QModelIndex &index) const
Definition: subscriptionlistdelegate.cpp:94
QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const
Definition: subscriptionlistdelegate.cpp:53
~SubscriptionListDelegate()
Definition: subscriptionlistdelegate.cpp:48
SubscriptionListDelegate(QWidget *parent=0)
Definition: subscriptionlistdelegate.cpp:39
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
Definition: subscriptionlistdelegate.cpp:63
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.