[maemo-developers] Qt homescreen widgets not working with CSSU?
From: Alberto Mardegan mardy at users.sourceforge.netDate: Tue May 3 20:49:18 EEST 2011
- Previous message: Qt homescreen widgets not working with CSSU?
- Next message: maemo.org Website Bug Jar 2011.18
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Timur, On 05/01/2011 11:14 PM, Timur Kristóf wrote: > As it turns out, the raster graphics system is totally borked on it, and > some stuff simply doesn't work on it well. This issue may be related to > the already known bugs. Your hint was extremely precious! Indeed, adding this just at the beginning of main() does the trick: if (qstrcmp(qVersion(), "4.7.2") == 0) { QApplication::setGraphicsSystem("native"); syslog(LOG_DEBUG, "Using native graphicssystem"); } Guess it's time for a new release. :-) Ciao, Alberto -- http://blog.mardy.it <- geek in un lingua international!
- Previous message: Qt homescreen widgets not working with CSSU?
- Next message: maemo.org Website Bug Jar 2011.18
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]