New to Qt and require help
-
i have been trying to build a project where i read different parameters of my vehicle through serial port using Qt Creator 6.6.0 and CMake build system.Is there any good project i can consider cause all the projects i get either uses qmake or Widgets for bulding their project up.I am totally new to this but could really appreciate some help
-
i have been trying to build a project where i read different parameters of my vehicle through serial port using Qt Creator 6.6.0 and CMake build system.Is there any good project i can consider cause all the projects i get either uses qmake or Widgets for bulding their project up.I am totally new to this but could really appreciate some help
@Nirbhik said in New to Qt and require help:
cause all the projects i get either uses qmake or Widgets for bulding their project up.I am totally new to this but could really appreciate some help
What's wrong with widgets?!
Do you want to use QML?! -
i have been trying to build a project where i read different parameters of my vehicle through serial port using Qt Creator 6.6.0 and CMake build system.Is there any good project i can consider cause all the projects i get either uses qmake or Widgets for bulding their project up.I am totally new to this but could really appreciate some help
@Nirbhik said in New to Qt and require help:
qmake or Widgets
qmake and QWidgets are two completelly different things. What is exactly your question?
-
@Nirbhik said in New to Qt and require help:
qmake or Widgets
qmake and QWidgets are two completelly different things. What is exactly your question?
-
@Nirbhik I don't think there are any QML example apps for serial port communication. There is anyway nothing for serial port in QML. You will have to use the C++ classes (https://doc.qt.io/qt-6/qtserialport-index.html) and use usual communication between C++ ans QML.