We solved it by using the following constructor / option
Qt Code:
extlogwindow = new ExtLogWindow( ); extlogwindow->setWindowFlags(Qt::SubWindow);To copy to clipboard, switch view to plain text mode
We solved it by using the following constructor / option
Qt Code:
extlogwindow = new ExtLogWindow( ); extlogwindow->setWindowFlags(Qt::SubWindow);To copy to clipboard, switch view to plain text mode
Bookmarks