hi,
I implement a demo, that can show display lot of picture and have flicker feature also.
but I also want implement this feature that user can drag the picture that displayed wherever they...
Type: Posts; User: xiaojun789; Keyword(s):
hi,
I implement a demo, that can show display lot of picture and have flicker feature also.
but I also want implement this feature that user can drag the picture that displayed wherever they...
Thanks very much. I can seek video now.
Thanks, Is the video playing when you call the setVideoPosition fucntion? and what's your environment for the code running?
BTW, I run this on Ubuntu environment..
Thanks~! pls see following code, that's my way
Video{
id:videoPlayer
anchors.fill: videoPlayerItem // never forget to mention the size and position
...
yes, it has that property, but I set this property, it doesn't take effect. have you try it?
Thanks~!
I use this in Maemo develop environment or Ubuntu. if I use the QtSDK directly, also has that problem..
hi ,
I use video element of QML to play a video. I want to implement seek the video using Video element, but I found there is no such kind property or method of Video to support this feature.....
yes, I have already try, and when I call the show function, the widget will show as a windows. you know as we don't set the parent to the widget. I also set the widget's parent to QDecllarativeView,...
hi
I implement a widget and expose to the QML, the QML can call the widget the function and proporty. but how to show the widget in the QML layout?
Thanks~!
hi gaba88,
Thanks. Can you give some example Code for the option 1???
BRs
hi gaba88,
I want to implement a video player, like you give me the link shows. but there is some different with that one. I want to use QtMobiliyty multimedia tool to play the video(using...
Thanks~!,
yes,I know QML provide the video element for video playing.but it can't run successfully on N900. I wan't using mobility to play the video, but how to show the video window using QML is...
hi all,
I want to implement a video player application. and the UI part I want to use QML, and play core using the Qt mobility. but there is a question for me , how to output the the video...
hi.
I want to implement a float window on maemo. And in windows we use the function setWindowFlags(Qt::WindowStaysOnTopHint), but when run in maemo it also fullscreen.
do some one told me how...
I think you can put your code in the paintEvent() function.