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