Hi,
I have compiled the example qmusicplayer in the qt sdk example directory, but every time that i try to load a .mp3 or .wav it returns me the error:
"Pins cannot connect due to not supporting...
Type: Posts; User: marsiliano; Keyword(s):
Hi,
I have compiled the example qmusicplayer in the qt sdk example directory, but every time that i try to load a .mp3 or .wav it returns me the error:
"Pins cannot connect due to not supporting...
This is not the problem also if i comment that line it returns me that error
I'm testing it on Symbian^3, Device E7, using Nokia Qt Sdk 1.0.2
Hi, I developed an application, that shows a video, i would like to have the audio output routed to the earphones, I have tried in this way:
#ifndef __AUDIOENGINE_H__
#define __AUDIOENGINE_H__
...
Hi,
I downloaded and installed the Audio routing API, now i need to use it, but i'm not an expert in symbian, I need to change the audio output channel from external speakers to earphones, How can...
Ok, tnx i didn't seen at first glance the second option... Tnx so much for the support
Tnx for you help, the registration on symbian.nokia.com doesn't work for me too. Did you know How can I integrate the plugin API with nokia qt sdk? Because it requires S60 sdk... Tnx
Tnx wizard, and what about Symbian^3?? Are there different API, or I must use S60 5th edition API?
Hi,
I'm developing and application using Qt Mobility, but I'm not able to intercept when I plug in the earphones. How can I do that? How can I enable the audio in the earphones, and disable the...
Hi,
I'm developing a Video Player, using QVideoWidget, actually I'm able to handle the video and the volume of the external spkeakers, but how can I handle the fact that i connect the earphones, and...
Tnx for the suggestion, i'll check
Hi, I'm developing an application for symbian^3 for watching video in progressive download, my problem is that after a minute that i'm watching the video, the phone auto-lock itself and goes in...
Tnx so much for ur support
I found the problem: The QVideoWidget flickers because it is played in the same time I animate a QScrollBar. I removed the animation and now the QVideoWidget works fine without flickers.
Hi,
I have implemented a QVideoWidget that read files that are available on a server, in this way:
I have problem because the playing of the video is not fluid, how can I increase the buffer...
Hi,
I have a QPushButton on which I set a QMenu, i would like to remove the arrow icon that is shown on the right of the button... How can I do that? using stylesheet??
Tnx
Max
Also if i change the order of that lines of code, I always have at least one flicker... Another problem is that when i stop the video, and change the view, i have two black strings that remains on...
It depends... Sometimes only once, sometimes three flickers... consider that the flicker is fullscreen while the QVideoWidget is loaded in a layout...
Hi,
i have inserted a QVideoWidget into an application on a Symbian device, but when i open that page, i have a total black flicker on the device,. Anyone has found that problem? How can i solve it?...
Hi all, i have implemented a GPS-based application, using Qt Mobility and enabling all the possible methods:
QGeoPositionInfoSource m_source = QGeoPositionInfoSource::createDefaultSource(&my...
Hi,
i solved it using a QImageReader and setting the image size to the iconSize, so i'm able to load the images without wasting heap memory
Max
Hi,
I'm trying to load in a QListWidget a list of all the images present in the phone, actually i'm able to find all the images, but when I try to load the icons, i'm able to do that only for the...
ok... so i need to wait... tnx
http://bugreports.qt.nokia.com/browse/QTBUG-12686
I found that this one...
any idea on how i can bypass this bug?
Hi,
i'm trying to load a video from an http website, with a QVideoWidget, but with a website i'll receive this error:
exception on 7 [will close the socket handle - hack]
Anybody knows why i...