No. still not getting .Without clicking in the dialog, I am not getting key press event in that class. Any other suggestions.Thanks in advance.. Originally Posted by anda_skoa A common pattern used for non-modal dialogs, especialy those which are kept around and re-shown later is this Qt Code: Switch view dialog->show(); // show it if hiddendialog->raise(); // move it on top of sibling windowsdialog->activateWindow(); // make it the active sub window dialog->show(); // show it if hidden dialog->raise(); // move it on top of sibling windows dialog->activateWindow(); // make it the active sub window To copy to clipboard, switch view to plain text mode Cheers, _
dialog->show(); // show it if hiddendialog->raise(); // move it on top of sibling windowsdialog->activateWindow(); // make it the active sub window
dialog->show(); // show it if hidden dialog->raise(); // move it on top of sibling windows dialog->activateWindow(); // make it the active sub window
View Tag Cloud
Forum Rules
Bookmarks