프로그래밍/Qt

QLabel 글자색

Dev-Drake 2019. 6. 11. 14:31
반응형

ui->LblText->setStyleSheet("QLabel { color : white; }");

 

반응형