PDA

View Full Version : Unable to edit in editarea after minimizing the Mainwindow of My application



Indian
4th April 2013, 06:01
Hi ,
When i start my application . Everything works fine . I am able to edit the QTextarea , QLinedit , Delegates works fine as weel.

But the problem is when i minimize or resize my mainwindow. Thereafter i am not able to edit any of the QTextarea , or QLineedit neither any delegate.

Please Kindly help me out.

Your response will mean a lot.

Thanks.

giblit
4th April 2013, 07:06
should work fine I've never had that problem with my text edits/line edits after resizing. maybe some code would help

Indian
4th April 2013, 07:36
@giblit , thanks for the reply.

My main window is embedded in QX11EmbedContainer.
Minimizing and maximizing losses the focus of all the edits.