Tagged Questions

10
votes
4answers
533 views

Does anyone know Nokia's strategy on Qt, Symbian, Maemo, MeeGo?

I don't know this question should or shouldn't be here but I wonder so much. What will Nokia do with Qt, Symbian (3rd, 5th, 1, 2, 3 ...) and MeeGo (Meego will be with symbian or will replace Symbian) ...
5
votes
4answers
651 views

Code coverage tools for Symbian C++ and Maemo

What code coverage tools have you used with Symbian C++ and Maemo? What are the pros and cons of the tool you are using?
1
vote
1answer
108 views

Maemo / Symbian and external libaries

How can I know,whether an external library can be compiled to work on a different platform? the library for instance is tesseract-ocr And if it possible, how do I do this?? (Basically I would like to ...
0
votes
1answer
34 views

How to port a compiled code for Maemo 5 into Symbian Anna devices?

I've compiled code of Maemo 5. How would I port it to Symbian Anna device? How do I compile the same code for Symbian Anna device? Any hints/articles related to it would be helpful.
0
votes
1answer
74 views

QPainter width and height

Is there any chance to find out the size of the QPainter? I am using QPainter for drawing the whole graphic interface for a mobile app. The problem is that certain application overlay the window with ...
0
votes
1answer
653 views

Passing state between screens in a Symbian/QML app

I'm trying to use a Loader to load full screen components to changing screens in a Symbian/QML project. This doesn't feel like the correct way to do it, so I'm probably missing something obvious. The ...
0
votes
1answer
117 views

Read from “output” as from “input”

Some on of you saw this. So the question is, how to access mobile audio out in read mode? Thank you!