Re: [PyQt] setCornerWidget for QMenuBar & build Snapshots

2011-12-10 Thread admin
On 10/12/2011 03:17 م, Phil Thompson wrote: Maybe not, but it's still related to your installation. There was one message that implied that the version of the Python header files did not match the version of the Python interpreter. I downloa

Re: [PyQt] setCornerWidget for QMenuBar & build Snapshots

2011-12-10 Thread Phil Thompson
On Sat, 10 Dec 2011 14:36:14 +0200, ad...@mbnoimi.net wrote: > On 10/12/2011 02:03 م, Phil Thompson wrote: Probably still something > hanging around from your previous installation. I have retested this > specific case in the last day or two without problems. I don't think this > related to previo

Re: [PyQt] setCornerWidget for QMenuBar & build Snapshots

2011-12-10 Thread admin
On 10/12/2011 02:03 م, Phil Thompson wrote: Probably still something hanging around from your previous installation. I have retested this specific case in the last day or two without problems. I don't think this related to previous installation because I

Re: [PyQt] setCornerWidget for QMenuBar & build Snapshots

2011-12-10 Thread Phil Thompson
On Sat, 10 Dec 2011 13:38:56 +0200, ad...@mbnoimi.net wrote: > On 07/12/2011 01:33 م, Phil Thompson wrote: ...that's fairly self > explanatory - seems you have a PyQt app running at the time. > Thanks Phill, > > OH, my mistake I forgot to uninstall previous version. Any way I > successfully bui

Re: [PyQt] setCornerWidget for QMenuBar & build Snapshots

2011-12-07 Thread Phil Thompson
On Wed, 07 Dec 2011 13:22:58 +0200, ad...@mbnoimi.net wrote: > On 06/12/2011 09:32 م, Phil Thompson wrote: Snapshots are only > provided as source packages I tried to build the snapshots as following but > I failed... could you please help me in building process? > > Build steps: > > * Dow

Re: [PyQt] setCornerWidget for QMenuBar & build Snapshots

2011-12-07 Thread admin
On 06/12/2011 09:32 م, Phil Thompson wrote: Snapshots are only provided as source packages I tried to build the snapshots as following but I failed... could you please help me in building process? Build steps: Downloaded sip-4.13.1-snapshot-82af71f0adcb

Re: [PyQt] setCornerWidget for QMenuBar

2011-12-06 Thread Phil Thompson
On Tue, 06 Dec 2011 19:54:20 +0200, ad...@mbnoimi.net wrote: > On 06/12/2011 07:54 م, Phil Thompson wrote: > It's fixed in the current snapshot. > > Thx Phil > > Do I need to build the snapshot or it's available as Windows binary > somewhere? Snapshots are only provided as source packages.

Re: [PyQt] setCornerWidget for QMenuBar

2011-12-06 Thread admin
On 06/12/2011 07:54 م, Phil Thompson wrote: It's fixed in the current snapshot. Thx Phil Do I need to build the snapshot or it's available as Windows binary somewhere? -- Best Regards Muhammad Bashir Al-Noimi My Blog: http://mbnoimi.net

Re: [PyQt] setCornerWidget for QMenuBar

2011-12-06 Thread Phil Thompson
On Tue, 06 Dec 2011 19:36:25 +0200, ad...@mbnoimi.net wrote: > Hi PyQt Gurus, > > I tried to use setCornerWidget in QMenuBar but I got a compiler error as > mentioned below: > > Does QMenuBar supports Corner Widget? > > ---log--- > > AttributeError "QMenuBar" object no attribute "setCornerWi

[PyQt] setCornerWidget for QMenuBar

2011-12-06 Thread admin
Hi PyQt Gurus, I tried to use setCornerWidget in QMenuBar but I got a compiler error as mentioned below: Does QMenuBar supports Corner Widget? ---log--- AttributeError "QMenuBar" object no attribute "setCornerWidget" -