Re: [Interest] QVideoProbe Woes

2014-02-07 Thread Jason H
Excellent. I do find it confusing though, I expected the QML elements to be exports of the Q* classes, but this doesn't seem to be the case. Anyway, I now have that fixed, and working. Thank you. From: Lopes Yoann To: Jason H Cc: Interests Qt Sent: Frida

Re: [Interest] Render QQuickView into another window?

2014-02-07 Thread MaxEd
This seems interesting. So, if QQuickRenderControl is public, the code to render QQuickWindow to other window would looks like that? QQuickView view; view.setSource( "form.qml" ); QWindow *pOtherWindow = QWindow::fromWinId( otherWindowId ); QOpenGLContext ctx; ctx.makeCurrent( pOtherWindow ); Q

Re: [Interest] QVideoProbe Woes

2014-02-07 Thread Lopes Yoann
1. I'm trying to work with video here. you keep mentioning audio, but how does QVideoProbe work with audio-derived classes? Even if it may sound strange, QDeclarativeAudio is not audio-specific... in fact it just wraps a QMediaPlayer, which can be used for audio or video. 2a. using a Video ele

Re: [Interest] Render QQuickView into another window?

2014-02-07 Thread Gunnar Sletta
It isn't really possible right now, but there is some progress. Have a look at the QQuickRenderControl which is part of https://codereview.qt-project.org/#change,76700 The plan is to eventually make this public API. cheers, Gunnar On 07 Feb 2014, at 08:07, Max Savenkov wrote: > I want to ren

Re: [Interest] qmlx11 plugin

2014-02-07 Thread Thiago Macieira
Em sex 07 fev 2014, às 07:02:34, Rutledge Shawn escreveu: > OK maybe not in QPA itself… but we have other modules that go a little into > system management territory, like Bearer Management, Bluetooth device > discovery, sensors, system info etc. (As it is, I also wish the Bluetooth > support were

Re: [Interest] QVideoProbe Woes

2014-02-07 Thread Jason H
Well I am please, and confused at the same time. It works, but I have concerns. 1. I'm trying to work with video here. you keep mentioning audio, but how does QVideoProbe work with audio-derived classes? 2. When: 2a. using a Video element I try the code you supplied player is null after the cast

Re: [Interest] QVideoProbe Woes

2014-02-07 Thread Lopes Yoann
On Feb 6, 2014, at 10:07 PM, Jason H wrote: So I made a basic wrapper class (included below) for QVideoProbe to expose it to QML. I can set the source property, but when I do it reports it gets a QDeclaritiveAudio class instance, ans the setSource() call fails. How can I get the video part of i

[Interest] Qt-5.2.1 builds with mingw-w64

2014-02-07 Thread Alexey Pavlov
Hi! I'm pleased to announce my new Qt5 builds based on Qt-5.2.1. *32-bit:* x32-Qt-5.2.1+QtCreator-3.0.1-(gcc-4.8.2-dwarf).7z *64-bit:* x64-Qt-

Re: [Interest] R: Qt creator and source files date problem

2014-02-07 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf > Of Simone > Sent: Friday, February 07, 2014 9:26 AM > To: interest@qt-project.org > Subject: [Interest] R: Qt creator and source fi

[Interest] R: Qt creator and source files date problem

2014-02-07 Thread Simone
Hello, Sorry, I sent the email without writing it… I have a problem with the build of my application, if the date of files (in my case QML files inside a QRC) is older than previous build, qtcreator skip to build the Resources file. When I run my application, I cannot see my changes, and I d

[Interest] Qt creator and source files date problem

2014-02-07 Thread Simone
Hello all, i have a problem with the build of my application, ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest