Помогите пожалуйста , как загрузить jpg на QLabel ? Вроде делаю всё правильно выдаёт следующую ошибку :Microsoft Visual C++ Runtime LibraryThis applicatioon has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.Вот как я делал :QPixmap pix("D:\\my_project\cnopca1\1.jpg");Clas sCnopca::ClassCnopca(QWidget *parent) :QDialog(parent){ setupUi(this); label->setPixmap(pix);}Буду очень благодарен , если кто-то укажет на ошибку ! Заранее благодарю .
|