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. QML property Plugin question
Forum Updated to NodeBB v4.3 + New Features

QML property Plugin question

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 581 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.
  • cmessineoC Offline
    cmessineoC Offline
    cmessineo
    wrote on last edited by
    #1

    Hi all, is it possible to update a property in a qml file from a c++ plugin?

    I want to create a plugin that will test all my property onChange events.

    In QML

    @
    property int someProp: 0

    onSomePropChanged:{
    ---Some code
    }
    @

    I was hoping I could write a plugin that would update someProp and I could see if the code runs.

    Thanks

    1 Reply Last reply
    0

    • Login

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