[Interest] Question About Python Fontend To QImage.setPixel And QImage.Format_*

2012-03-03 Thread Kevin McGuire
I looked around, and was not able to find any bug type repository for Qt easily. It may exist, but also too I figured you guys might know better. I have been using the QImage widget with Python build 3.2 x64 on Win7 with Qt4. I was working with setPixel and after a few hours looking for the bug I r

Re: [Interest] QSqlQueryModel refresh

2012-03-03 Thread Bo Thorsen
No, the setQuery will do the refresh for you. Bo. Den 03-03-2012 16:30, Jason H skrev: > The problem with this, is I need a whole other model to assign it to > because some engineer put an: > if (model == newModel) return; > construct in the code. > > I really should be able to have the model inf

Re: [Interest] QSqlQueryModel refresh

2012-03-03 Thread Jason H
The problem with this, is I need a whole other model to assign it to because some engineer put an: if (model == newModel) return; construct in the code.  I really should be able to have the model inform the views that the cell has changed and have them retrieve the data using DisplayRole and a