Re: [Interest] Anti-aliasing for QML Canvas on Windows?

2013-02-18 Thread Mark
On Fri, Feb 15, 2013 at 7:49 PM, Mark wrote: > Hi, > > I'm drawing some shapes on Windows 7 with QML Canvas, but the output > really seems aliased as in the anti-aliasing is off. > > The code: > > import QtQuick 2.0 > > Item { > width: 400 > height: 400 > > Canvas { > id:canvas

Re: [Interest] style sheet selector widgets within a QStackedWidget

2013-02-18 Thread Tony Rietwyk
Hi Hamish, Have you tried #pageWidgetName QPushButton Tony > Sent: Tuesday, 19 February 2013 12:48 PM > > Hi, > > I've got a QStackedWidget containing several pages of other widgets etc. > Is there a way to set the stylesheet on the QStackedWidget to affect all (for > example) all

[Interest] style sheet selector widgets within a QStackedWidget

2013-02-18 Thread Hamish Moffatt
Hi, I've got a QStackedWidget containing several pages of other widgets etc. Is there a way to set the stylesheet on the QStackedWidget to affect all (for example) all the QPushButton components on a particular page, but not all pages? I can use the QPushButton selector which affects all pages

Re: [Interest] [ANN] ODB C++ ORM 2.2.0 released, adds support for Qt5

2013-02-18 Thread Soroush R
Hi Boris Congrats to all CodeSynthesis guys :) The main idea looks to be similar to other CodeSynthesis tools: "Move the load to compile-time, much as possible" Seems there is no rpm and deb packages for this tool. If there is no plan to release Linux packages, I would like to maintain a Launchp