Yeah Michal pointed out some great places to find help. The same examples that are on the web page that was pointed out are also installed on your computer under qtsource / examples qml/extending there is also some examples under the quick dir . these are all open source LGPL and can be used. You can also look at some of the plugins that I have made for my app in the mythbuntu-qml branch on launchpad. There is a networking example in there on how to use bonjour/zeroconf and also stuff for mysql . though I have not mastered using qproperty or binding signals and slots from inherent qobjects. Most of my stuff uses qinvokable . hope that this helps .
Joseph On Jul 17, 2013 7:13 AM, "Michał Sawicz" <[email protected]> wrote: > W dniu 17.04.2013 12:40, Pavel Malyshev pisze: > > So how should I bind Qt-C++ code and QML together on Ubuntu Phone? > > QDeclarativeView is replaced by QQuickView in Qt 5.0. > > Your base documentation for this can be the official Qt 5.0 one: > > http://qt-project.org/doc/qt-5.0/qtqml/qtqml-cppintegration-topic.html > > Hope this helps, > -- > Michał (Saviq) Sawicz <[email protected]> > Canonical Services Ltd. > > > -- > Mailing list: https://launchpad.net/~ubuntu-phone > Post to : [email protected] > Unsubscribe : https://launchpad.net/~ubuntu-phone > More help : https://help.launchpad.net/ListHelp > >
-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

