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
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
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
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
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"