My image does not appear :
QString champ("C:/champions/" + ui->comboBox->currentText() + "_1.jpg");
QPixmap image(champ);
ui->label_1->setPixmap(QPixmap(image));
I tried to solve this for 2 hours. Help me please ! Sorry if my english is bad because i'm french ^^ .