[PyQt] QMenu.setTitle on OS X

2011-09-30 Thread John Wiggins
Hello, I've run into some strange behavior with QMenu's setTitle function failing on OS X, but only when called on the Help menu. Here's what I'm running: OS X 10.5.8; Qt 4.5.3(Carbon); PyQt 4.6; sip 4.9.3 If you run the attached program, select the "Change menu titles" item in the Options menu and

Re: [PyQt] QMenu.setTitle on OS X

2011-10-01 Thread Phil Thompson
On Fri, 30 Sep 2011 16:52:18 -0500, John Wiggins wrote: > Hello, > I've run into some strange behavior with QMenu's setTitle function > failing on OS X, but only when called on the Help menu. Here's what > I'm running: > OS X 10.5.8; Qt 4.5.3(Carbon); PyQt 4.6; sip 4.9.3 > If you run the attached

Re: [PyQt] QMenu.setTitle on OS X

2011-10-03 Thread John Wiggins
Thanks for checking. Is it safe to assume this was a bug in Qt that was fixed sometime between 4.5.3 and 4.7.x? - John On Sat, Oct 1, 2011 at 4:04 AM, Phil Thompson wrote: > On Fri, 30 Sep 2011 16:52:18 -0500, John Wiggins > wrote: >> Hello, >> I've run into some strange behavior with QMenu's se

Re: [PyQt] QMenu.setTitle on OS X

2011-10-03 Thread Phil Thompson
On Mon, 3 Oct 2011 10:31:59 -0500, John Wiggins wrote: > Thanks for checking. Is it safe to assume this was a bug in Qt that > was fixed sometime between 4.5.3 and 4.7.x? > - John Probably. It certainly wasn't a PyQt change. Phil > On Sat, Oct 1, 2011 at 4:04 AM, Phil Thompson > wrote: >> On F