Hi folks, some guys in the freesmartphone.org community have just launched a new telephony client project which is going to use Qt Quick as UI. While Qt can talk DBus fine, it's much more wordy and less convenient than using it from Vala.
We have invested so much time in Vala that we want to do the business logic in Vala rather than in C++. Therefore we need a way to bridge between Qt and Vala. My idea was to write a script that scans for Qt signals and slots and creates stubs that handle the parameter conversion from/to Vala. Has anyone ever did that? I'd rather base on something existing before starting from scratch. Cheers, -- :M: _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
