QLineEdit is not editable - error
I want to use a QLineEdit in order to input some text from the user, in an application designed for symbian. I am currently using a part of the Maps Demo example found in Qt Mobility, from the Qt Creator. I use a layout on top of the view on which the map is placed to display the QLineEdit. The problem is that I cannot input any text from the simulator. I have checked and the QLineEdit variable isn’t readOnly. What could be the problem?
Thank you.
5 replies
I can click on in and select the default text set previous, if that is what you mean.
Funny thing, is that i tried the same thing in a very simplified scenario: a map, loaded onto a scene, loaded onto a QGraphicsView and in the layout of the QGraphicsView the QLineEdit. The QLineEdit could be modified in this case. Somewhere something is wrong.
You must log in to post a reply. Not a member yet? Register here!


