Re: [Interest] Getting started with QML

2011-12-15 Thread Alex Strickland
On 2011/12/07 01:59 PM, kai.koe...@nokia.com wrote: > My suggestion would be to look into (nested) ListViews (or GridViews) + > appropriate Model(s) behind the scenes. Grid { id: maingrid anchors.fill: parent columns: 3 rows: 2 Repeater {

Re: [Interest] Getting started with QML

2011-12-07 Thread kai.koehne
> -Original Message- > From: interest-bounces+kai.koehne=nokia@qt-project.org > [mailto:interest-bounces+kai.koehne=nokia@qt-project.org] On Behalf > Of ext Alex Strickland > Sent: Friday, December 02, 2011 9:24 AM > To: interest@qt-project.org > Subject: R

Re: [Interest] Getting started with QML

2011-12-02 Thread Alex Strickland
On 2011/11/24 01:46 PM, Mark Constable wrote: > On 2011-11-24 12:07 PM, Alex Strickland wrote: >> If I maximise a screen, is there a way to scale everything? >> Does my initial rectangle of 400x400 scale up to the screen >> pixels? Does x = 5 become 20 if, for arguments sake, my >> screen is 1600x1

Re: [Interest] Getting started with QML

2011-11-24 Thread Mark Constable
On 2011-11-24 12:07 PM, Alex Strickland wrote: > If I maximise a screen, is there a way to scale everything? > Does my initial rectangle of 400x400 scale up to the screen > pixels? Does x = 5 become 20 if, for arguments sake, my > screen is 1600x1600. Not automatically but you can do something lik