If I had a null pixmap in one of the lower functions (onPrev, etc), would it display a null or just continue to show the same thing.
It would display absolutely nothing at all, or in the case of my example code, "Null Pixmap!" (tested). A null pixmap has no content, but QLabel::setPixMap() wipes out the label's previous pixmap.
Bookmarks