Quote Originally Posted by jacek
You can use QLabel to display images, to load the image you need QPixmap and QProcess to run that program.
I guess I wasn't clear enough in my explaination. I already have a qui that can handle this.
but I need this on one executable so I can call a specific function, so QProcess wouldn't
work in my situation. I attached the makefile because I figure I would have to combine the
make files somehow.