I'm fairly new to pyqt - I'm currently using it to make a visual representation of a graph. I made a custom widget for this, which was fairly easy. But now I'm stuck when having to use built in functionality.
I want to add a 'view' to my application and be able to print text to it (kinda like what happens when you print to the console with print("blablabla") )
I tried to use the pyqt api to discover what/how but..
http://pyqt.sourceforge.net/Docs/PyQt4/qtgui.html
It contains 41 classes in the form of text + something else and to be fair I have NO clue to which one to use?
so if someone could point me out which one, and if you have time on how to use it for the purpose I want to, that would be much appreciated ^^