/*设置样式表*/QLabel *label = new QLabel();label->setStyleSheet("QLabel {background-color: transparent;}");