Re: [PyQt] Re: [Eric] Linguist question

2009-11-11 Thread Michele Petrazzo - Unipex
Detlev Offenbach wrote: Hi, Hi, sorry for this month of run. I'm now here for say that I continuing to dive into this problem. pylupdate4 show me some errors that lupdate not show. something like "gui/main.py:419: Unterminated string" and on that line I have """Emit the signal on selection"

[PyQt] setWindowOpacity

2009-11-11 Thread Tim and Alison Bentley
I am attempting to build a program which uses labels to display information on a screen. It is easy to replace the display as it uses a label to store the pixmap image. self.display.setPixmap(image) where self.display is defined as a QLabel. What I would like to do is to be able to fade the ima

Re: [PyQt] setWindowOpacity

2009-11-11 Thread David Boddie
On Wed Nov 11 17:32:36 GMT 2009, Tim and Alison Bentley wrote: > What I would like to do is to be able to fade the images in and out > > self.setWindowOpacity(0.5) > self.display.setPixmap(image) > self.setWindowOpacity(1) > > I accept it may be necessary to add

[PyQt] QTreeView Drop Target: Between Rows, Column 1

2009-11-11 Thread Doogster
How do I set the drop target in my QTreeView to be between any row in Column 1? To set the drop target to be between rows, I have flags return ItemIsDropEnabled if the index is invalid. However, an invalid index has both the row and column set to -1. That prevents me from narrowing the drop target

[PyQt] Re: restoreState not working for QDockWidgets

2009-11-11 Thread Brian Zambrano
Anyone have any advice on this? BZ On Sun, Nov 8, 2009 at 8:29 PM, Brian Zambrano wrote: > In my mainwindow, I'm calling saveState and restoreState. This is working > like a charm for the main window's geometry. However, the three dock > widgets contained in the main window are reset in betwe

Re: [PyQt] restoreState not working for QDockWidgets

2009-11-11 Thread Hans-Peter Jansen
On Monday 09 November 2009, 05:29:29 Brian Zambrano wrote: > In my mainwindow, I'm calling saveState and restoreState. This is > working like a charm for the main window's geometry. However, the three > dock widgets contained in the main window are reset in between sessions. > I've made sure to

[PyQt] insert a radio button in menu of menubar

2009-11-11 Thread vidyadhar
I want to have a radio button on menu entries in the menubar. eg: like a gedit in linux please help me out thanks -- View this message in context: http://old.nabble.com/insert-a-radio-button-in-menu-of-menubar-tp26314448p26314448.html Sent from the PyQt mailing list archive at Nabble.com. __