I think my error is somehow in my connect statement, because I just added:
to my setImage function and its returning null...Qt Code:
if (pic.isNull()) qDebug() << "it's null";To copy to clipboard, switch view to plain text mode
so i guess i'm doing something wrong in my connect statement.
is that the right way of passing the QPixmap attribute of a QLabel?
connect(label, SIGNAL(clicked(const QPixmap&)), this, SLOT(setImage(const QPixmap &)))
Thanks in advance.
Bookmarks