QT with code to add icons to QLabel ... QLabel *label = new QLabel(this); QPixmap iconaaa(":/n/image/aaa.bmp"); iconaaa = iconaaa.scaled(label->width(),label-> ...
確定! 回上一頁