PDA

View Full Version : Graph plotting on QFrame using QPainter+ rotation of QMainWindow



sushmars
5th September 2011, 09:21
Hi,
I have rotated QMainWindow to 90 degree using QGraphics View. Now i am not getting proper real time ECG graph on QFrame using QPaintEvent function. just i am getting current line and previous continuous lines will not visible. If i comment QMainWindow rotation function, everything is proper. Please tell me how to solve this.


Thanks in advance.

raghavendraningoji
7th September 2011, 07:48
I am also having similar problem

Hay i am facing a trivial problem in qt.I have builded a qt application on my linux desktop.And it has some real time graph plottings.And it runs fine.I am plotting outside paint event by setting attributes.When i ran same app in my arm based parocessor environment(where exactly we need to fit final application), i am getting error as qpainter not active.
In arm i am running app with -qws. Is this the issue with X11 server as we can only plot outside painevent in x11 only.
Just to overcome this issue i tried with pain event which works fine..but my app dimension is 320*240.In my arm environment the LCD size is 240*320,so i rotared my app by placing it in a qgraphics scene.After this rotation even i could't able to c the graph.

So whats the solution.?How can i solve this issue..?any ideas?