Re: [Interest] Looking for help or for a QT developer

2012-05-01 Thread Uwe Rathmann
On Sat, 28 Apr 2012 10:53:03 +0200, Cyril HAENEL wrote: Thus what I need is just a QT app which simulate a TFT screen by creating an 480x272 image in which ... Are you trying to reinvent qvfb ( http://qt-project.org/doc/qt-4.8/qvfb.html ) ? Uwe

[Interest] Looking for help or for a QT developer

2012-04-28 Thread Cyril HAENEL
Hello, I have a very small QT application to do for my personal use but after some days of unsuccessful I am looking for help. I am sure a QT guru can do this application in less than half an hour !! I am an electronic and C programmer enthusiast (not C++!!) . For a project which use a TFT

Re: [Interest] Looking for help or for a QT developer

2012-04-28 Thread Jonathan Greig
You can only use QPixmap from the main (GUI) thread. Look at this for more info: http://lists.trolltech.com/qt-interest/2008-11/msg00534.html I'm mentally parsing your code from my phone, but it looks like you should use an intermediate struct or QByteArray when you need to mess with the pixmap