Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

problems with exe files generated by QT

$
0
0
Thank you for the reply. I have something like this in my code: fileName = QFileDialog::getOpenFileName(this,tr("Open Enroll Image"),QDir::currentPath(),tr("Image Files [ *.jpg , *.jpeg , *.bmp , *.png , *.gif]"));     if(!fileName.isEmpty())     {         QImage imageE(fileName); … I think in fileName will be the full path, right? I tried also to run the exe files as administrator (maybe a permission issue) but the error persists. [edit: added missing coding tags @ SGaist]

Viewing all articles
Browse latest Browse all 4972

Trending Articles