Tag: cmake

  • A simple understanding of qthread

    A simple understanding of qthread

      A simple understanding of qthread The Example qt_qthread github link, Create a simple working for qt qthread with cmake to show the working of Multi-thread array. * The example shows the reading the number of thread count * The example shows creating multiple thread using dynamic array object and Qvector with signal/slot. * The…

  • A simple understanding of qt, QML, cmake

    A simple understanding of qt, QML, cmake

      A simple understanding of qt, QML, cmake The Example qt_qml_cmake_pipe github link, Create a simple working for qt qml with cmake to show the working of QProperty. * This is a simple example to set up communication between qt6 and qml. * The example has simple Qml Rectangle, Text, TextField and Button. * The…