We solved it by using the following constructor / option

Qt Code:
  1. extlogwindow = new ExtLogWindow( );
  2.  
  3. extlogwindow->setWindowFlags(Qt::SubWindow);
To copy to clipboard, switch view to plain text mode