Re: [PyQt] TableView Cell Delegates

2012-10-29 Thread David Boddie
On Mon, 29 Oct 2012 11:09:25 +, Cristobal Infante wrote: > What I want is to change the background of a tableview cell, from what I > understand > I should be looking at the Qt.BackgroundRole. So far I havent bee able to > get it working. You need to make sure that the model supplies data for

[PyQt] Custom widget SIP bindings: style not applied

2012-10-29 Thread Alexander Bruy
Hi all, I subclassed QLineEdit and created custom lineedit widget with builtin button to clear it. This code in C++ and it works as expected (see attached images cpp_widget_empty.png and cpp_widget_with_text.png). Then I tried to wrap this C++ code with SIP and make custom widget available in Pyth

[PyQt] dip development

2012-10-29 Thread o.fourn...@perigord.com
Hello, dip development is stopped or just sleeping? (I would like know if I can build an application with it ) Best regards. Olivier Fournier ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] TableView Cell Delegates

2012-10-29 Thread Cristobal Infante
Hi everyone, I am struggling to get what seems to be a simple delegate working. What I want is to change the background of a tableview cell, from what I understand I should be looking at the Qt.BackgroundRole. So far I havent bee able to get it working. What I have so far, is a delegate that fil