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

IOS QInputDilaog - no Keyboard appears

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.4.0 RC
    • QPA
    • None
    • XCode6 - IOS8
    • iOS/tvOS/watchOS

    Description

      No Keyboard appears if the line input in the QinputDialog gets the focus, no input possible.

      bool ok;
      str_item_new = QInputDialog::getText(this,tr("Name"), tr("Bitte Namen angeben"), QLineEdit::Normal, str_name_org, &ok );
      if ( ok && !str_item_new.isEmpty() ) {

      }

      Same thing happens on other modal dialogs with qlineinput

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            vestbo Tor Arne Vestbø
            lobenwein Manfred Lobenwein
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes