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
1 answer

how to access variable from one class in another in QT mobility?

I have two classes: first generate position data (latitude and longitude), how I can access this data (variables latitude and longitute) in second class? becouse in second class I get crazy number( Here are headers and classes: first header: #ifndef…
user707895
  • 351
  • 1
  • 4
  • 15
0
votes
1 answer

how to calculate speed by gps data in qt mobility?

How I can get my speed, and distance by using gps data in qt? I have such class, maybe is any standart method? #include "mainwindow.h" #include "ui_mainwindow.h" #include "quitdiallog.h" #include #include #include…
user707895
  • 351
  • 1
  • 4
  • 15
0
votes
1 answer

How to implement a Bluetooth A2DP sink?

I'm interested in implementing a a2dp audio sink. The framework of choice so far for me is the bluetooth classes of Qt's QtMobility. I also heard a2dp is using l2cap. Where can I get any more detailed specifications?
guruz
  • 1,604
  • 14
  • 21
0
votes
1 answer

flutter adding a clock widget to column

I have to use the clock wizard in flutter which works fine if insert directly inside body but i want to use it inside a column but it shows error. i've tried to use it as another stateful widget and calling inside children of column but still got…
Abhishek S
  • 27
  • 6
0
votes
5 answers

Allocating memory to a pointer of a class

QGeoRoutingManager: http://apidocs.meego.com/1.0/qtmobility/qgeoroutingmanager-members.html This class doesn't have a constructor. I have forgotten the way to allocate memory to its pointer. I did: QGeoRoutingManager *a = new QGeoRoutingManager…
Aquarius_Girl
  • 21,790
  • 65
  • 230
  • 411
0
votes
1 answer

QGeoPositionInfoSource: What and where are the system's default "sources of location data"?

The following quote is from this link: http://apidocs.meego.com/1.2-preview/qtmobility/qgeopositioninfosource.html#createDefaultSource Creates and returns a position source with the given parent that reads from the system's default sources of …
Aquarius_Girl
  • 21,790
  • 65
  • 230
  • 411
0
votes
1 answer

Finding paths between two given GPS coordinates on Google maps embedded in a Qt widget

Is this the class that does the trick: http://apidocs.meego.com/1.2-preview/qtmobility/qgeoroutingmanager.html ? Or there are some other ways of doing the same?
Aquarius_Girl
  • 21,790
  • 65
  • 230
  • 411
0
votes
1 answer

camera error in qt

I want to use camera functionality on my application. I have built this functionality using the following link: http://doc.qt.nokia.com/qtmobility-1.2/camera.html#still-images But when I run on my Nokia N97 device using USB cable it create an error…
bhavesh N
  • 787
  • 3
  • 9
  • 27
0
votes
1 answer

error: ‘QtMobility’ is not a namespace-name

I am trying to compile: http://wiki.forum.nokia.com/index.php/Fetching_a_map_tile_in_Qt_using_Google_Maps I am using Qt-Mobility 1.2 with Qt 4.7 on OpenSuse 11.2 The errors I am receiving are: MainWindow.h:7: error: ‘QtMobility’ is not a…
Aquarius_Girl
  • 21,790
  • 65
  • 230
  • 411
0
votes
1 answer

How to download the qt mobility examples package in Opensuse 11.2

This example: http://doc.trolltech.com/qtmobility-1.1-tp/fetchgooglemaps.html is not present in the following "qt-mobility-opensource-src-1.2.0" directory: [17:05:10 Tue May 17] ~/tarBalls/qt-mobility-opensource-src-1.2.0/examples $ls annotatedurl…
Aquarius_Girl
  • 21,790
  • 65
  • 230
  • 411
0
votes
1 answer

qt app support problem on nokia e series

I have developed a qt app with which uses mobility and phonon. Qt version is 4.6.3 and Mobility is 1.0.2 Now when i install the smart-installer package on a s60v5 device, It installs correctly and runs also well. But when I try to install it on a E…
Aniket Awati
  • 1,381
  • 3
  • 13
  • 21
0
votes
1 answer

Using Nokia Qt to send message in S60 (Nokia E72)

I am new to Qt, and trying to use QtMobility to send message. I am using example in this link: http://doc.qt.nokia.com/qtmobility/writemessage.html I am able to compile the source code, and it can be tested on the simulator. But when I deploy it to…
dieend
  • 2,231
  • 1
  • 24
  • 29
0
votes
1 answer

Qt: How to use an accesspoint throughout the application?

I'm developing an application for Symbian S60 phones using the Qt Nokia SDK, which sends requests and receives responses from a webservice in every view i have. The problem with this, is that it always asks the user to choose a accesspoint. So what…
Ikky
  • 2,826
  • 14
  • 47
  • 68
0
votes
1 answer

How can I install a Qt Module and use it in my project

I'm trying to use the QtContacts module. I'm using ubuntu artful and qt 5.10 I've tried this: sudo apt-get install qml-module-qtcontacts and this: sudo apt-get install qtdeclarative5-qtcontacts-plugin I put in the .pro file: QT += androidextras…
Fagner Fonseca
  • 293
  • 1
  • 4
  • 15
0
votes
2 answers

How to Programmatically Compose Email using my mail account in Nokia Qt?

I am new to this concept. can you please just give some path to get solution, like which framework or library i need to use in my app for this work. For example: To:examples@example.com subject: test mail Message: body of the message Thanks in…
selladurai
  • 6,491
  • 14
  • 56
  • 88