Hi,

I have a problem with a qt application using 4.6.0 qt libraries and running on Windows CE 6.0 on a x86 platform. This application is running in ram and it has an interface with several QPushButton. In a QPushButton, runtime a text is written and the colour is changed (using setStylesheet). During the execution, the text in the QPushButton became very small, even if setStyleSheet didn't change the font size.
Do you have any idea about this problem? Is it possible that a ram corruption can cause a problem to the application interface?

Thank you

Wishmater84