Can I change the size of the box used to show the detailed text inside QMessageBox?
-
My problem is that the space for showing the details is very narrow and I have to show a lot of text. I would like to make it bigger.
-
My problem is that the space for showing the details is very narrow and I have to show a lot of text. I would like to make it bigger.
@SamuelAbance Do you use https://doc.qt.io/qt-6/qmessagebox.html#informativeText-prop to show all that text?
-
@SamuelAbance Do you use https://doc.qt.io/qt-6/qmessagebox.html#informativeText-prop to show all that text?
@jsulm I use setDetailedText because I want to hide all the details at first. The problem is that when the user clicks in the show details button the text box shown is too small.