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.
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
On Tue, 06 Dec 2011 17:43:36 +, Chris Mayo
wrote:
> On 05/12/11 21:31, Phil Thompson wrote:
>> On Mon, 05 Dec 2011 19:12:33 +, Chris Mayo
>> wrote:
Try this...
arg = QDBusArgument()
arg.beginArray(QMetaType.QString)
arg.add("")
arg.endArray()
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
On 05/12/11 21:31, Phil Thompson wrote:
On Mon, 05 Dec 2011 19:12:33 +, Chris Mayo
wrote:
Try this...
arg = QDBusArgument()
arg.beginArray(QMetaType.QString)
arg.add("")
arg.endArray()
and pass arg to call().
Doesn't seem to work:
device_iface = QtDBus.QDBusInterface('org.freedes
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"
-