If I understood correctly you want to know how to create multi page application?
If you are using Qt Quick Components for Symbian. then it is wery easy to do what you want. Qt Quick Components is...
Type: Posts; User: miksuh; Keyword(s):
If I understood correctly you want to know how to create multi page application?
If you are using Qt Quick Components for Symbian. then it is wery easy to do what you want. Qt Quick Components is...
Here is a nice example which shows how you can use Nokia Places API in QML application made for the Symbian and MeeGo.
...
Well I can ofcourse use virtualized Windows, but that makes everything so damn slow. Faster computer with more memory would help ofcourse. But in general using clumsy Windows feels like going back to...
WHY did it take so long to say that Remote Compiler service is permanently closed? WHY DIDN'T YOU GIVE ANY DAMN INFORMATION ABOUT THAT? You just silently killed the service whitout telling anything...
EDIT: Ah, there is already couplr of threads about this. Well I hope that this probkem will be fixed soon.
Remote compiler authenticarion does not work anymore.
It seems that authentication...
I have noticed the same. Remote compiler authenticarion does not work anymore.
It seems that authentication problems started when Nokia changed to single account system. You now login to Nokia...
Looks like noone wants to answer to this :P
Does anyone know what is the situation regarding those free tickets? I also got that email promising free admission to the next Nokia World, but I have heard nothing about it since last february.
...
Read this wiki article:
http://wiki.forum.nokia.com/index.php/Qt_Menus
Hmm.. I'm not sure what you mean by that.. Do you mean that you are wondering why there is a menu item called "Actions" in the menu? If that is what you mean then this wiki article explains what it...
I'm using Nokia Qt SDK 1.0.2 on Linux (Debian 5.0 'Lenny'). When I build for the Symbian I use remote compiler.
This is not really answer to the original question, but I see you are trying to read some settings file. Are those settings stored by your application or is that some external settings file coming...
You should also prefer forward declaration instead of including classes in the header file. In case of big project using forward declaration can significantly shorten build time.
Here is an...
Unfortunately Nokia 5800 XPressMusic has no magnetometer (compass), so you can't use that feature on that phone.
Before trying to use a sensor, your application should check validity of sensor...
You can use QtWebkit for this. Here is the official documentation for the Qt's QtWebkit module:
http://doc.qt.nokia.com/4.7/qtwebkit.html
QtWebkit examples:
...
QSystemNetworkInfo is part of Qt Mobility's System Information API, so do you also have lines like these in your .pro-file? Eg.:
You might want to check this out. This solution uses QtWebkit and Google Chart / Google Visualization API:
...
I also have seen some font problems in the Linux version of Nokia Qt SDK simulator. This might be related to problem which SaiPrasad2010 mentioned earlier in this thread.
Eg if your application...
Has someone got the QsKineticScroller working on device running S60 5th edition? Here is what I mean:
http://wiki.forum.nokia.com/index.php/Qt_Kinetic_scrolling_-_from_idea_to_implementation
I...
Qt Mobility 1.1.0 supports vibrartion, so that is possible, note that current version of Qt Nokia SDk has Qt Mobility 1.0.2. New version of Qt Nokia SDK will probably be released soon early next...
I have also been planning to implement adaptive search at some point. I think that to implement what you want can be solved by implementing your own subclass of QInputContext this would create your...
Actually there is some solution for the Qt application getting notified when virtual keyboard is closed. Read about it from the Forum Nokia wiki:
...
We are not talking about QKeyEvent here, but getting notified when the virtual keyboard is closed.
And in some cases using textChanged signal just does not solve the problem and you really need to...
Well I think that Nokia wants some commitment to development from developers who publish on Ovi Store. If you would allow every sunday coder to publish his school work on store then soon there would...
I'm one of those who would really appreciate Linux version of S60 SDK, Carbide IDE and emulator.
I'm currently learning Symbian C++ programming. I have been trying to find S60 SDK and development...