Re: [Interest] QMessageBox copy to clipboard

2014-06-05 Thread Hamish Moffatt
On 04/06/14 17:12, André Somers wrote: > Hamish Moffatt schreef op 4-6-2014 08:50: >> Hi, >> >> We're displaying an error message with QMessageBox and we'd like to make >> it easy for the user to copy the detailed text to the clipboard. I'd >> like to add a button to do this, but I don't want to di

Re: [Interest] QMessageBox copy to clipboard

2014-06-04 Thread André Somers
Hamish Moffatt schreef op 4-6-2014 08:50: > Hi, > > We're displaying an error message with QMessageBox and we'd like to make > it easy for the user to copy the detailed text to the clipboard. I'd > like to add a button to do this, but I don't want to dismiss the dialog > at the same time. > > It lo

[Interest] QMessageBox copy to clipboard

2014-06-03 Thread Hamish Moffatt
Hi, We're displaying an error message with QMessageBox and we'd like to make it easy for the user to copy the detailed text to the clipboard. I'd like to add a button to do this, but I don't want to dismiss the dialog at the same time. It looks like I can add any button with QMessageBox::addBu