Questions tagged [qt-maemo]

9 questions
12
votes
2 answers

How do I use foreach with QDomNodeList in Qt?

I'm new to Qt and I'm learning something new every day. Currently, I'm developing a small application for my Nokia N900 in my free time. Everything is fine, I am able to compile and run Maemo applications on the device. I've just learned about the…
Venemo
  • 18,515
  • 13
  • 84
  • 125
7
votes
4 answers

What is the purpose of the garbage (files) that Qt Creator auto-generates and how can I tame them?

I'm fairly new to Qt, and I'm using the new Nokia Qt SDK beta and I'm working to develop a small application for my Nokia N900 in my free time. Fortunately, I was able to set up everything correctly, and also to run my app on the device. I've…
Venemo
  • 18,515
  • 13
  • 84
  • 125
6
votes
4 answers

Python + QT + Gstreamer

I'm working with PyQt and trying to get video from a webcam to play within a QT widget. I've found tutorials for C and Qt, and for python and gtk, but NOTHING for this combo of pyQt and gstreamer. Anybody get this working? This plays the video…
Ptterb
  • 336
  • 2
  • 7
5
votes
1 answer

How to start Qt development on Windows, but targeting Maemo 5?

I've recently heard about Qt and read about how fun it is to develop with. By the way, I'm also buying a Nokia N900 and I heard that its operating system, Maemo 5, supports Qt quite nicely, so I thought I'll give it a shot. I'm a .NET developer, so…
Venemo
  • 18,515
  • 13
  • 84
  • 125
4
votes
6 answers

What Gotchas When Learning C++, If I came from PHP/Java?

I need to learn C++ in order to learn building Nokia WRT and or maemo application. I need to know what gotchas and what aspect of C++ that I need/have to learn or focus more. One thing I got in my mind is that C++ doesn't have garbage collector.…
ariefbayu
  • 21,849
  • 12
  • 71
  • 92
2
votes
1 answer

How to detect incoming call on N900 and display info window based on caller?

Does the N900 allow me to display additional information in parallel to the native application or does the latter always have priority over my process? I'm interested in displaying additional information based on caller id. If it's possible, can you…
initall
  • 2,385
  • 19
  • 27
1
vote
1 answer

Qt Maemo resources screwed up in Scratchbox 1 for the armel target

When I compile my Qt Maemo application in Scratchbox 1, all of the image resources appear completely messed up and corrupted, and the program runs extremely slow. This only happens for the armel target, and works fine in i386. I also get these…
Neil
  • 24,551
  • 15
  • 60
  • 81
0
votes
1 answer

fcam - n900 - mysterious reboot

I wrote an application to take pictures and well it takes pictures, but it also randomly reboots. How can I determine what caused it? Do I need to observe FCam events or can I just write a simple application that takes pictures? Walter
Walter
  • 1,290
  • 2
  • 21
  • 46
0
votes
1 answer

how to publish on ovi store application which uses library from extras repository?

how to publish on ovi store application which uses library from extras repository ? I tried create a homescreen widget and I stopped on this question.
dmtrlbdv
  • 227
  • 4
  • 10