forked from qt-creator/qt-creator
License update.
Change-Id: I5e9f39a013b4eebcc7cd3ace4aaf44ec6fe8aaa9 Reviewed-on: http://codereview.qt.nokia.com/1412 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
committed by
Daniel Molkentin
parent
bae949acc3
commit
250784b6f7
@@ -1,28 +1,34 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** This file is part of Qt Creator
|
||||||
|
**
|
||||||
|
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
||||||
**
|
**
|
||||||
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
** All rights reserved.
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
** Contact: Nokia Corporation (info@qt.nokia.com)
|
||||||
**
|
**
|
||||||
** This file is part of the Qt Components project on Qt Labs.
|
|
||||||
**
|
|
||||||
** No Commercial Usage
|
|
||||||
** This file contains pre-release code and may not be distributed.
|
|
||||||
** You may use this file in accordance with the terms and conditions contained
|
|
||||||
** in the Technology Preview License Agreement accompanying this package.
|
|
||||||
**
|
**
|
||||||
** GNU Lesser General Public License Usage
|
** GNU Lesser General Public License Usage
|
||||||
** Alternatively, this file may be used under the terms of the GNU Lesser
|
**
|
||||||
** General Public License version 2.1 as published by the Free Software
|
** This file may be used under the terms of the GNU Lesser General Public
|
||||||
** Foundation and appearing in the file LICENSE.LGPL included in the
|
** License version 2.1 as published by the Free Software Foundation and
|
||||||
** packaging of this file. Please review the following information to
|
** appearing in the file LICENSE.LGPL included in the packaging of this file.
|
||||||
** ensure the GNU Lesser General Public License version 2.1 requirements
|
** Please review the following information to ensure the GNU Lesser General
|
||||||
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
** Public License version 2.1 requirements will be met:
|
||||||
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
|
**
|
||||||
|
** In addition, as a special exception, Nokia gives you certain additional
|
||||||
|
** rights. These rights are described in the Nokia Qt LGPL Exception
|
||||||
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||||
|
**
|
||||||
|
** Other Usage
|
||||||
|
**
|
||||||
|
** Alternatively, this file may be used in accordance with the terms and
|
||||||
|
** conditions contained in a signed written agreement between you and Nokia.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
** If you have questions regarding the use of this file, please contact
|
||||||
** Nokia at info@qt.nokia.com.
|
** Nokia at info@qt.nokia.com.
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
import QtQuick 1.0
|
import QtQuick 1.0
|
||||||
import "../"
|
import "../"
|
||||||
|
|||||||
@@ -1,43 +1,34 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** This file is part of Qt Creator
|
||||||
|
**
|
||||||
|
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
||||||
**
|
**
|
||||||
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
** All rights reserved.
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
** Contact: Nokia Corporation (info@qt.nokia.com)
|
||||||
**
|
**
|
||||||
** This file is part of the examples of the Qt Toolkit.
|
|
||||||
**
|
|
||||||
** $QT_BEGIN_LICENSE:LGPL$
|
|
||||||
** No Commercial Usage
|
|
||||||
** This file contains pre-release code and may not be distributed.
|
|
||||||
** You may use this file in accordance with the terms and conditions
|
|
||||||
** contained in the Technology Preview License Agreement accompanying
|
|
||||||
** this package.
|
|
||||||
**
|
**
|
||||||
** GNU Lesser General Public License Usage
|
** GNU Lesser General Public License Usage
|
||||||
** Alternatively, this file may be used under the terms of the GNU Lesser
|
**
|
||||||
** General Public License version 2.1 as published by the Free Software
|
** This file may be used under the terms of the GNU Lesser General Public
|
||||||
** Foundation and appearing in the file LICENSE.LGPL included in the
|
** License version 2.1 as published by the Free Software Foundation and
|
||||||
** packaging of this file. Please review the following information to
|
** appearing in the file LICENSE.LGPL included in the packaging of this file.
|
||||||
** ensure the GNU Lesser General Public License version 2.1 requirements
|
** Please review the following information to ensure the GNU Lesser General
|
||||||
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
** Public License version 2.1 requirements will be met:
|
||||||
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
**
|
**
|
||||||
** In addition, as a special exception, Nokia gives you certain additional
|
** In addition, as a special exception, Nokia gives you certain additional
|
||||||
** rights. These rights are described in the Nokia Qt LGPL Exception
|
** rights. These rights are described in the Nokia Qt LGPL Exception
|
||||||
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||||
**
|
**
|
||||||
|
** Other Usage
|
||||||
|
**
|
||||||
|
** Alternatively, this file may be used in accordance with the terms and
|
||||||
|
** conditions contained in a signed written agreement between you and Nokia.
|
||||||
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
** If you have questions regarding the use of this file, please contact
|
||||||
** Nokia at info@qt.nokia.com.
|
** Nokia at info@qt.nokia.com.
|
||||||
**
|
**
|
||||||
**
|
**************************************************************************/
|
||||||
**
|
|
||||||
**
|
|
||||||
**
|
|
||||||
**
|
|
||||||
**
|
|
||||||
**
|
|
||||||
** $QT_END_LICENSE$
|
|
||||||
**
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
//![code]
|
//![code]
|
||||||
#include "qdeclarativefolderlistmodel.h"
|
#include "qdeclarativefolderlistmodel.h"
|
||||||
|
|||||||
@@ -1,43 +1,34 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** This file is part of Qt Creator
|
||||||
|
**
|
||||||
|
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
||||||
**
|
**
|
||||||
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
** All rights reserved.
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
** Contact: Nokia Corporation (info@qt.nokia.com)
|
||||||
**
|
**
|
||||||
** This file is part of the examples of the Qt Toolkit.
|
|
||||||
**
|
|
||||||
** $QT_BEGIN_LICENSE:LGPL$
|
|
||||||
** No Commercial Usage
|
|
||||||
** This file contains pre-release code and may not be distributed.
|
|
||||||
** You may use this file in accordance with the terms and conditions
|
|
||||||
** contained in the Technology Preview License Agreement accompanying
|
|
||||||
** this package.
|
|
||||||
**
|
**
|
||||||
** GNU Lesser General Public License Usage
|
** GNU Lesser General Public License Usage
|
||||||
** Alternatively, this file may be used under the terms of the GNU Lesser
|
**
|
||||||
** General Public License version 2.1 as published by the Free Software
|
** This file may be used under the terms of the GNU Lesser General Public
|
||||||
** Foundation and appearing in the file LICENSE.LGPL included in the
|
** License version 2.1 as published by the Free Software Foundation and
|
||||||
** packaging of this file. Please review the following information to
|
** appearing in the file LICENSE.LGPL included in the packaging of this file.
|
||||||
** ensure the GNU Lesser General Public License version 2.1 requirements
|
** Please review the following information to ensure the GNU Lesser General
|
||||||
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
** Public License version 2.1 requirements will be met:
|
||||||
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
**
|
**
|
||||||
** In addition, as a special exception, Nokia gives you certain additional
|
** In addition, as a special exception, Nokia gives you certain additional
|
||||||
** rights. These rights are described in the Nokia Qt LGPL Exception
|
** rights. These rights are described in the Nokia Qt LGPL Exception
|
||||||
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||||
**
|
**
|
||||||
|
** Other Usage
|
||||||
|
**
|
||||||
|
** Alternatively, this file may be used in accordance with the terms and
|
||||||
|
** conditions contained in a signed written agreement between you and Nokia.
|
||||||
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
** If you have questions regarding the use of this file, please contact
|
||||||
** Nokia at info@qt.nokia.com.
|
** Nokia at info@qt.nokia.com.
|
||||||
**
|
**
|
||||||
**
|
**************************************************************************/
|
||||||
**
|
|
||||||
**
|
|
||||||
**
|
|
||||||
**
|
|
||||||
**
|
|
||||||
**
|
|
||||||
** $QT_END_LICENSE$
|
|
||||||
**
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef QDECLARATIVEFOLDERLISTMODEL_H
|
#ifndef QDECLARATIVEFOLDERLISTMODEL_H
|
||||||
#define QDECLARATIVEFOLDERLISTMODEL_H
|
#define QDECLARATIVEFOLDERLISTMODEL_H
|
||||||
|
|||||||
@@ -1,28 +1,34 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** This file is part of Qt Creator
|
||||||
|
**
|
||||||
|
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
||||||
**
|
**
|
||||||
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
** All rights reserved.
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
** Contact: Nokia Corporation (info@qt.nokia.com)
|
||||||
**
|
**
|
||||||
** This file is part of the Qt Components project on Qt Labs.
|
|
||||||
**
|
|
||||||
** No Commercial Usage
|
|
||||||
** This file contains pre-release code and may not be distributed.
|
|
||||||
** You may use this file in accordance with the terms and conditions contained
|
|
||||||
** in the Technology Preview License Agreement accompanying this package.
|
|
||||||
**
|
**
|
||||||
** GNU Lesser General Public License Usage
|
** GNU Lesser General Public License Usage
|
||||||
** Alternatively, this file may be used under the terms of the GNU Lesser
|
**
|
||||||
** General Public License version 2.1 as published by the Free Software
|
** This file may be used under the terms of the GNU Lesser General Public
|
||||||
** Foundation and appearing in the file LICENSE.LGPL included in the
|
** License version 2.1 as published by the Free Software Foundation and
|
||||||
** packaging of this file. Please review the following information to
|
** appearing in the file LICENSE.LGPL included in the packaging of this file.
|
||||||
** ensure the GNU Lesser General Public License version 2.1 requirements
|
** Please review the following information to ensure the GNU Lesser General
|
||||||
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
** Public License version 2.1 requirements will be met:
|
||||||
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
|
**
|
||||||
|
** In addition, as a special exception, Nokia gives you certain additional
|
||||||
|
** rights. These rights are described in the Nokia Qt LGPL Exception
|
||||||
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||||
|
**
|
||||||
|
** Other Usage
|
||||||
|
**
|
||||||
|
** Alternatively, this file may be used in accordance with the terms and
|
||||||
|
** conditions contained in a signed written agreement between you and Nokia.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
** If you have questions regarding the use of this file, please contact
|
||||||
** Nokia at info@qt.nokia.com.
|
** Nokia at info@qt.nokia.com.
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class QRangeModel
|
\class QRangeModel
|
||||||
|
|||||||
@@ -1,28 +1,34 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** This file is part of Qt Creator
|
||||||
|
**
|
||||||
|
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
||||||
**
|
**
|
||||||
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
** All rights reserved.
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
** Contact: Nokia Corporation (info@qt.nokia.com)
|
||||||
**
|
**
|
||||||
** This file is part of the Qt Components project on Qt Labs.
|
|
||||||
**
|
|
||||||
** No Commercial Usage
|
|
||||||
** This file contains pre-release code and may not be distributed.
|
|
||||||
** You may use this file in accordance with the terms and conditions contained
|
|
||||||
** in the Technology Preview License Agreement accompanying this package.
|
|
||||||
**
|
**
|
||||||
** GNU Lesser General Public License Usage
|
** GNU Lesser General Public License Usage
|
||||||
** Alternatively, this file may be used under the terms of the GNU Lesser
|
**
|
||||||
** General Public License version 2.1 as published by the Free Software
|
** This file may be used under the terms of the GNU Lesser General Public
|
||||||
** Foundation and appearing in the file LICENSE.LGPL included in the
|
** License version 2.1 as published by the Free Software Foundation and
|
||||||
** packaging of this file. Please review the following information to
|
** appearing in the file LICENSE.LGPL included in the packaging of this file.
|
||||||
** ensure the GNU Lesser General Public License version 2.1 requirements
|
** Please review the following information to ensure the GNU Lesser General
|
||||||
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
** Public License version 2.1 requirements will be met:
|
||||||
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
|
**
|
||||||
|
** In addition, as a special exception, Nokia gives you certain additional
|
||||||
|
** rights. These rights are described in the Nokia Qt LGPL Exception
|
||||||
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||||
|
**
|
||||||
|
** Other Usage
|
||||||
|
**
|
||||||
|
** Alternatively, this file may be used in accordance with the terms and
|
||||||
|
** conditions contained in a signed written agreement between you and Nokia.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
** If you have questions regarding the use of this file, please contact
|
||||||
** Nokia at info@qt.nokia.com.
|
** Nokia at info@qt.nokia.com.
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#ifndef QRANGEMODEL_H
|
#ifndef QRANGEMODEL_H
|
||||||
#define QRANGEMODEL_H
|
#define QRANGEMODEL_H
|
||||||
|
|||||||
@@ -1,28 +1,34 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** This file is part of Qt Creator
|
||||||
|
**
|
||||||
|
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
||||||
**
|
**
|
||||||
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
** All rights reserved.
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
** Contact: Nokia Corporation (info@qt.nokia.com)
|
||||||
**
|
**
|
||||||
** This file is part of the Qt Components project on Qt Labs.
|
|
||||||
**
|
|
||||||
** No Commercial Usage
|
|
||||||
** This file contains pre-release code and may not be distributed.
|
|
||||||
** You may use this file in accordance with the terms and conditions contained
|
|
||||||
** in the Technology Preview License Agreement accompanying this package.
|
|
||||||
**
|
**
|
||||||
** GNU Lesser General Public License Usage
|
** GNU Lesser General Public License Usage
|
||||||
** Alternatively, this file may be used under the terms of the GNU Lesser
|
**
|
||||||
** General Public License version 2.1 as published by the Free Software
|
** This file may be used under the terms of the GNU Lesser General Public
|
||||||
** Foundation and appearing in the file LICENSE.LGPL included in the
|
** License version 2.1 as published by the Free Software Foundation and
|
||||||
** packaging of this file. Please review the following information to
|
** appearing in the file LICENSE.LGPL included in the packaging of this file.
|
||||||
** ensure the GNU Lesser General Public License version 2.1 requirements
|
** Please review the following information to ensure the GNU Lesser General
|
||||||
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
** Public License version 2.1 requirements will be met:
|
||||||
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
|
**
|
||||||
|
** In addition, as a special exception, Nokia gives you certain additional
|
||||||
|
** rights. These rights are described in the Nokia Qt LGPL Exception
|
||||||
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||||
|
**
|
||||||
|
** Other Usage
|
||||||
|
**
|
||||||
|
** Alternatively, this file may be used in accordance with the terms and
|
||||||
|
** conditions contained in a signed written agreement between you and Nokia.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
** If you have questions regarding the use of this file, please contact
|
||||||
** Nokia at info@qt.nokia.com.
|
** Nokia at info@qt.nokia.com.
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#ifndef QRANGEMODEL_P_H
|
#ifndef QRANGEMODEL_P_H
|
||||||
#define QRANGEMODEL_P_H
|
#define QRANGEMODEL_P_H
|
||||||
|
|||||||
@@ -1,28 +1,34 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** This file is part of Qt Creator
|
||||||
|
**
|
||||||
|
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
||||||
**
|
**
|
||||||
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
** All rights reserved.
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
** Contact: Nokia Corporation (info@qt.nokia.com)
|
||||||
**
|
**
|
||||||
** This file is part of the Qt Components project on Qt Labs.
|
|
||||||
**
|
|
||||||
** No Commercial Usage
|
|
||||||
** This file contains pre-release code and may not be distributed.
|
|
||||||
** You may use this file in accordance with the terms and conditions contained
|
|
||||||
** in the Technology Preview License Agreement accompanying this package.
|
|
||||||
**
|
**
|
||||||
** GNU Lesser General Public License Usage
|
** GNU Lesser General Public License Usage
|
||||||
** Alternatively, this file may be used under the terms of the GNU Lesser
|
**
|
||||||
** General Public License version 2.1 as published by the Free Software
|
** This file may be used under the terms of the GNU Lesser General Public
|
||||||
** Foundation and appearing in the file LICENSE.LGPL included in the
|
** License version 2.1 as published by the Free Software Foundation and
|
||||||
** packaging of this file. Please review the following information to
|
** appearing in the file LICENSE.LGPL included in the packaging of this file.
|
||||||
** ensure the GNU Lesser General Public License version 2.1 requirements
|
** Please review the following information to ensure the GNU Lesser General
|
||||||
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
** Public License version 2.1 requirements will be met:
|
||||||
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
|
**
|
||||||
|
** In addition, as a special exception, Nokia gives you certain additional
|
||||||
|
** rights. These rights are described in the Nokia Qt LGPL Exception
|
||||||
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||||
|
**
|
||||||
|
** Other Usage
|
||||||
|
**
|
||||||
|
** Alternatively, this file may be used in accordance with the terms and
|
||||||
|
** conditions contained in a signed written agreement between you and Nokia.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
** If you have questions regarding the use of this file, please contact
|
||||||
** Nokia at info@qt.nokia.com.
|
** Nokia at info@qt.nokia.com.
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#include "qtmenu.h"
|
#include "qtmenu.h"
|
||||||
#include "qdebug.h"
|
#include "qdebug.h"
|
||||||
|
|||||||
@@ -1,28 +1,34 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** This file is part of Qt Creator
|
||||||
|
**
|
||||||
|
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
||||||
**
|
**
|
||||||
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
** All rights reserved.
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
** Contact: Nokia Corporation (info@qt.nokia.com)
|
||||||
**
|
**
|
||||||
** This file is part of the Qt Components project on Qt Labs.
|
|
||||||
**
|
|
||||||
** No Commercial Usage
|
|
||||||
** This file contains pre-release code and may not be distributed.
|
|
||||||
** You may use this file in accordance with the terms and conditions contained
|
|
||||||
** in the Technology Preview License Agreement accompanying this package.
|
|
||||||
**
|
**
|
||||||
** GNU Lesser General Public License Usage
|
** GNU Lesser General Public License Usage
|
||||||
** Alternatively, this file may be used under the terms of the GNU Lesser
|
**
|
||||||
** General Public License version 2.1 as published by the Free Software
|
** This file may be used under the terms of the GNU Lesser General Public
|
||||||
** Foundation and appearing in the file LICENSE.LGPL included in the
|
** License version 2.1 as published by the Free Software Foundation and
|
||||||
** packaging of this file. Please review the following information to
|
** appearing in the file LICENSE.LGPL included in the packaging of this file.
|
||||||
** ensure the GNU Lesser General Public License version 2.1 requirements
|
** Please review the following information to ensure the GNU Lesser General
|
||||||
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
** Public License version 2.1 requirements will be met:
|
||||||
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
|
**
|
||||||
|
** In addition, as a special exception, Nokia gives you certain additional
|
||||||
|
** rights. These rights are described in the Nokia Qt LGPL Exception
|
||||||
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||||
|
**
|
||||||
|
** Other Usage
|
||||||
|
**
|
||||||
|
** Alternatively, this file may be used in accordance with the terms and
|
||||||
|
** conditions contained in a signed written agreement between you and Nokia.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
** If you have questions regarding the use of this file, please contact
|
||||||
** Nokia at info@qt.nokia.com.
|
** Nokia at info@qt.nokia.com.
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#ifndef QTMLMENU_H
|
#ifndef QTMLMENU_H
|
||||||
#define QTMLMENU_H
|
#define QTMLMENU_H
|
||||||
|
|||||||
@@ -1,28 +1,34 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** This file is part of Qt Creator
|
||||||
|
**
|
||||||
|
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
||||||
**
|
**
|
||||||
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
** All rights reserved.
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
** Contact: Nokia Corporation (info@qt.nokia.com)
|
||||||
**
|
**
|
||||||
** This file is part of the Qt Components project on Qt Labs.
|
|
||||||
**
|
|
||||||
** No Commercial Usage
|
|
||||||
** This file contains pre-release code and may not be distributed.
|
|
||||||
** You may use this file in accordance with the terms and conditions contained
|
|
||||||
** in the Technology Preview License Agreement accompanying this package.
|
|
||||||
**
|
**
|
||||||
** GNU Lesser General Public License Usage
|
** GNU Lesser General Public License Usage
|
||||||
** Alternatively, this file may be used under the terms of the GNU Lesser
|
**
|
||||||
** General Public License version 2.1 as published by the Free Software
|
** This file may be used under the terms of the GNU Lesser General Public
|
||||||
** Foundation and appearing in the file LICENSE.LGPL included in the
|
** License version 2.1 as published by the Free Software Foundation and
|
||||||
** packaging of this file. Please review the following information to
|
** appearing in the file LICENSE.LGPL included in the packaging of this file.
|
||||||
** ensure the GNU Lesser General Public License version 2.1 requirements
|
** Please review the following information to ensure the GNU Lesser General
|
||||||
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
** Public License version 2.1 requirements will be met:
|
||||||
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
|
**
|
||||||
|
** In addition, as a special exception, Nokia gives you certain additional
|
||||||
|
** rights. These rights are described in the Nokia Qt LGPL Exception
|
||||||
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||||
|
**
|
||||||
|
** Other Usage
|
||||||
|
**
|
||||||
|
** Alternatively, this file may be used in accordance with the terms and
|
||||||
|
** conditions contained in a signed written agreement between you and Nokia.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
** If you have questions regarding the use of this file, please contact
|
||||||
** Nokia at info@qt.nokia.com.
|
** Nokia at info@qt.nokia.com.
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#ifndef QWHEELAREA_H
|
#ifndef QWHEELAREA_H
|
||||||
#define QWHEELAREA_H
|
#define QWHEELAREA_H
|
||||||
|
|||||||
@@ -6,26 +6,25 @@
|
|||||||
**
|
**
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
** Contact: Nokia Corporation (info@qt.nokia.com)
|
||||||
**
|
**
|
||||||
** No Commercial Usage
|
|
||||||
**
|
|
||||||
** This file contains pre-release code and may not be distributed.
|
|
||||||
** You may use this file in accordance with the terms and conditions
|
|
||||||
** contained in the Technology Preview License Agreement accompanying
|
|
||||||
** this package.
|
|
||||||
**
|
**
|
||||||
** GNU Lesser General Public License Usage
|
** GNU Lesser General Public License Usage
|
||||||
**
|
**
|
||||||
** Alternatively, this file may be used under the terms of the GNU Lesser
|
** This file may be used under the terms of the GNU Lesser General Public
|
||||||
** General Public License version 2.1 as published by the Free Software
|
** License version 2.1 as published by the Free Software Foundation and
|
||||||
** Foundation and appearing in the file LICENSE.LGPL included in the
|
** appearing in the file LICENSE.LGPL included in the packaging of this file.
|
||||||
** packaging of this file. Please review the following information to
|
** Please review the following information to ensure the GNU Lesser General
|
||||||
** ensure the GNU Lesser General Public License version 2.1 requirements
|
** Public License version 2.1 requirements will be met:
|
||||||
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||||
**
|
**
|
||||||
** In addition, as a special exception, Nokia gives you certain additional
|
** In addition, as a special exception, Nokia gives you certain additional
|
||||||
** rights. These rights are described in the Nokia Qt LGPL Exception
|
** rights. These rights are described in the Nokia Qt LGPL Exception
|
||||||
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||||
**
|
**
|
||||||
|
** Other Usage
|
||||||
|
**
|
||||||
|
** Alternatively, this file may be used in accordance with the terms and
|
||||||
|
** conditions contained in a signed written agreement between you and Nokia.
|
||||||
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
** If you have questions regarding the use of this file, please contact
|
||||||
** Nokia at info@qt.nokia.com.
|
** Nokia at info@qt.nokia.com.
|
||||||
**
|
**
|
||||||
|
|||||||
Reference in New Issue
Block a user