Hai guys,

My problem is related with the focuz of cursor ( or say default focuz ).

What happens that , I have a MainWindow in my application containing the following....

1. One Qcanvas ( in center )
2 . One or Dock windows containing tool_box ( in sides )
3 one Tabed widget in bottom

----- Just like VC++ / KDevelp Editors.

4. No : of menues also....



Cenario :

My MainWindow having any of dialogs opened , say foucus is now in one of the QLineEditBox ( cursor is now blinking in a QLineEditBox ) in that dialog.

Now i will minimize MainWindow ( using window_key + D ) keeping the focus like that.
But after restoring( maximizing ) the MainWindow , i willnot see the blinking_cursor( which was shown , just before ) in QLineEdit .

If i am pressing the Tab_Button the foucuz is jumping to the next tab_order widget in the Dialog.

:


Can you identify what will be the reason for this hiden focuz .
Please help me if u can...

Thanks in advance.