C
Qt Quick Ultralite Motorcycle Cluster Demo
/****************************************************************************** ** ** Copyright (C) 2022 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Quick Ultralite module. ** ** $QT_BEGIN_LICENSE:COMM$ ** ** Commercial License Usage ** Licensees holding valid commercial Qt 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 The Qt Company. For licensing terms ** and conditions see http://www.qt.io/terms-conditions. For further ** information use the contact form at http://www.qt.io/contact-us. ** ** $QT_END_LICENSE$ ** ******************************************************************************/ import QmlProject 1.3 Project { projectRootPath: "../.." MCU.Module { uri: "MotorCluster" } QmlFiles { files: [ "qmls/performance/full/PerformanceMetrics.qml", "qmls/performance/full/PerformanceMetricItem.qml" ] } QmlFiles { files: [ "qmls/Blinker.qml", "qmls/BottomCommonElements.qml", "qmls/Logo.qml", "qmls/MainModel.qml", "qmls/MathAPI.qml", "qmls/MotorCluster.qml", "qmls/OdoTextElement.qml", "qmls/RangeIconWithText.qml", "qmls/SpeedoView.qml", "qmls/Style.qml", "qmls/TachoView.qml", "qmls/TellTalesIndicator.qml", "qmls/TellTalesModel.qml", "qmls/TellTalesView.qml", "qmls/TextElement.qml", "qmls/TimeView.qml", "qmls/welcome/ClipingItem.qml", "qmls/welcome/NumberedScaleView.qml", "qmls/welcome/RoadView.qml", "qmls/gauges/StartupConfig.qml", "qmls/gauges/FuelGaugeView.qml", "qmls/gauges/GearGaugeView.qml" ] } ImageFiles { files: [ "images/bg/main.png", "images/bg/tacho_frame_up.png", "images/welcome/left-lines.png", "images/welcome/right-lines.png", "images/welcome/tacho-bottom-line.png", "images/welcome/tacho-top-line.png", "images/welcome/road.png", "images/fuelGauge/fuel-colored-bg.png", "images/fuelGauge/fuel-colored-circle.png", "images/fuelGauge/fuel-scale_2.png", "images/fuelGauge/hole-in-bg.png", "images/fuelGauge/range.png", "images/fuelGauge/ring-1.png", "images/fuelGauge/ring-2.png", "images/fuelGauge/wave-bottom-part.png", "images/fuelGauge/wave-shadow.png", "images/fuelGauge/wave-top-part.png", "images/gearGauge/oval.png", "images/gearGauge/oval_2.png", "images/gearGauge/oval_3.png", "images/qt-logo.png", "images/range.png", "images/tacho/1.png", "images/tacho/2.png", "images/tacho/3.png", "images/tacho/4.png", "images/tacho/5.png", "images/tacho/6.png", "images/turn-left-bottom.png", "images/turn-left-top.png", "images/turn-right-bottom.png", "images/turn-right-top.png", "images/vertical-divider.png", "images/telltales/batteryOff.png", "images/telltales/engine-failureOff.png", "images/telltales/engine-oilOff.png", "images/telltales/fuel.png", "images/telltales/high-beamsOff.png", ] } }