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

2012-09-19 Thread zw g
Can anyone help me on this? Still stuck. Thanks. On Tue, Sep 11, 2012 at 10:12 AM, zw g wrote: > Anyone? Some suggestion would be fine. > Thanks. > > > > > On Sat, Sep 8, 2012 at 8:17 PM, zw g wrote: > >> Dear list, >> >> >> How can i copy files between applications on GNOME/Unity desktop(wit

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

2012-09-19 Thread Salvatore Larosa
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: > >> > Hi, > >> > > >> > 2012/9/19 Phil Thompson > >> > > >> >> On Tue, 18 Sep

Re: [PyQt] QImage in BI24 format

2012-09-19 Thread David Boddie
On Wed, 19 Sep 2012 09:31:55 -0700, Matt Newell wrote: > On Wednesday, September 19, 2012 12:19:31 AM Gelonida N wrote: > > On 09/18/2012 08:13 PM, Gelonida N wrote: > > > I tried to set the pixel format to QImage.Format_RGB888 > > > and I can see the image. > > > However the red and blue colors

Re: [PyQt] sip: extend exception support

2012-09-19 Thread Mathias . Born
On 19.09.2012, 11:07:14 Phil Thompson wrote: > On Mon, 17 Sep 2012 22:25:59 +0200, mathias.b...@gmx.de wrote: >> On 17.09.2012, 22:14:49 Phil Thompson wrote: >>> On Mon, 27 Aug 2012 12:10:23 -0700, Matt Newell > wrote: > > The difference is the access to the (not necessarily present) > ob

Re: [PyQt] sip: template<> %MappedType doesn't allow /AllowNone/

2012-09-19 Thread Mathias . Born
On 19.09.2012, 22:19:45 mathias.b...@gmx.de wrote: > On 18.09.2012, 11:02:34 Phil Thompson wrote: >> A thought... >> Did you update from hg or use a snapshot? >> If hg did you change to the default branch? >> Phil > I had not changed the branch. Now I have, and > hg identify > says "6d704a7a

Re: [PyQt] QImage in BI24 format

2012-09-19 Thread Matt Newell
On Wednesday, September 19, 2012 12:19:31 AM Gelonida N wrote: > On 09/18/2012 08:13 PM, Gelonida N wrote: > > Hi, > > > > I have a C-library creating an image supposedly in in BI24 format (video > > application) > > > > Now I'd like to display the image. > > > > I tried to set the pixel format

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

2012-09-19 Thread 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: >> > Hi, >> > >> > 2012/9/19 Phil Thompson >> > >> >> On Tue, 18 Sep 2012 23:16:00 +0200, Salvatore Larosa >> >> >> wrote: >>

Re: [PyQt] Doubt over image

2012-09-19 Thread Python.py
Able to make changes to the icon button for both immediately and for the next preceding the current icon on this button Thanks for the attention Michael -- View this message in context: http://python.6.n6.nabble.com/Doubt-over-image-tp4989082p4989231.html Sent from the PyQt mailing list arch

Re: [PyQt] Doubt over image

2012-09-19 Thread Python.py
Michel said: "But while creating the button, you add the icon on your own. So you know its name and why do you want to know the icon name?" Why do I need to change the icon. What do I need to know what the name of this icon button now to change the icon to the next. The lists of icons in this file

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

2012-09-19 Thread Salvatore Larosa
Hi Phil, 2012/9/19 Phil Thompson > On Wed, 19 Sep 2012 08:05:42 +0200, Salvatore Larosa > wrote: > > Hi, > > > > 2012/9/19 Phil Thompson > > > >> On Tue, 18 Sep 2012 23:16:00 +0200, Salvatore Larosa > > >> wrote: > >> > Hi all, > >> > I am not sure if this is the rigth place to ask! > >> > >

Re: [PyQt] Doubt over image

2012-09-19 Thread Python.py
It is. I would like to know at least the name of the icon, the path is not accurate. I'm trying to figure out how to do this. -- View this message in context: http://python.6.n6.nabble.com/Doubt-over-image-tp4989082p4989213.html Sent from the PyQt mailing list archive at Nabble.com. __

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

2012-09-19 Thread Phil Thompson
On Wed, 19 Sep 2012 08:05:42 +0200, Salvatore Larosa wrote: > Hi, > > 2012/9/19 Phil Thompson > >> On Tue, 18 Sep 2012 23:16:00 +0200, Salvatore Larosa >> wrote: >> > Hi all, >> > I am not sure if this is the rigth place to ask! >> > >> > I created a small console to execute python command by

Re: [PyQt] QImage in BI24 format

2012-09-19 Thread Gelonida N
On 09/18/2012 08:13 PM, Gelonida N wrote: Hi, I have a C-library creating an image supposedly in in BI24 format (video application) Now I'd like to display the image. I tried to set the pixel format to QImage.Format_RGB888 and I can see the image. However the red and blue colors are inversed.