[PyQt] creating a variable number of widget

2012-07-01 Thread David Beck
I am trying to create a GUI for managing a multilingual lexical database. Every word in the database can have 1 to n meanings or senses, each of which has to have several types of information associated with it. This corresponds to a (simplified) XML structure as follows word

[PyQt] Help! Where's my terminal gone??

2012-07-01 Thread Alan Russell
Hi. I am using PyQT4 with Ipython on windows 7. A few times I have executed code (for example executing a print statement) and the results have displayed in a new window, which replaces the terminal in which I typed the code. So far I have found no way of retrieving the terminal in which I was wor

Re: [PyQt] Custom Timeline widget with (Py)Qt

2012-07-01 Thread David Boddie
On Sat, 30 Jun 2012 19:14:04 -0600, Jorge Araya Navarro wrote: > Some people got answers like "you should choose between QML, QGraphic > framework(?) or flat widgets" from questions like this one. So, instead > of writing what I need for my custom Timeline widget, I did a very > explicit "mock up"