On Mar 3, 12:17 pm, Phil Thompson <[EMAIL PROTECTED]>
wrote:
> On Saturday 03 March 2007 4:52 pm,borntonetworkwrote:
>
>
>
> > Hi.
>
> > Using the PyQt4 library, I am trying to use the following
> > function("cbo" is a qtcombobox):
>
> > cbo.findText(searchStr, QtCore.MatchEndsWith)
>
> > If I don'
On Saturday 03 March 2007 4:52 pm, borntonetwork wrote:
> Hi.
>
> Using the PyQt4 library, I am trying to use the following
> function("cbo" is a qtcombobox):
>
> cbo.findText(searchStr, QtCore.MatchEndsWith)
>
> If I don't use the "QtCore.MatchEndsWith", the function works
> properly, but doesn't
Hi.
Using the PyQt4 library, I am trying to use the following
function("cbo" is a qtcombobox):
cbo.findText(searchStr, QtCore.MatchEndsWith)
If I don't use the "QtCore.MatchEndsWith", the function works
properly, but doesn't return partial matches ending with "searchStr".
If I use "QtCore.MatchE