Hi,
I have a program in QT. In that program I create a tree using QTreeView. When I double click on an item in the tree, at that time I need to create a Window. I do that, and it is working. My probs is that, When I double click on an item, then it create a new window and again i double click on the same item, I need to show the old window. But in my program, it create a new window. For each time the name of the window is change ( the text of the item) How can I check the name ( the window withe a name ) is loaded?
Please help me..........