[PyQt] ItemEntered signal and QListWidget

2009-06-16 Thread matt . dubins
Hi Group, I'm trying to set a tool tip for a QListWidget that changes depending on which item in the QListWidget the user has the mouse cursor over. I tried to connect the QListWidget's ItemEntered signal to a function that saves (and prints for testing purposes) the row number of the item. E

Re: [PyQt] RE: PyQt newbie needs some help with a small report designer program

2009-06-16 Thread Wayne Roberts
--- On Mon, 6/15/09, David Boddie wrote: From: David Boddie Subject: Re: [PyQt] RE: PyQt newbie needs some help with a small report designer program To: pyqt@riverbankcomputing.com Date: Monday, June 15, 2009, 8:36 PM On Thu Jun 11 01:22:05 BST 2009, Lee wrote: >> >You call its setBackgroun

Re: [PyQt] ANN: PyQt v4.5.1, PyQt v3.18.1 and SIP v4.8.1 Released

2009-06-16 Thread Marcell Mars
On Tue, Jun 16, 2009 at 2:21 PM, Jul wrote: > And what about a mailing list or RSS feed for the news ? > :) i know it doesn't completely solve the requirements but if you want to play more you can probably make it more suitable for your needs: http://pipes.yahoo.com/marcell/pyqtannouncements it

Re: [PyQt] Dragging a QGraphicsItem from a QListView

2009-06-16 Thread Mads
I forgot to add the right code. I have attached the drag and drop events of the graphicsview and the list. Executing this code I don't get any errors, but nothing is shown on screen. I hope someone can explain what I'm doing wrong. Mads From: Mads To: pyqt@

Re: [PyQt] ANN: PyQt v4.5.1, PyQt v3.18.1 and SIP v4.8.1 Released

2009-06-16 Thread Jul
2009/6/16 Phil Thompson > PyQt v4.5.1, PyQt v3.18.1 and SIP v4.8.1 have been released. These releases > correct some bugs and regressions reported since the previous releases. > Great! And what about a mailing list or RSS feed for the news ? :) Jul. _

[PyQt] Dragging a QGraphicsItem from a QListView

2009-06-16 Thread Mads
Hi list I have a mainwindow with a dockwidget which holds a QListView displaying a list of different unique names. Also in the window I have a QGraphicsview. I now want to be able to drag one of the names displayed in the list onto the view, and then be displayed as a QGraphicsItem, which is de

[PyQt] ANN: PyQt v4.5.1, PyQt v3.18.1 and SIP v4.8.1 Released

2009-06-16 Thread Phil Thompson
PyQt v4.5.1, PyQt v3.18.1 and SIP v4.8.1 have been released. These releases correct some bugs and regressions reported since the previous releases. Phil ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listin

Re: [PyQt] Can't load UI files under Turkish locale (again)

2009-06-16 Thread Phil Thompson
On Tue, 16 Jun 2009 11:57:53 +0300, Gökçen Eraslan wrote: > Hi, > > In an early version of PyQt(< 4.4.4) we were having problems about loading > ui > files with Turkish locale like: > > File "/usr/lib/python2.4/site-packages/PyQt4/uic/properties.py", line 220, > in setProperties > getattr(

[PyQt] Can't load UI files under Turkish locale (again)

2009-06-16 Thread Gökçen Eraslan
Hi, In an early version of PyQt(< 4.4.4) we were having problems about loading ui files with Turkish locale like: File "/usr/lib/python2.4/site-packages/PyQt4/uic/properties.py", line 220, in setProperties getattr(widget, "set%s%s" % (propname[0].upper(), propname[1:]))( AttributeError: set

[PyQt] personal names in sidebarUrls of QfileDialog

2009-06-16 Thread Cristina Jurado
 Hi, I want to know if there is any way to set special names to the sidebarUrls in a QFileDialog. This is because I'm working on a pipeline where people can have more than one folder with it's user name, and they may want to have them all

[PyQt] Lock QTableView column+row resize?

2009-06-16 Thread Peter Georges
Hey, I have a simple question... Is there anyway to prevent the user from resizing the rows and columns of a QTableView class? Cheers, Peter. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt