Answers for "qt insert image in widget"

C++
0

qt insert image in widget

//you can use a QLabel
mylabel.setPixmap("myFile.png");
Posted by: Guest on April-14-2021

Browse Popular Code Answers by Language