forked from qtproject/qt-apps-neptune-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved the CarDemo component in the My Car page to a module. This makes it easier to replace it with a different component, such as the Qt3D-based component (in a separate repository). Change-Id: I91147a1aa7483b9045feee9964cea4528c348836 Reviewed-by: Dominik Holland <[email protected]>
- Loading branch information
Showing
4 changed files
with
51 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
/**************************************************************************** | ||
** | ||
** Copyright (C) 2016 Pelagicore AG | ||
** Contact: http://www.qt.io/ or http://www.pelagicore.com/ | ||
** | ||
** This file is part of the Neptune IVI UI. | ||
** | ||
** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$ | ||
** Commercial License Usage | ||
** Licensees holding valid commercial Pelagicore Neptune IVI UI | ||
** licenses may use this file in accordance with the commercial license | ||
** agreement provided with the Software or, alternatively, in accordance | ||
** with the terms contained in a written agreement between you and | ||
** Pelagicore. For licensing terms and conditions, contact us at: | ||
** http://www.pelagicore.com. | ||
** | ||
** GNU General Public License Usage | ||
** Alternatively, this file may be used under the terms of the GNU | ||
** General Public License version 3 as published by the Free Software | ||
** Foundation and appearing in the file LICENSE.GPLv3 included in the | ||
** packaging of this file. Please review the following information to | ||
** ensure the GNU General Public License version 3 requirements will be | ||
** met: http://www.gnu.org/licenses/gpl-3.0.html. | ||
** | ||
** $QT_END_LICENSE$ | ||
** | ||
** SPDX-License-Identifier: GPL-3.0 | ||
** | ||
****************************************************************************/ | ||
|
||
import QtQuick 2.1 | ||
|
||
Image { | ||
property int overviewItem: 0 | ||
source: "white.png" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CarVisualization 1.0 CarVisualization.qml |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters