MessageBox с выдилением текста #Qt
QMessageBox mb(QMessageBox::NoIcon, "New message", "A lot of text", QMessageBox::Ok, this); mb.setTextInteractionFlags(Qt::TextSelectableByMouse); int dialogResult = mb.exec();