I am trying to design a simple GUI using Qt Designer (with python).
I have already created two 'tabs' (pages), in the first tab a user can input variables and get let's say a calculated result. In the second tab, I would like to display a text document and equations which supplement the background info for the calculation performed in the first tab. How can I do this from Qt Designer?
For short/one line texts, it is possible to use one of the 'display widgets'. But my problem is with 'lager texts' and 'equation'.