Re: [PyQt] Fwd: Android support?

2011-11-27 Thread zw g
Thank you, Tony. That is a good news, at least for me :) I'll keep an eye on it. Gui On Sat, Nov 26, 2011 at 10:51 PM, Tony Peña wrote: > sorry . this one is my link not before > > http://thp.io/2011/pyside-android/ > > explain how use python with qt bindings for android > > cheers > > > ---

Re: [PyQt] new widget?

2011-11-27 Thread Phil Thompson
On Sun, 27 Nov 2011 09:01:09 -0400, Tony Peña wrote: > Hi list > > Just for ask... > > If someone extra want to add new widgets components to can use into > Qt4-Designer... how or where can read about it? > if exist that way... could be possible to make one with pyqt4 and not using > C++? in

[PyQt] new widget?

2011-11-27 Thread Tony Peña
Hi list Just for ask... If someone extra want to add new widgets components to can use into Qt4-Designer... how or where can read about it? if exist that way... could be possible to make one with pyqt4 and not using C++? in my case prefers pyqt4 because don´t know anything about it C/C++

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-11-27 Thread Chris Mayo
On 27/11/11 12:51, Phil Thompson wrote: On Sun, 27 Nov 2011 12:47:09 +, Chris Mayo wrote: With PyQt-x11-gpl-snapshot-4.9-e8284ed41e49, sip-4.13.1-snapshot-3b44dc2f0efd and: bus = QtDBus.QDBusConnection.systemBus() iface = QtDBus.QDBusInterface('org.freedesktop.UDisks', '/org/freed

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-11-27 Thread Phil Thompson
On Sun, 27 Nov 2011 12:47:09 +, Chris Mayo wrote: > With PyQt-x11-gpl-snapshot-4.9-e8284ed41e49, > sip-4.13.1-snapshot-3b44dc2f0efd and: > > bus = QtDBus.QDBusConnection.systemBus() > iface = QtDBus.QDBusInterface('org.freedesktop.UDisks', > '/org/freedesktop/UDisks', 'org.freedesktop.

[PyQt] QtDBus: Unable to convert Array of Object Paths

2011-11-27 Thread Chris Mayo
With PyQt-x11-gpl-snapshot-4.9-e8284ed41e49, sip-4.13.1-snapshot-3b44dc2f0efd and: bus = QtDBus.QDBusConnection.systemBus() iface = QtDBus.QDBusInterface('org.freedesktop.UDisks', '/org/freedesktop/UDisks', 'org.freedesktop.UDisks', bus) print(iface.call('EnumerateDeviceFiles').argument