I would like to create and use a dialog to hold user and application status. Similar in nature to the progress bar, but using words. The dialog itself is is a QTextEdit set to read-only. What would be the best way to get information to the dialog, both from other Qt dialogs (e.g. mouse pick information) and analysis code (e.g. information where at in an algorithm).

Thanks!