> All I really want to do is have the simplest but complete example of > the following: > > - A QML button that, when pressed, invokes a C++ function
It's C++, so you should rather want to invoke a method on an object. The page you reference describes this here: http://qt.nokia.com/doc/4.7-snapshot/qtbinding.html#calling-c-+%20methods-from-qml -- Warwick _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
