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

CLONE -A QLineEdit embedded in a QGraphicsProxyWidget does not call the Virtual Keyboard when clicked

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 4.6.1
    • Widgets: GraphicsView
    • None
    • symbian/5800

    Description

      The virtual keyboard is just called when a word is selected when using a QLineEdit inside a QGraphicsProxyWidget.
      Using outside QGV it calls whenever the user click in the focused entry.

      Code to reproduce the error:

      #include <QtGui>
      
      int main(int argc, char **argv)
      {
          QApplication app(argc, argv);
      
          QGraphicsScene scene;
          QGraphicsView view(&scene);
      
          scene.addWidget(new QLineEdit("lorem ipsum"));
      
          view.show();
      
          return app.exec();
      }
      

      Attachments

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

        Activity

          People

            monsen Marius Bugge Monsen
            kmaterka Konrad Materka
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes