qt.go icon indicating copy to clipboard operation
qt.go copied to clipboard

go-uic translate

Open kitech opened this issue 5 years ago • 4 comments

this.MainWindow.AddToolBar(this.Qt::TopToolBarArea, ToolBar) // 115

kitech avatar Feb 11 '20 05:02 kitech

this.ActionStop.SetVisible(this.False) should be this.ActionStop.SetVisible(false)

ebookbug avatar Feb 11 '20 06:02 ebookbug

this.ToolBar = qtwidgets.NewQToolBar(this.MainWindow)
should be this.ToolBar = qtwidgets.NewQToolBar1(this.MainWindow)

ebookbug avatar Feb 11 '20 06:02 ebookbug

this.VerticalLayout_3.SetStretch(this.0, 1) should be this.VerticalLayout_3.SetStretch(0, 1)

ebookbug avatar Feb 11 '20 14:02 ebookbug

// menu_File->addSeparator(); should be this.Menu_File.AddSeparator()

ebookbug avatar Feb 13 '20 04:02 ebookbug