Thursday, 8 August 2013

How to change the Screen coordinates to bottom left corner

How to change the Screen coordinates to bottom left corner

By default, y-axis in a Qt Window is increasing from top to bottom. How
can i convert it from bottom to top of the window. I have seen a solution
in Qt Widget application, but how can we do it in a QML project.Here
QWindow is the root of the application.
In OpenGL, the y axis is increasing from bottom to top, but in Qt it is in
reverse style. Why it is like that ?
Regards Ansif

No comments:

Post a Comment