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. QDialog on iPad with QLineEdit
Forum Updated to NodeBB v4.3 + New Features

QDialog on iPad with QLineEdit

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 2 Posters 324 Views 2 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.
  • P Offline
    P Offline
    peter-70
    wrote on last edited by
    #1

    I have an old app, they uses QDialog also for iPad.

    When I open the dialog with dlg.exec, I can't edit the line edit, because the virtual keyboard is like frozen!

    I can change the focus, I can klick on checkBoxes, but I can not edit text fields (like QLineEdit and so on...)

    I use for all components (QtCreator, XCode and so on...) the newest available versions!

    Do you have any idea for solving this problem?

    P 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You should post the current version you are using. Your latest might not be valid next week.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • P peter-70

        I have an old app, they uses QDialog also for iPad.

        When I open the dialog with dlg.exec, I can't edit the line edit, because the virtual keyboard is like frozen!

        I can change the focus, I can klick on checkBoxes, but I can not edit text fields (like QLineEdit and so on...)

        I use for all components (QtCreator, XCode and so on...) the newest available versions!

        Do you have any idea for solving this problem?

        P Offline
        P Offline
        peter-70
        wrote on last edited by
        #3

        The problem was, that I called another QDialog out of a QDialog.
        Obviously, that was too much for the iPad, and the message-queue could not be processed correctly.
        Now I close the first QDialog and call after them, the other QDialog and it works pretty fine.

        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