QTextBrowser "textBrowserCommand" should be replaced by QTextEdit

Currently, a QTextBrowser named "textBrowserCommand" is being used to display the commands. However, a QTextEdit is more appropriate because it is simpler, and displaying hyperlinks is not required at all.

Edited by Samuel Lourenço