view examples/dialogs/classwizard/classwizard.qrc @ 409:4a943393a167

Added wrapper for QImage::save. It has been private back from QtJambi because the format argument is a plain char pointer instead of a QString, but unlike QPixmap, wrappers were missing.
author David Nadlinger <code@klickverbot.at>
date Sun, 20 Mar 2011 20:39:44 +0100
parents d010168e50de
children
line wrap: on
line source

<!DOCTYPE RCC><RCC version="1.0">
<qresource>
    <file>images/background.png</file>
    <file>images/banner.png</file>
    <file>images/logo1.png</file>
    <file>images/logo2.png</file>
    <file>images/logo3.png</file>
    <file>images/watermark1.png</file>
    <file>images/watermark2.png</file>
</qresource>
</RCC>