Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I have a question about error-checks.
Is there any equivalent of GetLastError() (WINAPI) function in QT ?
How can I get error details of QFile or QImage programatically ?
Thanks
Hi,
@rondo
u can use error and fileerror from QFileDevice.
Thanks,
@rondo said in QT Error Checking:
QImage
Regarding QImage: what error are you interested in?
@Pradeep-Kumar thanks!
@jsulm
I am interested about details of error in QImage::load method.
Any suggestions?