Questions tagged [qt-mobility]

Qt Mobility (part of the Qt SDK) enables Qt developers to include standard mobile functionality in their applications as well as provide useful application functionality across desktop platforms

Qt Mobility is available as part of the Qt SDK. These APIs enable Qt developers to include standard mobile functionality in their applications as well as provide useful application functionality across desktop platforms.

77 questions
2
votes
1 answer

Meego 1.2 Harmattan and QCamera application

Is there any way to work with camera with QCamera class in Nokia N9 (Meego 1.2 Harmattan) or I should use another one? Here's my problem: simple application that works fine on Nokia C6-01 (Symbian Anna) doesn't do anything useful on N9. Here're code…
art-o-nawa
  • 329
  • 1
  • 12
2
votes
2 answers

How can I turn on camera flashlight in Symbian, using Qt Mobility

How can I turn on camera flashlight in Symbian, using Qt Mobility?
user707895
  • 351
  • 1
  • 4
  • 15
2
votes
1 answer

QT 4.7.4 QNetwork on symbian using 3g

is it possible to use QNetworkRequest on symbian to make a HTTP request via 3G ? I've a code that work on simulator, but when i put it in device, the device try to connect via wifi. i've try to add this on my pro file : QT += network symbian…
NicoMinsk
  • 1,716
  • 6
  • 28
  • 53
2
votes
1 answer

ISO C++ forbids declaration of ... with no type

I'm using C++ to make a Qt mobile application for maemo. I have my class declaration, but I get this error: ISO C++ forbids declaration of 'QGeoPositionInfoSource' with no type My code is following: phonehelper.h #ifndef PHONEHELPER_H #define…
Łukasz W.
  • 9,538
  • 5
  • 38
  • 63
2
votes
2 answers

QtMultimedia failed to play audio on linux: GStreamer; Unable to play - ""

I'm running Ubuntu 10.10, I successfully installed Qt 4.7.3 SDK (using qt online installer, not from packages) and compiled QtMobility multimedia module so my little test code compile: QMediaPlayer …
Adrien Rey-Jarthon
  • 1,015
  • 2
  • 9
  • 22
2
votes
1 answer

How to integrate Qt Mobility 1.1.0 to Qt Creator?

could any body provide me steps (with screen shots) of integrating Qt Mobility 1.1.0 with Qt Creator? Thanks!
Piyush
  • 2,589
  • 6
  • 38
  • 77
2
votes
1 answer

QtMobility bearer management

I'm creating a Qt Symbian application and need to connect to internet. In some way I need to let the user choose a connection ONCE when the app starts or use the DEFAULT connection if that is enabled. Before I just used qt_SetDefaultIap() to set the…
Mrbiggerm
  • 155
  • 2
  • 9
2
votes
2 answers

What's wrong with this piece of code for saving contacts?

I am using the latest Nokia Qt SDK. I have tried to add the contacts, it's not getting added.. what is missing here? // Construct contact manager for default contact backend QContactManager* cm = new QContactManager("simulator"); //…
Naruto
  • 9,476
  • 37
  • 118
  • 201
2
votes
2 answers

Where can I find QtMobility package for downloading?

I cannot find package of QtMobilty, all links that I found in internet were invalid. Could you please help? I need to install it under Windows(I need QtConnectivity library).
IKM2007
  • 716
  • 1
  • 8
  • 31
2
votes
0 answers

Turn off phone's screen with Qt

Is there a way to turn off or on the screen of the phone from a mobile app written in Qt? Any function for that in QtMobility?
sashoalm
  • 75,001
  • 122
  • 434
  • 781
2
votes
0 answers

qt-sdk - 'configure' is not recognized as an internal or external command

I'm trying to install the qt-sdk so I could use the qt-mobility headers.(on Win xp platform) I downloaded the exe file and installed it, and now I'm trying to follow these instructions: qt-sdk in installed I'm stuck in "Building On Windows" - it…
kakush
  • 3,334
  • 14
  • 47
  • 68
2
votes
1 answer

Qt audio editing

I want to create a qt application similar to Audacity that can run on mobile. Al that I want at the moment is the ability to change volume levels, pitch and tempo. I also want the ability to select, copy and paste parts of the audio file. Do any of…
Gerharddc
  • 3,921
  • 8
  • 45
  • 83
2
votes
2 answers

How can I use QtMultimediaKit on Desktop?

Possibly duplicate question, but I'm not found the answer yet. So, I'm trying to compile Qt example, called "player". This example uses QtMobility API, but on my PC it doesn't compiles. In particular, compiler shows me fatal error: qmediaplayer.h:…
flamingo
  • 496
  • 5
  • 14
1
vote
1 answer

Qt : audio streaming mp3 / wav embedded in a data file

In a mobile phone application, I need to play a sound file (mp3 or wav) embedded in a data file. Currently I need to extract the file to the SDCARD and it is quite slow. However, in Android, I can play it inside a data file without extracting. I…
xuxiang
  • 45
  • 1
  • 6
1
vote
1 answer

How can I add qt-mobility 1.2 to my sis file?

I have QT Quick app for Symbian that use qt mobility 1.2 for Map element representation. So I need to add qt mobility as a dependency to my sis file. For qt mobility 1.1 it is very simple – just add one string to settings of smart installer. But I…
mellkord
  • 148
  • 5