Revision 6100115...
Go back to digest for 13th February 2011Optimization in KDE-PIM
Tobias Koenig committed changes in [kdepim/komo3] /:
Use QScrollArea in config dialogs instead of Flickable
Using large native config widgets will result in the allocation of large QNativeImage instances, which cause memory problems on some embedded devices (e.g. WinCE).
So we use a native scrollable to keep the size of the QNativeImages small.
File Changes
Modified 4 files
- mobile/calendar/ConfigDialog.qml
- mobile/calendar/configwidget.ui
- mobile/mail/ConfigDialog.qml
- mobile/mail/configwidget.ui
4 files changed in total