I want to use camera functionality on my application. I have built this functionality using the following link:
Is this the class that does the trick: http://apidocs.meego.com/1.2-preview/qtmobility/qgeoroutingmanager.html ?
I am trying to compile: http://wiki.forum.nokia.com/index.php/Fetching_a_map_tile_in_Qt_using_Google_Maps
I have developed a qt app with which uses mobility and phonon. Qt version is 4.6.3 and Mobility is 1.0.2
I\'m using C++ to make a Qt mobile application for maemo. I have my class declaration, but I get this error:
could any body provide me steps (with screen shots) of integrating Qt Mobility 1.1.0 with Qt 开发者_JAVA百科Creator?
I am making photo gallery开发者_Python百科 application in Nokia Qt, I want to show pictures from device\'s memory card. How can i get pictures from memory card in Qt? As an addendum to eburger\'s answ
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.I r
I have downloaded Qt Mobility Open source project. I had a set of demo apps. And when built it and started the App, I got this error:
I use the following code to get GeoLocation for my app QGeoPositionInfoSource *source = QGeoPositionInfoSource::createDefaultSource(this);