Page 3 of 3

Re: HMG.4 Problems / Questions

Posted: Mon Sep 06, 2010 8:58 pm
by mol
Hi Pritpal!
First - Welcome from Poland!
Second - I have a question about QComboBox.
I need to realize SORT option - when all inserted items are sorted.
I've read about Insert Policies, but, in my opinion, they don't work.
Do you have any suggestion about it?

Code: Select all

			if lValue == .T.
				::oQTObject:setInsertPolicy(6)   //QComboBox::InsertAlphabetically
			else
				::oQTObject:setInsertPolicy(3) //QComboBox::InsertAtBottom
			endif