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. Problem with TextArea textEdit.RichText and binding
Forum Updated to NodeBB v4.3 + New Features

Problem with TextArea textEdit.RichText and binding

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 208 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.
  • M Offline
    M Offline
    msauer75
    wrote on last edited by
    #1

    Hello,

    in my QML view I have a text area field to edit a value which is a Q_PROPERTY from my c++ application. I bind the content of the text area to the Q_PROPERTY with the binding property:

            Binding {
                target: stringDecorator
                property: "ui_value"
                value: textValue.text
            }
    

    If I set textFormat: TextArea.RichText I will get a warning:

    QML TextArea: Binding loop detected for property "text"
    

    How can I avoid this warning message?

    Thank you for your help.
    BR
    martin

    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