Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
In-vehicle Infotainment Demo/ja
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
English 日本語
Qt Quick IVI デモ
https://www.youtube.com/watch?v=EXDK5orGuFU
解説
Digia は Qt Quick でインターネットに繋がっている車載情報端末のクロスプラットフォームのデモに挑戦しました。このデモは全て QML で書かれ、ナビ(Ovi Maps)、ブラウザ、音楽プレーヤー、アニメーション等の機能があります。IVI システムを開発される場合、このデモを使用し開発を進めることができます。
ダウンロード
ソースコード
http://qt.gitorious.org/qt-in-use/qt-in-automotive
インストール
デモの環境を作るのに必要なものは Qt 4.7.0 以上と Qt Mobility API 1.1 以上です。インストール用のパッケージは http://qt.nokia.com/downloads から入手でき、Qt Mobility API のプラットフォーム毎のインストール手順は http://doc.qt.nokia.com/qtmobility-1.1.0/installation.html にあります。
Maemo の場合の手順は http://wiki.forum.nokia.com/index.php/Latest_Qt_and_Qt_mobility_evaluation_on_Maemo を参考にしてください。
ソースコードをチェックアウトしたら、ConnectedCarIVI.pro を Qt Creator で開くか以下のコマンドを実行してください。
qmake
- (linux)
make
- (Windows の MinGw)
mingw32-make
- (Visual Studio)
nmake