[Interest] i'm searching for help about viexfinder who not show camera images

2016-04-28 Thread Jérôme Lanteri
HI, and thank you very much to be interested to my problem, i really appreciate your help on this problem (5 month unresolved now). i stop my intel driver to use archlinux default one (works better), then i see on code that the problem seems to come from the viewfinder. Then i post you the part

Re: [Interest] [QT3D] How Do I render multiple QEntities in different QViewports in C++?

2016-04-28 Thread charleyb123 .
Pierre spaketh: > Dear Sirs > > First: Thank you for Qt3d. The KDAB people are heroes in my book. > > +1 A very big "Thank You!" to what KDAB does in Qt3D. They probably don't hear it often enough for all their work-and-contributions, but Qt3D is truly technology that pushes

Re: [Interest] [QtQuick] Interaction with user from C++

2016-04-28 Thread Ben Lau
On 28 April 2016 at 05:02, Jérôme Godbout wrote: > >>I wrote a simple code where a timer increment an int and a text showing > that int in QML. And from that QML called a C++ function which blocks it. > > Take care, animation and rendering seem to be different thread. The Qml

[Interest] Changing Android project default compilation settings

2016-04-28 Thread Nuno Santos
Hi, I need to change the default android build settings for a project. One thing that I have noted is that if I add things to .pro file, the changes doesn’t reflect in the source code building. I have tried to change directly on .mkspec file and it worked. Is there any other recommended way of

[Interest] QGuiApplication::focusObject not working in Qt 5.5.0

2016-04-28 Thread Nate Rogers via Interest
I just upgraded to Qt 5.5.0 from Qt 5.3.2 and now my key presses are not working.  I am using QGuiApplication::focusObject to get the current object to send key press events to for a 5-way button I use on my embedded system to duplicate the arrow keys on a keyboard. Here is the code that sends

Re: [Interest] [qt-android][qt-iOS] Is it possible to disable page scrolling when software keyboard is being shown?

2016-04-28 Thread Liang Jian
Thank you for the answer, I think this should work :-) On Wed, Apr 27, 2016 at 8:02 PM, Mike Krus wrote: > Hi > > the trick I used in the past is to: > - put a MouseArea as a child of the TextField to stop the focus becoming > active > - onClicked, move the TextField to

[Interest] viewfinder failed on official QCamera example (C++ QWidget code) for archlinux OS

2016-04-28 Thread Jérôme Lanteri
HI, and thank you very much to be interested to my problem, i really appreciate your help on this problem (5 month unresolved now). i stop my intel driver to use archlinux default one (works better), then i see on code that the problem seems to come from the viewfinder. Then i post you the part

Re: [Interest] Few questions regarding Qt Quick Scene Graph

2016-04-28 Thread Gunnar Sletta
> On 27 Apr 2016, at 22:47, Artem Fedoskin wrote: > > 1. I have experimented a little with the Scene Graph and got following > results: > • Rectangles with the same color were batched > • Differently colored rectangles weren't batched Yeah, this is explained

[Interest] QML and Cocoa based text edit

2016-04-28 Thread Jani Tykka
Hi, I'm investigating whether it'd be possible to enable native dictation on QML editors on OS X. I have found that to be able to enable dictation the editor control needs to be Cocoa based. All ideas are welcome on how to enable dictation on editor controls on QML. Thanks, Jani -- This

Re: [Interest] [QtQuick] Interaction with user from C++

2016-04-28 Thread Sina Dogru
2016-04-28 0:02 GMT+03:00 Jérôme Godbout : > > Take care, animation and rendering seem to be different thread. The Qml > main thread should block. Maybe I don't get it what you tried here. > > Just want to find out that what I am actually blocking by blocking the flow inside a