Layout.move

Moves a current child of layout to a new position.

class Layout
void
move
(,
int x
,
int y
)

Parameters

childWidget Widget

a current child of layout

x int

X position to move to

y int

Y position to move to