Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. New to Qt and require help
Forum Updated to NodeBB v4.3 + New Features

New to Qt and require help

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 390 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nirbhik
    wrote on last edited by
    #1

    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

    Pl45m4P jsulmJ 2 Replies Last reply
    0
    • N Nirbhik

      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

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by
      #2

      @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?!


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      1 Reply Last reply
      0
      • N Nirbhik

        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

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @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?

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        N 1 Reply Last reply
        0
        • jsulmJ jsulm

          @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?

          N Offline
          N Offline
          Nirbhik
          wrote on last edited by
          #4

          @jsulm i just want some good serial port projects that use qml

          jsulmJ 1 Reply Last reply
          0
          • N Nirbhik

            @jsulm i just want some good serial port projects that use qml

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @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.

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            3

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved