-1

I am running qt 4.7 on Mac OS X and the coordinates are being drawn wrong for glwidget. I've tried it on a Fedora box and it works fine. Does anyone know if there's a bug in glwidget for mac? or how I can fix it?

newDelete
  • 385
  • 2
  • 10
  • 2
    Please post some source code. Preferrably a fully working, minimal example that exhibits the described behaviour. – datenwolf Mar 10 '11 at 18:27
  • Some code will help people understand and reproduce your issue. You can check for known Qt bugs here: http://bugreports.qt.nokia.com/secure/IssueNavigator.jspa – Arnold Spence Mar 10 '11 at 19:36

1 Answers1

0

Found a solution: I had original installed only the libs, but when I installed the framework with qtcreator it worked!!!

newDelete
  • 385
  • 2
  • 10