filcuc / dqml

Qt Qml bindings for the D programming language
GNU Lesser General Public License v3.0
42 stars 14 forks source link

Implement functionality to receive any signals #11

Closed MoritzMaxeiner closed 8 years ago

MoritzMaxeiner commented 8 years ago

Companion PR to https://github.com/filcuc/DOtherSide/pull/32

filcuc commented 8 years ago

This seems to enable the signal/slot connection also between QObjects created on the D/Nim side. Mind to create a simple example? Just for showing up the syntax to new users

MoritzMaxeiner commented 8 years ago

This seems to enable the signal/slot connection also between QObjects created on the D/Nim side.

Probably, haven't look at that part, though.

Mind to create a simple example? Just for showing up the syntax to new users

Sure, I'll add one for D<-QML in a bit and look into connecting D<->D.

MoritzMaxeiner commented 8 years ago

I'm happy to say that the example shows receiving a broadcasted (string) message from two different senders: