iconLabel_ = new QLabel; QIcon icon = GuiFactory::instance().failIcon(); const QPixmap pm = icon.pixmap(stateIconSize); iconLabel_->setPixmap(pm); ...
確定! 回上一頁