QLineEdit problem in Qt for Symbian
I’m working on Qt 4.6.3 for symbian. I have a problem with QLineEdit.
The scenario is, I have two QMainWindow, one QMainwindow have two QlineEdit and a QPushButton controls and other QMainWindow have QListWidget control.After opening and closing second QmMainWindow from first QMainWindow, the QLineEdit controls of first QMainWindow are uneditable. I want it editable.
Why it is uneditable after closing second QMainWindow. What should I do for making editable?
Thanks.
11 replies
You can also use a QDialog [doc.trolltech.com] for this, if is only a forms that is close after the function.
I have used the second QmainWindow for user selection like popup dialog for selection of data. After selection user closes the second QMainWindow and that data will be transmit it to the first QMainWindow.Kindly let me know if any other approach I use for popup selection.
Thanks in advance.
You must log in to post a reply. Not a member yet? Register here!




