Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QLineEdit selectAll() doesn't work on embedded Linux
Qt 6.11 is out! See what's new in the release blog

QLineEdit selectAll() doesn't work on embedded Linux

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.6k 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.
  • J Offline
    J Offline
    JMcLaurin
    wrote on last edited by
    #1

    Hi All,

    I'm seeing some strange behavior in my QLineEdits on Embedded Linux. It's only happening in embedded Linux--the exact same code running on desktop Linux or Mac OS works fine.

    The first problem is that QLineEdit::selectAll() doesn't work at all. This is true even if I call it from a one-shot timer. The second (probably related) problem is that the backspace key doesn't work when the QLineEdit first receives focus. So I have text in the box, a blinking cursor, and backspace doesn't work. If I enter any additional text, backspace works after that, both on the newly added text and on the text that was already present in the LineEdit.

    Anyone have a clue why this would be happening?

    Thanks!

    -Jason

    1 Reply Last reply
    0
    • M Offline
      M Offline
      messi
      wrote on last edited by
      #2

      Hi Jason,

      please add alway to such kind of question which version of qt did you use on which device(processor), with what kind of configuration settings did you build qt.

      Without those information it is impossible to check your report.
      What you can do is also if its really a bug to write a bugreport with testprogram.
      Also there you have to add all prerequisites, an exact description to reproduce this bug.

      Cheers
      messi

      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