Re: [Interest] QML Mobile controls

2014-06-10 Thread Ben Lau
Hi, I am also interested to know is anybody working on this? I am writing an Android application using Qt. It needs native look and feel and therefore I have developed some components like ActionBar,NavBar, Navigation Drawer , ViewPager in QML. I would like to share those components but it take t

[Interest] Qt 4.8.6 static UB failing due to "global weak symbol vtable"

2014-06-10 Thread Bob Hood
Sorry to dredge this up again, but I posted about this last January, and I don't think (or recall) that I ever got a usable answer. I'm running into it again. I'm building Qt 4.8.6 static UB under OS X using Xcode 4.x: i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658)

[Interest] Youtube View example in 5.3.0

2014-06-10 Thread Luca Carlon
Hello, I would like to be able to play youtube videos in a QML element. I came across the perfect example in the Qt tree: http://qt-project.org/doc/qt-5/qtwebkitexamples-webkitqml-youtubeview-example.html. However it seems to work perfectly for me on Linux, but not on Windows. What I see is that th

Re: [Interest] ColorAnimation not working on iOS

2014-06-10 Thread Brian Dentino
iOS requires static linking, I believe Android allows either. Thank you for the bug reference, Tim. For what it's worth, I dug this up today: https://bugreports.qt-project.org/browse/QTBUG-14788 Seems like this issue has been around for a while and there was some preliminary investigation done a

Re: [Interest] One MediaPlayer on two VideoOutput elements?

2014-06-10 Thread Neuer User
Hi Yoann The QmlVideoTee is working great :-) Only problem I have is when I destroy an object that I dynamically created and which uses the QmlVideoTee element. I get a segfault. I guess the QmlVideoTee needs a m_tee->removeVideoOutput(out); or similar. Would you be able to add that? I

Re: [Interest] ColorAnimation not working on iOS

2014-06-10 Thread Alex Montgomery
So this bug affects mobile platforms too? Android and IOS can only use statically linked Qt, right? Hopefully this will get fixed soon. On Tue, Jun 10, 2014 at 12:36 AM, Tim Blechmann wrote: > > Apologies if this is not the right thread for these kinds of questions, > > but I am having no luck

[Interest] QML binding on JS function involving JS object modifications

2014-06-10 Thread Christopher Courtois
Hi, I would like to bind from QML to a JS function that tells me if a JS object has a specific property. Example: property bool myAttributeExists : JS.contains("myAttribute") Since JS objects doesn't trigger binding reevaluation I had to introduce a dummy qml property dependency in my contains

[Interest] [QTIFW 1.5 Mac OS X] Online installer tag mismatch

2014-06-10 Thread Greg Larmore
I've created an online installer that works properly on Linux and Windows using QTIFW 1.5. The same installer gets the following error on Mac OS X: Could not fetch a valid version of Updates.xml from repository: http://www.mxim.net/product/toolchain/darwin. Error: tag mismatch I've checked the XM

Re: [Interest] Convert QQuickItem into image

2014-06-10 Thread Ben Lau
Thank you for all of your help. I have implemented a solution very similar to the QQuickItemGrabItem using private API. It is lucky that all of the required components are available in Qt 5.3. On 10 June 2014 02:11, Ben Lau wrote: > > too bad... I need this feature for my application. It can't

Re: [Interest] ColorAnimation not working on iOS

2014-06-10 Thread Tim Blechmann
> Apologies if this is not the right thread for these kinds of questions, > but I am having no luck getting even the simplest example of a Qml > ColorAnimation to work on iOS. I'm wondering if anyone else can > reproduce this. > > I'm using Qt 5.3.0 release, iOS 7.1 and have tested on iPhone 5s as