... char *argv[]) { QApplication app(argc, argv); QLabel topLevelLabel; QPixmap pixmap(":/images/tux.png"); topLevelLabel.setPixmap(pixmap); topLevelLabel.
確定! 回上一頁