Documentation ¶
Index ¶
Constants ¶
View Source
const ButtonName = "qt_button"
View Source
const GridCellName = "qt_grid_cell"
View Source
const GridLayoutName = "qt_grid_layout"
View Source
const LabelName = "qt_label"
View Source
const TextInputName = "qt_textinput"
View Source
const WindowName = "qt_window"
Variables ¶
View Source
var AllComponents = make(map[string]func(render QtRender) Widget)
Functions ¶
This section is empty.
Types ¶
type ButtonProps ¶
type ButtonProps struct { Label string OnClicked func() }
type GridCellProps ¶
type LabelProps ¶
type LabelProps struct {
Text string
}
type ParentWidget ¶
type ParentWidget interface { AddQtWidget(child widgets.QWidget_ITF) RemoveQtWidget(child widgets.QWidget_ITF) }
type QtRender ¶
type QtRender interface {
FindFirstContainer(node *NodeData) ParentWidget
}
type TextInputProps ¶
Click to show internal directories.
Click to hide internal directories.