Qt-interest Archive, July 2007
Data compression on Qt3
Message 1 in thread
Hello,
I have a client/server application and I wonder if Qt3 has a way to compress the data before sending it with a QDataStream over a QSocket? if it has not what would be the best way to do it and in a portable way (I mean, with libraries capable to be used in Unix, windows and macos)?
Thanks in advance.
---zdruid
___________________________________________________________
Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for
your free account today http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html
--
[ signature omitted ]
Message 2 in thread
Have you looked at the qCompress & qUncompress functions (see the
QByteArray docs)?
On Jul 10, 2007, at 5:38 PM, Zed Druid wrote:
> Hello,
>
> I have a client/server application and I wonder if Qt3 has a way
> to compress the data before sending it with a QDataStream over a
> QSocket? if it has not what would be the best way to do it and in a
> portable way (I mean, with libraries capable to be used in Unix,
> windows and macos)?
>
> Thanks in advance.
>
> ---zdruid
>
>
>
>
> ___________________________________________________________
> Yahoo! Mail is the world's favourite email. Don't settle for less,
> sign up for
> your free account today http://uk.rd.yahoo.com/evt=44106/*http://
> uk.docs.yahoo.com/mail/winter07.html
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
--
[ signature omitted ]