Re: [PyQt] Trying to learn ...

2011-08-03 Thread Hans-Peter Jansen
Dear BigAl, On Wednesday 03 August 2011, 01:27:55 Algis Kabaila wrote: Hi, Pete! Looking at testui.py it seems to me that it should/would work without the decorator @pyqtSlot(). This suggests two questions: 1. What is the advantage, if any, to use the decorator in this case? In short:

[PyQt] problems with populate qtablewidget

2011-08-03 Thread Tony Peña
hi, some can help me with my little bit code http://pastebin.com/uyiiEYTvin this i have 2 problems... 1st. when i populate qtablewidget inthe debugger i can read all rows and columns value, 1 by 1.. but just show me out in the application 3 columns 2,3 and 4 with all rows values .. and 2nd

Re: [PyQt] Some advice needed please

2011-08-03 Thread Martin Airs
On Saturday 30 July 2011 22:05:41 Martin Airs wrote: Good evening all, I'm trying to create a very simple chat window, with a QLineEdit at the bottom and a box above for the text. however when enter is pressed in the QLineEdit, I would like the text to be put into the box at the bottom

[PyQt] Threading: process B slowing execution of process A

2011-08-03 Thread James Polk
Howdy All, I have a situation regarding threading that I'm hoping that you gurus can advise on,... I'm doing a UI where I spawn a second, threaded processthe child process affects the parent process by altering the parent's behaviour and/or animation timing. Using modules threading and

[PyQt] Context menu of child widget

2011-08-03 Thread emmanuel_mayssat
Hello all, I am using a composite widget (widget of custom widgets) with a context menu. Each of my child widgets has a context menu as well. I would like in my composite to EXTEND all the context menus of child widgets. For the composite, I tried to reimplement contextMenuEvent method (after

Re: [PyQt] Some advice needed please

2011-08-03 Thread Martin Airs
On Wednesday 03 August 2011 17:42:56 Martin Airs wrote: well I managed to achieve what I was after, I used a scene and graphicsTextItem's in the end here's a little vid, http://airs.me.uk/Videos/chatwindow.ogv its not 100% finished obviously, but you get the idea Martin sorry forgot

[PyQt] Here is how to write PyQt GUI unit tests with QtTest and unittest

2011-08-03 Thread John McGehee
I found no resources on this topic, so I wrote my own article, Test PyQt GUIs with QTest and unittest http://www.voom.net/pyqt-qtest-example I provide a complete example that uses only modules included in Python and PyQt. This is done the simple, direct way--there is nothing to buy or

Re: [PyQt] Here is how to write PyQt GUI unit tests with QtTest and unittest

2011-08-03 Thread Mike Ramirez
On Wednesday, August 03, 2011 04:59:10 PM John McGehee wrote: I found no resources on this topic, so I wrote my own article, Test PyQt GUIs with QTest and unittest http://www.voom.net/pyqt-qtest-example I provide a complete example that uses only modules included in Python and PyQt.

Re: [PyQt] Some advice needed please

2011-08-03 Thread Mike Ramirez
On Wednesday, August 03, 2011 04:49:49 PM Martin Airs wrote: On Wednesday 03 August 2011 17:42:56 Martin Airs wrote: well I managed to achieve what I was after, I used a scene and graphicsTextItem's in the end here's a little vid, http://airs.me.uk/Videos/chatwindow.ogv its not 100%

Re: [PyQt] Some advice needed please

2011-08-03 Thread Mike Ramirez
On Wednesday, August 03, 2011 04:49:49 PM Martin Airs wrote: On Wednesday 03 August 2011 17:42:56 Martin Airs wrote: well I managed to achieve what I was after, I used a scene and graphicsTextItem's in the end here's a little vid, http://airs.me.uk/Videos/chatwindow.ogv its not 100%

Re: [PyQt] Here is how to write PyQt GUI unit tests with QtTest and unittest

2011-08-03 Thread John McGehee
On Wednesday, August 03, 2011 04:59:10 PM John McGehee wrote: I found no resources on this topic, so I wrote my own article, Test PyQt GUIs with QTest and unittest http://www.voom.net/pyqt-qtest-example I provide a complete example that uses only modules included in Python and

Re: [PyQt] Here is how to write PyQt GUI unit tests with QtTest and unittest

2011-08-03 Thread Mike Ramirez
On Wednesday, August 03, 2011 05:50:50 PM John McGehee wrote: On Wednesday, August 03, 2011 04:59:10 PM John McGehee wrote: I found no resources on this topic, so I wrote my own article, Test PyQt GUIs with QTest and unittest http://www.voom.net/pyqt-qtest-example I