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. QT6 "drop" (ANDROID STYLE possible) when TextInput has focus
Forum Updated to NodeBB v4.3 + New Features

QT6 "drop" (ANDROID STYLE possible) when TextInput has focus

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

    Hello,

    In windows I do not have the blue "water drop",
    but when I compile to Android, it is there once I focus the TextInput.

    how this can be prevented, or removed afterall?

    I have tried:

    Binding {
        target: textinput.children[2] // tried 0 to 5, but I think at "2" it gave me error that no such children exist (0 was text inside the box, 1 was the border)
        property: "visible"
        value: false
    }
    

    but no luck

    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