qt.go
qt.go copied to clipboard
go-uic translate
this.MainWindow.AddToolBar(this.Qt::TopToolBarArea, ToolBar) // 115
this.ActionStop.SetVisible(this.False) should be this.ActionStop.SetVisible(false)
this.ToolBar = qtwidgets.NewQToolBar(this.MainWindow)
should be
this.ToolBar = qtwidgets.NewQToolBar1(this.MainWindow)
this.VerticalLayout_3.SetStretch(this.0, 1) should be this.VerticalLayout_3.SetStretch(0, 1)
// menu_File->addSeparator(); should be this.Menu_File.AddSeparator()