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
0
votes
2 answers

Nokia Qt Mobility: How to get Photos from memory card?

I am making photo gallery application in Nokia Qt, I want to show pictures from device's memory card. How can i get pictures from memory card in Qt?
Piyush
  • 2,589
  • 6
  • 38
  • 77
0
votes
1 answer

How do I get phone info in QT? (carrier, device model, device manufacturer)

I've found something like below on the net //Get S60 version and display it on label switch (QSysInfo::s60Version ()) { case QSysInfo::SV_S60_3_1: return "S60 version: S60 3.1"; case QSysInfo::SV_S60_3_2: return "S60 version: S60 3.2"; …
argh
  • 933
  • 13
  • 37
0
votes
2 answers

QtMobility camera on Symbian

Is it possible to show standard camera view (system camera view) using QtMobility on Symbian? I have Nokia N97. How can I show system camera view using QtMobility? Thanks in advance.
Sergey
  • 813
  • 2
  • 7
  • 18
0
votes
2 answers

Detect roaming (switching the Access Point) with QtMobility?

I need to write an application, that detects roaming from one access point to another if I'm connected to WLAN. Unfortunately I couldn't find anything that detects roaming for me. All I could find are some explanations in the Bearer API. One…
cyphorious
  • 809
  • 3
  • 7
  • 19
0
votes
1 answer

Using QtMobility in QtCreator: Setup?

I am trying to set up a development environment to play around with developing Qt apps for Symbian devices. I have succesfully set up the environment and am able to create simple apps such as HelloWorld and get them to run on my device. I would…
DaveJohnston
  • 10,031
  • 10
  • 54
  • 83
0
votes
2 answers

QGeoCoordinate: No such file or directory

I’m trying to use QtLocation but I can’t! I don’t realise why! I’m using qt5.3.2 with ubuntu 14.04. it’s strange because I added this lines to my .pro file: QT += network CONFIG += mobility MOBILITY += location and it’s qmake successfully.…
HMD
  • 2,202
  • 6
  • 24
  • 37
0
votes
3 answers

OPC UA support for QT mobile

I was looking into options of OPC UA client for ios and Android. I found out that there are some solutions available natively in android and iOS Does anyone have idea on "QT mobile" in this regard ? Does QT have any inbuilt support for "OPC UA" . I…
Rahul Raj
  • 367
  • 3
  • 17
0
votes
1 answer

Saving recording to MP3 container in Qt

I am programming on the Windows 7 platform using Qt 4.8.4, Qt Mobility 1.2 and C++. I am attempting to record audio from the front jack and save it to a file in mp3 format. I have the program working with the LAME encoder, but the file is being…
0
votes
0 answers

QFeedbackHapticsEffect::setPeriod() has no effect

I want to start repeating vibration on a Nokia 5800. The docs say I should be using QFeedbackHapticsEffect::setPeriod(), and I try with this code: QFeedbackHapticsEffect *effect = new…
sashoalm
  • 75,001
  • 122
  • 434
  • 781
0
votes
1 answer

qmobilityglobal.h: No such file or directory

I'm trying to compile one of QtMobility's samples - hapticsplayer, but I can't even compile it, because the compiler can't find Qt Mobility's headers. Since this is one of the samples shipped with Qt SDK, I assume that everything about the project…
sashoalm
  • 75,001
  • 122
  • 434
  • 781
0
votes
1 answer

QMessageManager queryMessages does not work in Nokia N8

I am trying to read SMS messages from Symbian phone inbox. I created an app with Qt Creator and got it working in Symbian Simulator, but in Nokia N8 it cannot read any messages (SMS or email). Here is my minimal code: #include…
ketorin
  • 1,034
  • 2
  • 12
  • 21
0
votes
1 answer

Filtering with QML Document Gallery (Qt Mobility)

I want to filter albums for only one artist, but nothing is shown. My code is: SelectArtistPage.qml: import QtQuick 1.1 import com.nokia.meego 1.0 import QtMobility.gallery 1.1 Page { id: selectArtistPage tools: backtoolbar property…
marmistrz
  • 5,974
  • 10
  • 42
  • 94
0
votes
1 answer

Building Qt Messaging Framework On Mac

I'm trying to build the latest version of the QMF from the Git sources on OS X 10.6 but I keep running into this error: "QPrivatelyImplemented::~QPrivatelyImplemented()", referenced from: …
Nicholas Smith
  • 11,642
  • 6
  • 37
  • 55
0
votes
1 answer

Getting my position in QtQuick

I need to get my location in nokia QT. I have the following code: Rectangle { id: page width: 350 height: 350 PositionSource { id: positionSource updateInterval: 1000 …
Bayan
  • 283
  • 4
  • 14
-1
votes
1 answer

QSystemNetworkInfo not found

I want to compile a Qt project on desktop, but I get an error: QSystemNetworkInfo: file not found. I have added INCLUDEPATH to my .pro file, but I still get the error. Any suggestions?
deddihp
  • 653
  • 1
  • 6
  • 17