Newbie Python QT Question

Raycaster

Distinguished
Dec 5, 2009
3
0
18,510
Just making a simple app that needs to display answers after user input.

The documentation is great so I'm progressing quite well but wondering what would be the best idea to show the results within the qt app window.

If I just needed to show a few results I would just use qlabel but I may have 100's of results!

Wondering if a simple frame with an enlarged label inside attached to a vertical scroll bar would work.

Text browser with vertical scroll bar?

List View?

Just a hint is needed, I'm rather enjoying doing the code.