annotate examples/graphicsview/elasticnodes/main.d @ 371:12f60887ed15

add elasticnodes example and necessary changes to the library.
author Eldar Insafutdinov
date Wed, 07 Jul 2010 22:54:12 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
371
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
1 /****************************************************************************
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
2 **
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
4 ** All rights reserved.
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
5 ** Contact: Nokia Corporation (qt-info@nokia.com)
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
6 **
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
7 ** This file is part of the examples of the Qt Toolkit.
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
8 **
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
9 ** $QT_BEGIN_LICENSE:LGPL$
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
10 ** Commercial Usage
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
11 ** Licensees holding valid Qt Commercial licenses may use this file in
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
12 ** accordance with the Qt Commercial License Agreement provided with the
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
13 ** Software or, alternatively, in accordance with the terms contained in
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
14 ** a written agreement between you and Nokia.
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
15 **
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
16 ** GNU Lesser General Public License Usage
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
17 ** Alternatively, this file may be used under the terms of the GNU Lesser
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
18 ** General Public License version 2.1 as published by the Free Software
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
19 ** Foundation and appearing in the file LICENSE.LGPL included in the
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
20 ** packaging of this file. Please review the following information to
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
21 ** ensure the GNU Lesser General Public License version 2.1 requirements
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
23 **
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
24 ** In addition, as a special exception, Nokia gives you certain additional
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
25 ** rights. These rights are described in the Nokia Qt LGPL Exception
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
26 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
27 **
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
28 ** GNU General Public License Usage
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
29 ** Alternatively, this file may be used under the terms of the GNU
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
30 ** General Public License version 3.0 as published by the Free Software
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
31 ** Foundation and appearing in the file LICENSE.GPL included in the
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
32 ** packaging of this file. Please review the following information to
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
33 ** ensure the GNU General Public License version 3.0 requirements will be
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
34 ** met: http://www.gnu.org/copyleft/gpl.html.
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
35 **
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
36 ** If you have questions regarding the use of this file, please contact
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
37 ** Nokia at qt-info@nokia.com.
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
38 ** $QT_END_LICENSE$
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
39 **
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
40 ****************************************************************************/
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
41
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
42 import qt.gui.QApplication;
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
43
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
44 import graphwidget;
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
45
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
46 int main(string[] args)
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
47 {
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
48 auto app = new QApplication(args);
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
49 qsrand((new QTime(0,0,0)).secsTo(QTime.currentTime()));
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
50
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
51 scope widget = new GraphWidget;
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
52 widget.show();
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
53 return app.exec();
12f60887ed15 add elasticnodes example and necessary changes to the library.
Eldar Insafutdinov
parents:
diff changeset
54 }