Well, actually this is not really a Qt but pure C++ issue. It should be something more like:
Qt Code:
l->setPixmap(pm); // use "->", not "." mainLayout->addWidget(l);To copy to clipboard, switch view to plain text mode
Well, actually this is not really a Qt but pure C++ issue. It should be something more like:
Qt Code:
l->setPixmap(pm); // use "->", not "." mainLayout->addWidget(l);To copy to clipboard, switch view to plain text mode
J-P Nurmi
tommy (9th November 2007)
Bookmarks