For an experiment, I'd like to create a simple graphical application.
My goal isn't complex: I just need to draw single pixels or lines of different colors, and refresh the view regularly. Something like Conway's Game of Life.
I'm used to work with Qt
but never for this kind of task.
What widgets/objects should I use to get started ? Is there anything special I should know/do ?
Thank you.