Re: [PyQt] clipboard not work on GNOME/Unity?

2012-09-20 Thread Hans-Peter Jansen
Am Thursday 20 September 2012 06:36:33 schrieb zw g: > Can anyone help me on this? > Still stuck. This is rather OT, and you failed to RTFM. http://doc.qt.digia.com/4.7-snapshot/qclipboard.html#notes-for-x11-users Pete > Thanks. > > On Tue, Sep 11, 2012 at 10:12 AM, zw g wrote: > > Anyone? So

Re: [PyQt] Weird behavior in fromMimeData method (pyScintilla)

2012-09-20 Thread Salvatore Larosa
Hi Phil, 2012/9/20 Phil Thompson > On Thu, 20 Sep 2012 00:48:10 +0200, Salvatore Larosa > wrote: > > Hi, > > > > 2012/9/19 Phil Thompson > > > >> On Wed, 19 Sep 2012 14:54:57 +0200, Salvatore Larosa > > >> wrote: > >> > Hi Phil, > >> > > >> > 2012/9/19 Phil Thompson > >> > > >> >> On Wed, 19

Re: [PyQt] QPoint not automatically cast to QPointF

2012-09-20 Thread Shriramana Sharma
Hi. Thanks for your reply. What you have to do in SIP, is it of the nature of a workaround to Python's inability to do the conversion automatically? Or Python is able to do the conversion automatically and SIP just needs to present the classes in a proper manner as required by Python? Sent from my

Re: [PyQt] QPoint not automatically cast to QPointF

2012-09-20 Thread Phil Thompson
On Thu, 20 Sep 2012 07:34:10 +0530, Shriramana Sharma wrote: > In my recent work with Beziers I ran across this. A QPoint is *not* > automatically converted into a QPointF in Python/PyQt while it *is* > converted in C++: > > The following C++ code compiles fine: > > # include > # include > int

Re: [PyQt] Weird behavior in fromMimeData method (pyScintilla)

2012-09-20 Thread Phil Thompson
On Thu, 20 Sep 2012 00:48:10 +0200, Salvatore Larosa wrote: > Hi, > > 2012/9/19 Phil Thompson > >> On Wed, 19 Sep 2012 14:54:57 +0200, Salvatore Larosa >> wrote: >> > Hi Phil, >> > >> > 2012/9/19 Phil Thompson >> > >> >> On Wed, 19 Sep 2012 08:05:42 +0200, Salvatore Larosa >> >> >> wrote: >>