PDA

View Full Version : Possible to make the text in a QMessageBox 'selectable' by mouse?



dobedidoo
10th June 2010, 14:44
A short one: How can I make the text shown in a QMessageBox selectable by the mouse? If it is possible at all, that is.

high_flyer
10th June 2010, 17:22
Sure, you can either subclass QMessageBox, or write a custom one based on QDialog.