Add sample qml application 47/7347/1
authorKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Wed, 30 Nov 2016 11:11:48 +0000 (20:11 +0900)
committerKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Wed, 30 Nov 2016 11:11:48 +0000 (20:11 +0900)
commitf8ca548fa047968383e9275ead76eacce90fd0a8
treef442935d6e2bc0964ef10760d6e6486b5bfd233e
parent75a4e94d7610db25c98f05cdda9491f4e7c0a4db
Add sample qml application

It is sample application(HVAC).
This app is used for debuging, for reference of HomeScreen API use and so on.

Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
199 files changed:
HomeScreen.pro
sample-qml/MainForm.ui.qml [new file with mode: 0644]
sample-qml/README [new file with mode: 0644]
sample-qml/agl-image.png [new file with mode: 0644]
sample-qml/apps/HVAC/ClimateButton.qml [new file with mode: 0644]
sample-qml/apps/HVAC/FanControl.qml [new file with mode: 0644]
sample-qml/apps/HVAC/HVAC.qml [new file with mode: 0644]
sample-qml/apps/HVAC/HazardButton.qml [new file with mode: 0644]
sample-qml/apps/HVAC/MiddleColumn.qml [new file with mode: 0644]
sample-qml/apps/HVAC/SeatHeatButton.qml [new file with mode: 0644]
sample-qml/apps/HVAC/TempSlider.qml [new file with mode: 0644]
sample-qml/apps/HVAC/TemperatureWheel.qml [new file with mode: 0644]
sample-qml/apps/HVAC/images/defrost_front_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/defrost_front_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/defrost_front_on.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/defrost_front_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/defrost_max_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/defrost_max_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/defrost_max_on.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/defrost_max_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/defrost_rear_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/defrost_rear_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/defrost_rear_on.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/defrost_rear_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/drag_knob.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_bar_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_bar_on.png [new file with mode: 0755]
sample-qml/apps/HVAC/images/fan_bar_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_control_ac_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_control_ac_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_control_ac_on.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_control_ac_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_control_auto_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_control_auto_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_control_auto_on.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_control_auto_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_control_circ_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_control_circ_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_control_circ_on.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_control_circ_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_dir_down_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_dir_down_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_dir_down_on.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_dir_down_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_dir_right_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_dir_right_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_dir_right_on.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_dir_right_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_dir_up_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_dir_up_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_dir_up_on.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_dir_up_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/fan_icon_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/hazard_blink.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/hazard_blink.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/hazard_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/hazard_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/hazard_on.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/hazard_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/left_heat_seat_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/left_heat_seat_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/left_heat_seat_on.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/left_heat_seat_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/left_number_bg.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/left_number_cover.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/right_heat_seat_off.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/right_heat_seat_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/right_heat_seat_on.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/right_heat_seat_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/right_number_bg.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/right_number_cover.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/separator.png [new file with mode: 0644]
sample-qml/apps/HVAC/images/static_parts_bg.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/temp_bar_on_left.svg [new file with mode: 0644]
sample-qml/apps/HVAC/images/temp_bar_on_right.svg [new file with mode: 0644]
sample-qml/apps/HVAC/models/HVACModel.qml [new file with mode: 0644]
sample-qml/apps/HVAC/models/TemperatureModel.qml [new file with mode: 0644]
sample-qml/apps/HVAC/models/qmldir [new file with mode: 0644]
sample-qml/apps/HVAC_org/ClimateButton.qml [new file with mode: 0644]
sample-qml/apps/HVAC_org/FanControl.qml [new file with mode: 0644]
sample-qml/apps/HVAC_org/HVAC.qml [new file with mode: 0644]
sample-qml/apps/HVAC_org/HazardButton.qml [new file with mode: 0644]
sample-qml/apps/HVAC_org/MiddleColumn.qml [new file with mode: 0644]
sample-qml/apps/HVAC_org/SeatHeatButton.qml [new file with mode: 0644]
sample-qml/apps/HVAC_org/TempSlider.qml [new file with mode: 0644]
sample-qml/apps/HVAC_org/TemperatureWheel.qml [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/defrost_front_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/defrost_front_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/defrost_front_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/defrost_front_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/defrost_max_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/defrost_max_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/defrost_max_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/defrost_max_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/defrost_rear_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/defrost_rear_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/defrost_rear_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/defrost_rear_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/drag_knob.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_bar_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_bar_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_bar_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_control_ac_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_control_ac_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_control_ac_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_control_ac_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_control_auto_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_control_auto_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_control_auto_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_control_auto_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_control_circ_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_control_circ_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_control_circ_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_control_circ_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_dir_down_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_dir_down_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_dir_down_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_dir_down_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_dir_right_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_dir_right_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_dir_right_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_dir_right_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_dir_up_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_dir_up_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_dir_up_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_dir_up_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/fan_icon_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/hazard_blink.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/hazard_blink.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/hazard_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/hazard_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/hazard_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/hazard_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/left_heat_seat_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/left_heat_seat_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/left_heat_seat_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/left_heat_seat_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/left_number_bg.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/left_number_cover.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/right_heat_seat_off.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/right_heat_seat_off.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/right_heat_seat_on.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/right_heat_seat_on.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/right_number_bg.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/right_number_cover.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/separator.png [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/static_parts_bg.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/temp_bar_on_left.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/images/temp_bar_on_right.svg [new file with mode: 0644]
sample-qml/apps/HVAC_org/models/HVACModel.qml [new file with mode: 0644]
sample-qml/apps/HVAC_org/models/TemperatureModel.qml [new file with mode: 0644]
sample-qml/apps/HVAC_org/models/qmldir [new file with mode: 0644]
sample-qml/calledbyqml.cpp [new file with mode: 0644]
sample-qml/calledbyqml.h [new file with mode: 0644]
sample-qml/config.xml [new file with mode: 0644]
sample-qml/deployment.pri [new file with mode: 0644]
sample-qml/dummyimports/amb/AutomotivePropertyItem.qml [new file with mode: 0644]
sample-qml/dummyimports/amb/qmldir [new file with mode: 0644]
sample-qml/dummyimports/com/pelagicore/qmldevinfo/DevInfo.qml [new file with mode: 0644]
sample-qml/dummyimports/com/pelagicore/qmldevinfo/qmldir [new file with mode: 0644]
sample-qml/dummyimports/radio/Radio.qml [new file with mode: 0644]
sample-qml/dummyimports/radio/qmldir [new file with mode: 0644]
sample-qml/imports/components/AwesomeIcon.qml [new file with mode: 0644]
sample-qml/imports/components/Box.qml [new file with mode: 0644]
sample-qml/imports/components/BoxButton.qml [new file with mode: 0644]
sample-qml/imports/components/BoxHeading.qml [new file with mode: 0644]
sample-qml/imports/components/Button.qml [new file with mode: 0644]
sample-qml/imports/components/DateTime.qml [new file with mode: 0644]
sample-qml/imports/components/HexGrid.qml [new file with mode: 0644]
sample-qml/imports/components/HexSwitch.qml [new file with mode: 0644]
sample-qml/imports/components/InShadow.qml [new file with mode: 0644]
sample-qml/imports/components/InsetShadow.qml [new file with mode: 0644]
sample-qml/imports/components/Label.qml [new file with mode: 0644]
sample-qml/imports/components/NumberPad.qml [new file with mode: 0644]
sample-qml/imports/components/OutShadow.qml [new file with mode: 0644]
sample-qml/imports/components/Switch.qml [new file with mode: 0644]
sample-qml/imports/components/qmldir [new file with mode: 0644]
sample-qml/imports/radio/Radio.qml [new file with mode: 0644]
sample-qml/imports/radio/qmldir [new file with mode: 0644]
sample-qml/imports/system/App.qml [new file with mode: 0644]
sample-qml/imports/system/App.qml.org [new file with mode: 0644]
sample-qml/imports/system/System.qml [new file with mode: 0644]
sample-qml/imports/system/qmldir [new file with mode: 0644]
sample-qml/imports/utils/Marker.qml [new file with mode: 0644]
sample-qml/imports/utils/Style.qml [new file with mode: 0644]
sample-qml/imports/utils/qmldir [new file with mode: 0644]
sample-qml/imports/vehicle/ClimateModel.qml [new file with mode: 0644]
sample-qml/imports/vehicle/FuelModel.qml [new file with mode: 0644]
sample-qml/imports/vehicle/PositionModel.qml [new file with mode: 0644]
sample-qml/imports/vehicle/SpeedModel.qml [new file with mode: 0644]
sample-qml/imports/vehicle/TemperatureModel.qml [new file with mode: 0644]
sample-qml/imports/vehicle/qmldir [new file with mode: 0644]
sample-qml/main.cpp [new file with mode: 0644]
sample-qml/main.qml [new file with mode: 0644]
sample-qml/main2.qml [new file with mode: 0644]
sample-qml/qml.qrc [new file with mode: 0644]
sample-qml/sample-qml [new file with mode: 0755]
sample-qml/sample-qml.pro [new file with mode: 0644]
sample-qml/zip-command [new file with mode: 0644]