How to view your final results

Once final results have been released, you will be able to view them via My Results tab in eStudent. The official results publication date for each study period can be found on the Academic Calendar. You can navigate to the My Results tab using the steps below: Log into OASIS. Click on the My Studies tab. Click on […]

How to load a webp in QImage?

I have a simple project that displays an image picked by the user. In the process, I run: QImage image; image.load(imagePath); But QImage remains with an “invalid” image. It does work for other image formats, like png and jpg. As I understand it, webp is supported by something called “Qt Image Formats”, that’s external to […]