package main import ( "os" "github.com/therecipe/qt/core" "github.com/therecipe/qt/quick" "github.com/therecipe/qt/widgets" ) func init() { CustomTreeModel_QmlRegisterType2("CustomQmlTypes", 1, 0, "CustomTreeModel") } const something = 1<<31 - 1 const ( FirstName = int(core.Qt__UserRole) + 1<