Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. is qtquick reactive?

is qtquick reactive?

Scheduled Pinned Locked Moved Solved QML and Qt Quick
4 Posts 3 Posters 684 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.
  • S Offline
    S Offline
    sombriks
    wrote on last edited by
    #1

    when developing web applications with vue i can define a data section and then bind it with view components in a very transparent and automatic way.

    i saw that qtquick offers in its visual editor something similar but didn't understood completely how can i make an text input value to change my C++ context backend automatically.

    any guidance is welcome.

    JKSHJ 1 Reply Last reply
    0
    • S sombriks

      when developing web applications with vue i can define a data section and then bind it with view components in a very transparent and automatic way.

      i saw that qtquick offers in its visual editor something similar but didn't understood completely how can i make an text input value to change my C++ context backend automatically.

      any guidance is welcome.

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @sombriks said in is qtquick reactive?:

      didn't understood completely how can i make an text input value to change my C++ context backend automatically.

      There are a few articles in the documentation, such as:

      • https://doc.qt.io/qt-5/qtqml-cppintegration-overview.html
      • https://doc.qt.io/qt-5/qtqml-cppintegration-topic.html
      • https://doc.qt.io/qt-5/qtqml-cppintegration-interactqmlfromcpp.html

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      S 1 Reply Last reply
      5
      • JKSHJ JKSH

        @sombriks said in is qtquick reactive?:

        didn't understood completely how can i make an text input value to change my C++ context backend automatically.

        There are a few articles in the documentation, such as:

        • https://doc.qt.io/qt-5/qtqml-cppintegration-overview.html
        • https://doc.qt.io/qt-5/qtqml-cppintegration-topic.html
        • https://doc.qt.io/qt-5/qtqml-cppintegration-interactqmlfromcpp.html
        S Offline
        S Offline
        sombriks
        wrote on last edited by
        #3

        @JKSH amazing resources, thanks for point it out!

        1 Reply Last reply
        0
        • GrecKoG Online
          GrecKoG Online
          GrecKo
          Qt Champions 2018
          wrote on last edited by
          #4

          And more generally : https://doc.qt.io/qt-5/qtqml-syntax-propertybinding.html

          1 Reply Last reply
          1

          • Login

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