Hi,
I don't exactly know if it will work, but tryQt Code:
//main.cpp .. ... a.connect(&a, SIGNAL(lastWindowClosed()), yourMainClass, SLOT(yourQuitSlot())); ...To copy to clipboard, switch view to plain text mode
and look if you can disconnect the connection from your QLineEdit bevor "editingFinished" is emitted.
Lykurg
Bookmarks