Author: Željko Rumenjak
Qt Development: Working with zip files on Symbian
If you are working on an application targeted for Symbian phones, one of the easiest ways to work with zip files is to use existing APIs available on Symbian OS. This is a short blog post that will show you how to use those APIs from your Qt application.
Željko Rumenjak
Qt development – screen area available for apps
A know bug can cause a Qt widget to take up a size that is larger than the screen area available for the application. It results with a part of the application rendered outside of the visible area. Here’s how to solve this annoying issue…
Željko Rumenjak