mbroadst / qamqp

AMQP 0.9.1 implementation for Qt
Other
151 stars 127 forks source link

There is a plan to export it to a QtQuick component? #28

Open keelung opened 9 years ago

keelung commented 9 years ago

Thanks for your work. I'm newer to QtQuick&AMQP, maybe just a few steps to make it aware as a QtQuick component?

mbroadst commented 9 years ago

@keelung there hasn't been any work as of yet to convert this to a QML component, although theoretically it should not be very difficult if you export the client, exchange, and queue classes (make sure exchange and queue are declared as non-creatable types since they are handled internally). I don't have time to work on this, but would certainly accept contributions to this end