equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtCore module of the Qt Toolkit. |
7 ** This file is part of the QtCore module of the Qt Toolkit. |
8 ** |
8 ** |
144 QObject *w3, const QRect &rect3, |
144 QObject *w3, const QRect &rect3, |
145 QObject *w4, const QRect &rect4, |
145 QObject *w4, const QRect &rect4, |
146 QState *parent) |
146 QState *parent) |
147 { |
147 { |
148 QState *result = new QState(parent); |
148 QState *result = new QState(parent); |
149 result->assignProperty(w1, "geometry", rect1); |
|
150 result->assignProperty(w1, "geometry", rect1); |
149 result->assignProperty(w1, "geometry", rect1); |
151 result->assignProperty(w2, "geometry", rect2); |
150 result->assignProperty(w2, "geometry", rect2); |
152 result->assignProperty(w3, "geometry", rect3); |
151 result->assignProperty(w3, "geometry", rect3); |
153 result->assignProperty(w4, "geometry", rect4); |
152 result->assignProperty(w4, "geometry", rect4); |
154 |
153 |