Hi Sankar,
On Fri, May 16, 2014 at 5:57 PM, <
sankar.c...@gmail.com> wrote:
> But I was not able to find any example program that uses QCompleter of Qt
> from Go.
There's no way to do that right now, because QCompleter is a component
of classical Qt and not available to QML. That said, we can integrate
things from standard Qt easily, but in most cases it only makes sense
to do so if they play with a QML application, as we're not defining as
a goal to have classical Qt fully working.
As an example, this blog post describes the process of integrating a
non-GUI Qt extension via Go QML, within its own Go package:
http://blog.labix.org/2014/03/21/arbitrary-qt-extensions-with-go-qml
That's probably more information than you need to care about, though,
and as long as the integration is sensible and generally useful I'm
willing to do that work for you.
> I was not able to find any good offline tutorial or documentation for QML +
> Go, as I am not always online.
We don't have any tutorials yet. The best documentation sources at the
moment are the Go QML package documentation (see the intro at the top)
[1], the examples [2], and the common QML documentation [3].
[1]
http://godoc.org/gopkg.in/qml.v0
[2]
https://github.com/go-qml/qml/tree/master/examples
[3]
http://qt-project.org/doc/qt-5/qtqml-index.html
gustavo @
http://niemeyer.net