pyqt message box with edit box code example
Example 1: pyqt message box set information text
msg.setInformativeText("This is additional information")
Example 2: pyqt message box set detailed text
msg.setDetailedText("The details are as follows:")