Yeah, this code was really useful. Thank you.
Yeah, this code was really useful. Thank you.
Last edited by ocean; 13th September 2008 at 09:58.
use PNG image ( base format from qt ) its evry time inside
PNG can make alpha / transparent chanel million color fast compression
if you use firefox png lib compression is better/faster and you can animate image like gif inside QT
http://www.miwa-immobilien-allgaeu.d...ng_gif2swf.htm
http://www.qt-apps.org/content/show....?content=81573
http://www.qt-apps.org/content/show....?content=82221
or ...
tell your installer to copy imageformats recursive to application path...
Qt Code:
Source: "D:\_INSTALLER_qt4.0\imageformats\*"; \ DestDir: "{app}/imageformats/"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "D:\_INSTALLER_qt4.0\locale\*"; DestDir: "{app}/locale/"; \ Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system filesTo copy to clipboard, switch view to plain text mode
Bookmarks