[Qt-interest] QML compilation ?

Thiago Macieira thiago at kde.org
Mon Jul 19 23:44:35 CEST 2010


On Monday 19. July 2010 13.32.50 Jason H wrote:
> Even so... is the QRC format encrypted in any way?
> If I load it into a hex editor, will I just see a serialized QDataStream?

No, it's not encrypted in any way.

However, qrc files are *usually* compressed. So you won't see the plain data 
because it will be compressed, inside the rest of the read-only data of your 
application.

Compressing can be disabled, though. In that case, you'd see the exact 
original data (no QDataStream is involved in resources).

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100719/374e12af/attachment.bin 


More information about the Qt-interest-old mailing list