Re: [Interest] Camera support for QtWebEngine

2017-05-24 Thread Daniel Mack
On 05/24/2017 08:20 PM, Konstantin Tokarev wrote: > > > 24.05.2017, 20:54, "Daniel Mack" : >> Hi, >> >> I'm running QtWebKit 5.8 on Linux on aarch64 - the binaries are built >> with Yocto/OpenEmbedded, using the meta-qt5 layer. > > QtWebKit or QtWebEngine? Oh, sorry! QtWebEngine! Thanks, Dani

Re: [Interest] Camera support for QtWebEngine

2017-05-24 Thread Konstantin Tokarev
24.05.2017, 20:54, "Daniel Mack" : > Hi, > > I'm running QtWebKit 5.8 on Linux on aarch64 - the binaries are built > with Yocto/OpenEmbedded, using the meta-qt5 layer. QtWebKit or QtWebEngine? > > Out-of-the-box, access to V4L2 camera devices isn't supported, and I > wonder where to start looki

[Interest] Camera support for QtWebEngine

2017-05-24 Thread Daniel Mack
Hi, I'm running QtWebKit 5.8 on Linux on aarch64 - the binaries are built with Yocto/OpenEmbedded, using the meta-qt5 layer. Out-of-the-box, access to V4L2 camera devices isn't supported, and I wonder where to start looking. The same application works fine on x86-64, so it's really a platform-spe

Re: [Interest] [SOLVED] Qt 5.8 font detection vs Qt 5.3.2 font detection

2017-05-24 Thread Nguyen Huu Minh
Hello, For future reference. We tried rebuilding Qt 5.8.0 from scratch again, this time making sure we have all packages installed as recommended by the wiki and the docs. Doing so fixed the problem. Thanks for the help, Minh From: Nguyen Huu Minh [mailto:huuminh.ngu...@vandewiele.com] Sent:

[Interest] Qt3D Entity tree for loaded object with SceneLoader

2017-05-24 Thread doe
Hi, I use Qt5.8 Qt3D2 C++ API and load a 3d file with Qt3DRender::sceneLoader (e.g. ply or .obj). I can see it in my view; works fine. However, now I want to read (copy, modify) the geometry, materials etc. that come with this loaded object. Unfortunately, in the entity tree m_rootEntity->co

Re: [Interest] Issue with ComboBox style properties in QtQuick.Controls 2.1

2017-05-24 Thread Mark R Youngquist
Qt Quick Controls 2 does not use the style property as controls 1 does. See documentation here for customizing the look and feel: https://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-combobox Customizing Qt Quick Controls 2 | Qt Quick Controls 2 5.8

Re: [Interest] black screen with iOS app over airplay?

2017-05-24 Thread Tor Arne Vestbø
https://bugreports.qt.io/browse/QTBUG-56768 On 13/05/2017 18:56, Patrick Stinson wrote: Hmm. This did not work for me and I am starting to realize that there are more problems in the Qt code than we may be aware. One problem, and maybe the main problem, is that Qt seems to incorrectly rely on t

Re: [Interest] [Development] Calls for Presentations open for Qt World Summit 2017 and Meeting C++

2017-05-24 Thread Milian Wolff
On Wednesday, May 10, 2017 12:47:17 PM CEST Tero Kojo wrote: > Hello, > > I'd like to remind everybody that we have the Call for Presentations for Qt > World Summit 2017 open. > https://www.qtworldsummit.com/call-for-presentations/ > If you have anything that might be interesting to the Qt world,

Re: [Interest] Qt 5.8 font detection vs Qt 5.3.2 font detection

2017-05-24 Thread Nguyen Huu Minh
Hi, That would work, but what we do not understand is why this behaviour changed between the Qt versions. Greetings, Minh From: Michael Sué [mailto:s...@sf.mpg.de] Sent: zaterdag 13 mei 2017 16:39 To: Nguyen Huu Minh; interest@qt-project.org Subject: Re: [Interest] Qt 5.8 font detection vs Qt

Re: [Interest] Qt 5.8 font detection vs Qt 5.3.2 font detection

2017-05-24 Thread Nguyen Huu Minh
I accidently replied to Nikos only. We also tried recompiling Qt following the instructions on this link http://doc.qt.io/qt-5/linux-requirements.html, http://doc.qt.io/qt-5/linux-requirements.html> but it did not seem to make difference. I understand the fontconfig is responsible for finding fo