viktorgino / headunit-desktop

HeadUnit Desktop is a car PC software built with Qt 5 and QML
https://github.com/viktorgino/headunit-desktop/wiki
GNU General Public License v3.0
284 stars 64 forks source link

Android Auto in fullscreen #18

Closed latroupadd closed 6 years ago

latroupadd commented 6 years ago

Hello I discovered your project yesterday and I installed it today: everything works like a charm !

I just wanted to know if it was possible to change the interface to have Android Auto in fullscreen (I want to delete the features on the right side).

Can you tell me which files I have to modify to do this ?

viktorgino commented 6 years ago

Hi

The easiest way to do this would be by creating a new qml file with a Window and import aaVideo.qml file, then load the new qml file in main.cpp. Have a look at qml_gui/qml/main.qml. If you want to do this then I'd recommend getting rid of all the now unneded dependencies in main.cpp and app.pro files.

latroupadd commented 6 years ago

Okay, thanks for your reply. I'll do next week.