how to play a video using qt mobility api
this is my code
QMediaPlayer player ;
QMediaPlaylist playlist;
...
Type: Posts; User: mismael; Keyword(s):
how to play a video using qt mobility api
this is my code
QMediaPlayer player ;
QMediaPlaylist playlist;
...
I am from Egypt, I tried many times. Isn't there any other solution?
I am using firmware 39-5
Hi All,
I flashed my Nokia N950 device with the new firmware.
after that I enabled the developer mode to develop on the device, it is supposed to automatically download the
development tools...
I am trying to get a list of images created in a specific date.
Hi everybody,
I want to know how can I use QGalleryMetaDataFilter?
I tried the followinf without any result
QGalleryMetaDataFilter filter();
...
[SOLVED]
in the QVideoSuface::start(QVideoSurfaceFormat & formt)
set the frame rate you want using
format.setFrameRate(qreal)
Hello everybody,
How can I decrease the frame rate of the QCamera?
I am using Qt SDk 1.1 on Nokia C7
Thank you
Is there any body here?
Hi,
I am trying to use QGalleryQueryRequest to get the photos on the phone but this class works on on the simulator but it did not work for the device and return no error.
iRequest = new...
Hi,
I want to use my camera flash as a torch but when I set the camera flashmode to
QCameraExposure::FlashTorch
I got the following error
flash mode is not supported.
how can I use it?
Hi all,
I have a QML ListView which is populated via C++ model this list view contains image which is provided using QdeclarativeImageProvider I want to change the image displayed on one item....
Hi everybody,
I have a problem when importing images from C++ into QML
//main.cpp
QmlApplicationViewer viewer;
QDeclarativeEngine * engine = viewer.engine();
...
I tried the application on N8 and it displays only 4 images. and also I tried it on 5230 but it could not display any image. so i think it is a performance issue because N8 is stronger than 5230.
so...
I think that DocumentQueryModel is not efficient and we should use C++ models instead but I don't know how can I use QGalleryQueryModel from C++ in QML code?
Hi all,
I trying to display the images in the gallery on my phone. I am using QML.
GridView {
anchors.fill: parent
cellWidth: 128
cellHeight: 128
model:...
Hi all,
I built sis file but it did not work on the phone. so i want to log to know where is the problem.
so how can i log to know the error? I think there is a default log file generated for qt...
resolved from here
http://mismael.wordpress.com/2011/05/15/how-to-use-qgalleryquerymodel-with-qml/
can any body help?
I have the same problem
I fixed it.
this example "declarative-music-browser" contained with the mobility library so it should work without any changes but i found that the pro file does not contain
CONFIG += mobility...
Hi all,
I am trying to use QGalleryQueryModel with QML file but i can't get any photo to appear. I am trying to display the images on the phone in my application.
in main.cpp i wrote:
...
Hi all,
When I tried tor run declarative-music-browser on simulator I got the following error
qrc:///musicbrowser.qml:42:1: plugin cannot be loaded for module "QtMobility.gallery": Cannot load...
I finally created the sis file but using the command prompt
I always got capabilities errors it says that I can't use ReadUserData in self-signing so when i commented capabilities line I got the...
what are those functions?
note:- i don't want to open gallery from the system I want to develop it.