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. Show VirtualKeyboard in Dialog. Loop detected
Forum Updated to NodeBB v4.3 + New Features

Show VirtualKeyboard in Dialog. Loop detected

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

    I get the error: QML Dialog: Binding loop detected for property "visible" when displaying the virtual keyboard mei in the dialog box. How can this be fixed?

    Dialog {
            id: _dialog
            y: 250
            width: parent.width
            leftPadding: 0
            rightPadding: 0
            visible: Qt.inputMethod.visible
            standardButtons: Dialog.Ok | Dialog.Cancel
            onAccepted: close()
    
    
            InputPanel {
                id: _inputPanel
                y: 0
                width: parent.width
                height: parent.height
            }
        }
    
    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