|
|
2008/10/29 Gordon Schumacher <gordon@xxxxxxxxx>:
> Richard Danter wrote:
>> Hi,
>>
>> I would like to create a class that processes commands in a sequence
>> asynchronously like QFtp or QHttp. I think I could use a
>> QThread-derived class but neither QFtp nor QHttp seem to be derived
>> this way. What is the correct way to implement a class that does
>> processing this way?
>>
>
> On a similar sort of note... am I the only one who would like to see the
> ability to register new network handler classes, similar to the
> QAbstractFileEngine[Handler] classes? A background project I am working
> on could benefit quite a lot from giving the QNetwork functions the
> ability to handle svn:// URLs, or special handling for metalinks, etc.,
> etc...
In my case I am not doing anything with networks, I just like the way
QFtp works asynchronously and want to implement something similar.
Rich
--
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/
|
|