Thursday, 19 September 2013

Building a QGridLayout with images using QPixMap?

Building a QGridLayout with images using QPixMap?

I' making a program that reads in files from a directory and takes some
information from said files. I want to output this information to a
QGridLayout with the following format:

I was thinking of using a QLabel array and pixmaping the images to the
labels. That kind of works so far but I really don't know how to attach
the labels to the images. Can anyone explain how I could do that?

No comments:

Post a Comment