I am doing a project with Qt. After calling a QMessageBox, I have found that there are too many words to be printed and I want a scrollbar in the QMessageBox.
Is it possible to make a scrollbar to the text so that I will not very long QMessageBox.
Thanks a lot!