https://github.com/jaytwolab/qt-dashboard
Automotive dashboard example (from Qt5 Toolkit) :kr: Qt 자동차 대쉬보드 예제 (Qt5 툴킷 출처)
https://github.com/jaytwolab/qt-dashboard
automotive car dashboard example qml qt qtquick
Last synced: 6 months ago
JSON representation
Automotive dashboard example (from Qt5 Toolkit) :kr: Qt 자동차 대쉬보드 예제 (Qt5 툴킷 출처)
- Host: GitHub
- URL: https://github.com/jaytwolab/qt-dashboard
- Owner: JayTwoLab
- Created: 2019-07-12T06:17:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T11:34:30.000Z (7 months ago)
- Last Synced: 2025-04-11T20:12:16.003Z (6 months ago)
- Topics: automotive, car, dashboard, example, qml, qt, qtquick
- Language: QML
- Homepage:
- Size: 444 KB
- Stars: 19
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 execute2. Using QML Scene
1. Start Qt Command
2. cd qt-dashboard\dashboard\qml
3. execute command
```
qmlscene dashboard.qml
```## Tech.
- Qt QML (Qt 5.13)
- QtQuick 2.2
- QtQuick.Window 2.1
- QtQuick.Controls 1.4
- QtQuick.Extras 1.4
- QtQuick.Controls.Styles 1.4```diff
- This project is not available in Qt6 due to QML version difference.
```## 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.
---
## Similar projects
### Qt automotive

- https://github.com/JayTwoLab/qt-automotive
- Qt automotive is a example of Qt.
---
### Modern Dashboard (ex)

- https://github.com/JayTwoLab/dashboard-modern.ex
- forked from yuq/dashboard-modern
- RadarScanEffect
---
### dashApp.kr

- https://github.com/JayTwoLab/dashApp.kr
- Automotive digital dashboard on Qt for Hyundai Elantra XD GLS
- forked from [demitov/dashApp](https://github.com/demitov/dashApp)