Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-106657

QInputMethod::setVisible() on condition (double click)

    XMLWordPrintable

Details

    • All, Android

    Description

      I'm trying to implement app on android (but can affect all OS) that once TextField (or any other element which pops up virtual keyboard) would only happen on specific condition (in my case double to the element). As far as I tried several posibilities (like click counter, to hide if click only once or none (by TABing to the field)) somehow works but not as good as it should (while only 1 click happened isVisible() state changes so it hides it, but this see the few miliseconds animation on the layout, and similar issues).

      To my guess, this would be awesome feature to add such a condition to QInputMethod where I can set condition to setVisible() (such as double click, right click, etc).

      This might be achieved by other stuff, like some record in AndroidManifest, but then I do QT workaround which is not as desired

      Attachments

        Activity

          People

            srutledg Shawn Rutledge
            shokarta Jiri Zaloudek
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: