[Bug 171991] kwidgetitemdelegate crash when QSortFilterProxyModel unhides filtered items
Rafael Fernández López
ereslibre at kde.org
Wed Nov 12 18:39:58 CET 2008
http://bugs.kde.org/show_bug.cgi?id=171991
Rafael Fernández López ereslibre kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #11 from Rafael Fernández López <ereslibre kde org> 2008-11-12 18:33:04 ---
SVN commit 883321 by ereslibre:
Use idx instead of index. This resolves some problems. I will also have a look
on how to automatically update
the widget positions when the filter changes, for instance. For now, as before,
you need to do something like:
connect(lineEdit, SIGNAL(textChanged(const QString&)), proxyModel,
SLOT(invalidate()));
BUG: 171991
M +1 -7 kwidgetitemdelegate.cpp
WebSVN link: http://websvn.kde.org/?view=rev&revision=883321
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdelibs-bugs
mailing list