[Interest] Rendering simple QPainterPath with Qt3D

2016-03-13 Thread Ch'Gans
Hi there, I have an application that use heavily the Qt graphics view framework, where each item represent a flat, solid object on a layer of material. They all have a "simple" shape, that is they only use line and arcs and have no windings/overlaps. Items represents a deposit of material or a mat

Re: [Interest] Building Qt 5.5.1 on CentOS 5

2016-03-13 Thread Simon Matthews
This appears to work. I believe that I have a successful build on Qt 5.5.1 on CentOS5. Simon From: Interest on behalf of Thiago Macieira Sent: Saturday, March 12, 2016 5:00 PM To: interest@qt-project.org Subject: Re: [Interest] Building Qt 5.5.1 on Cent

Re: [Interest] Building Qt 5.5.1 on CentOS 5

2016-03-13 Thread Thiago Macieira
On sábado, 12 de março de 2016 21:57:00 PST Simon Matthews wrote: > How practical would it be to remove the signalfd code from 5.5.1? It might be as simple as backporting the patch. YMMV. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Cent

Re: [Interest] Modify only some properties of current Qt Quick Controls style?

2016-03-13 Thread Giuseppe D'Angelo
Il 13/03/2016 13:32, Elvis Stansvik ha scritto: How do I adjust only single properties, while inheriting the rest from the "Flat" style? Maybe changing them in the Component.onCompleted handler? Cheers, -- Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senior Software Engineer KDAB (UK) Ltd

[Interest] Modify only some properties of current Qt Quick Controls style?

2016-03-13 Thread Elvis Stansvik
Hi all, I'd like to use the "Flat" Qt Quick Controls style, but modify some colors. I know I can modify the style for e.g. a Button like this: Button { text: 'Some Button' style: ButtonStyle { background: Rectangle { border.color: "#fe7333"