diff --git a/identities.go b/identities.go index f4be921..8bb916f 100644 --- a/identities.go +++ b/identities.go @@ -2,35 +2,80 @@ package main import ( "github.com/therecipe/qt/core" + "fmt" ) func init() { QIdentityListModel_QmlRegisterType2("CustomQmlTypes", 1, 0, "QIdentityListModel") } - +// TODO: register QObj of Item const ( Name = int(core.Qt__UserRole) + 1<