简体   繁体   中英

Can we implement multiple QtRO interfaces in the same object?

It's all in the question.

I am wondering if we can implement multiple QtRO (Qt remote objects) interfaces in the same object. And then in the client side acquire a replica of the part we need of the server object.

For the ones who wondered, we can't inherit multiple interfaces because of the QObject inheritance limitation, but we can remote multiple object with same host node. Then in the client side you acquire the wanted interface for the node.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM