label7 = new QLabel(tr("Icon:")); labelIcon = new QLabel(); QPixmap icon("icon.png"); labelIcon->resize(icon.width(), icon.height());
確定! 回上一頁