Improved on some ui elements

This commit is contained in:
obscuren
2014-05-21 14:00:54 +02:00
parent 68f4a12a8b
commit 10e2c40b59
2 changed files with 40 additions and 0 deletions

View File

@ -74,6 +74,7 @@ func (gui *Gui) Start(assetPath string) {
// Expose the eth library and the ui library to QML
context.SetVar("eth", gui)
context.SetVar("pub", gui.pub)
gui.uiLib = NewUiLib(gui.engine, gui.eth, assetPath)
context.SetVar("ui", gui.uiLib)