Re: [PyQt] Rounded corners

2012-04-09 Thread Vincent Vande Vyvre
Le 09/04/12 20:24, Alfredo Junior a écrit : > Hi people, > > I'm trying to convert some QGraphicsView pictures. The conversion was to > round the corners of the image. > > I tried to make it on three forms below and do not succeed in any of them. > > http://pastebin.com/CwnxpueK > > > I supose tha

Re: [PyQt] pyqt4, qt4 and stylesheets

2012-04-09 Thread Matt Newell
On Monday, April 09, 2012 02:21:37 PM José M. Rodriguez Bacallao wrote: > no one? > > On 4/9/12, José M. Rodriguez Bacallao wrote: > > hi folks, I am developing an application with pyqt4. I am trying to > > achieve the same look in all platform using stylesheets, for axample, > > I need that my

Re: [PyQt] pyqt4, qt4 and stylesheets

2012-04-09 Thread José M . Rodriguez Bacallao
no one? On 4/9/12, José M. Rodriguez Bacallao wrote: > hi folks, I am developing an application with pyqt4. I am trying to > achieve the same look in all platform using stylesheets, for axample, > I need that my toolbar look the same (with a background image > repeating in x direction) in gnome,

Re: [PyQt] Synchronized scrolling between two tables

2012-04-09 Thread august_vitas
Note that actionTriggered(int) will return the value before the update. Instead, use valueChanged(int) to get the resulting value in this example. Vitas Povilaitis -- View this message in context: http://python.6.n6.nabble.com/Synchronized-scrolling-between-two-tables-tp1917990p4717071.html Se

[PyQt] Rounded corners

2012-04-09 Thread Alfredo Junior
Hi people, I'm trying to convert some QGraphicsView pictures. The conversion was to round the corners of the image. I tried to make it on three forms below and do not succeed in any of them. http://pastebin.com/CwnxpueK I supose that the best way is using setMask(), but I could not do somethi

[PyQt] pyqt4, qt4 and stylesheets

2012-04-09 Thread José M . Rodriguez Bacallao
hi folks, I am developing an application with pyqt4. I am trying to achieve the same look in all platform using stylesheets, for axample, I need that my toolbar look the same (with a background image repeating in x direction) in gnome, kde, xfce, windows and mac but right now I am facing a problem

[PyQt] ANN: MetaSIP v1.0 Released

2012-04-09 Thread Phil Thompson
MetaSIP v1.0 has been released. At the moment this is only available from the Mercurial repository at... http://www.riverbankcomputing.com/hg/metasip/ MetaSIP is the tool that is used to create and update PyQt and other SIP generated bindings. It is provided without any support or documentation.