Re: [PyQt] dip: question about changing UI elements based on task

2012-07-27 Thread Phil Thompson
On Fri, 27 Jul 2012 16:16:58 -0400, Darren Dale wrote: > I'm developing an application that has to support various loosely > coupled tasks. For example, take an IDE where you switch between code > editing and UI design tasks. These two tasks would each contribute > their own central window, dock w

[PyQt] dip: question about changing UI elements based on task

2012-07-27 Thread Darren Dale
I'm developing an application that has to support various loosely coupled tasks. For example, take an IDE where you switch between code editing and UI design tasks. These two tasks would each contribute their own central window, dock windows, menu items, and tools bars to the main window. Each task

Re: [PyQt] Model/view: values of type Decimal not shown

2012-07-27 Thread Hans-Peter Jansen
Am Thursday 26 July 2012 20:24:13 schrieb Sibylle Koczian: > Hello, > > I don't know how to get numeric data from my model to my GUI, if they > aren't floats but decimal.Decimal. In the following example the last > column of the view and the last QLineEdit of the form both stay > empty. The model d