[PATCH] qcombobox bug workaround

Andreas Pakulat apaku at gmx.de
Wed Apr 1 11:18:01 BST 2009


On 01.04.09 13:08:37, Nick Shaforostoff wrote:
> On Wednesday 01 of April 2009 13:03:59 you wrote:
> > On Saturday 28 March 2009, Nick Shaforostoff wrote:
> > > Attached are patch and testcase (.cpp and .pro) for the bug.
> > 
> > This is not really a bug, in my opinion.
> > 
> > The view() of a combobox is the popup that shows up when opening the combo.
> > If you don't open the combo at all, then obviously the view isn't used, so why
> > should its currentIndex() matter? If you want to know the current item in the combo
> > itself, that's what combo->currentIndex() does. I see little reason to call
> > combo->view()->currentIndex().row() instead, since this indeed relies on the popup
> > being used, which might not be the case.
> its for combo->view()->currentIndex().data(Qt::UserRole)

Why do you not ask the model then? Thats where the data comes from anyway.

Andreas

-- 
Someone is speaking well of you.

How unusual!




More information about the kde-core-devel mailing list