I’m trying to design a Dialog in Qt Designer using a QTextBrowser. I’m completely lost as I’m not finding anything about what I’m trying to do in the documentation.
What I would like to do is make it where multiline text will overflow into a new column of text, as opposed to simply making the QTextBrowser scrollable. The output will be a string representation of “map numbers” that apply to a larger project I’m developing. These numbers are short and it makes more sense for them to fill up the available horizontal space before trying to create additional vertical space.
Is there any way to do this in PyQt? I’m open to other widgets if they could handle the output in the same way. Thanks for any help.