Qt 4.7 && arm && window update problem
-
Hi all,
I developed a simple application for the BeagleBoard that simply has a QMainWindow.
I have a QTabWidget as QMainWindow's centralWidget with 3 tabs and in every tab I show a different image.
It works fine in a linux pc but I got a problem in the beagleboard.
I start the application in the BeagleBoard with -qws option.
The application starts but when I click a tab to show it, the new image in the clicked tab is shown only for half. The other part of the image is the previous image (the one in the previous tab).
This happens only if I show the QMainWindow with showFullScreen (in the BeagleBoard).I haven't this problem with Qt 4.6.3.
-
[quote author="Luca" date="1285842289"]
Can you help me in finding 4.7.1 source... ?[/quote]"http://qt.gitorious.org/qt/qt":http://qt.gitorious.org/qt/qt , branch 4.7 contains the commits after the 4.7.0 release, what someday will become 4.7.1.