/qt-dashboard

Automotive dashboard example (from Qt Toolkit) :kr: Qt 자동차 대쉬보드 예제 (Qt 툴킷 출처)

Primary LanguageQML

Qt dashboard

Example

  • Qt dashboard is a example of Qt.

  • Qt\Examples\Qt-5.13.0\quickcontrols\extras\dashboard

How to test

  1. Using Qt Creator

    1. execute qt-creator
    2. load 'dashboard.pro'
    3. compile and execute
  2. Using QML Scene

    1. Start Qt Command
    2. cd qt-dashboard\dashboard\qml
    3. execute command
    qmlscene dashboard.qml
    

Tech.

  • Qt QML
    • QtQuick 2.2
    • QtQuick.Window 2.1
    • QtQuick.Controls 1.4
    • QtQuick.Extras 1.4
    • QtQuick.Controls.Styles 1.4

License

  • This example is part of the examples of the Qt Toolkit. : Copyright (c) The Qt Company Ltd.

  • DejaVu Sans font : Copyright (c) Bitstream, Inc. All Rights Reserved.

  • Some code is fixed by j2doll.