view examples/widgets/styles/styles.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 37cf6fd1ee85
children
line wrap: on
line source

<!DOCTYPE RCC><RCC version="1.0">
<qresource>
    <file>images/woodbutton.png</file>
    <file>images/woodbackground.png</file>
</qresource>
</RCC>