![]() |
2010-02-02
, 12:04
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#2
|
![]() |
2010-02-02
, 12:12
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#3
|
I created a slider in QT4.6:
Phonon::SeekSlider *slider = new Phonon::SeekSlider(this);
In SDK runtime, the slider however is always disabled. I cannot drag nor click it. Strangely, when I run the same code on my N900, I can interact with the UL normally.
I am pretty sure the bug is not causing by my code because when I open the default media player in SDK runtime, the slider bar is disabled as well (even when a song is playing).
Can anyone give me some pointers how to solve this?