Re: qcombobox.findtext and matchflags.matchendswith

2007-03-03 Thread borntonetwork
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'

Re: qcombobox.findtext and matchflags.matchendswith

2007-03-03 Thread Phil Thompson
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

qcombobox.findtext and matchflags.matchendswith

2007-03-03 Thread borntonetwork
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