Giter Site home page Giter Site logo

carcontrol's Introduction

CarControl

This is a project to research QT/QML.

In this repo, Car control system like 'Tesla touchscreen' will be implemented.

I followed instruction shown in https://youtu.be/Tq-E6lqO6tM and https://www.youtube.com/watch?v=MEdJNc1tfwE with some modification by myself.

Plan

  • Iteration 1. Make such car control system for a desktop environment.
  • Iteration 2. Port the car control system into embedded linux environment.

Resources:

carcontrol's People

Contributors

hyunsik-yoon avatar

Watchers

 avatar

carcontrol's Issues

Automatically refactored code for Q_PROPERTY does not work

After writing a class, e.g., Bar with , e.g, Q_PROPERTY(... READ foo WRITE setFoo ...), right-click refactor contextual menu, then click generate missing members.

Then, in main()

pass Bar object, bar, to `qQmlContext->setContextProperty("bar", &bar);

using bar in QML file throws an error during runtime, e.g., like the following:

TypeError: Property 'setFoo' of object bar(0x74fd10) is not a function

QML module error

I constantly get the following error:

QQmlApplicationEngine failed to load component
qrc:Main/main.qml:6:1: module "ui" is not installed

I probably need to research how modules are declared, registered, and used.

Map plugin does not work

I tried map plugins for "osm", "esri", ...

I got some error.

qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.