This repository was archived by the owner on Feb 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
UI Editor Tutorial 2: Basic Interaction
KilaBash edited this page Dec 12, 2022
·
3 revisions
- red frame are selected widgets.
- blue frame is the widget that mouse is hovering over it.
Press ctrl
to multi-select / cancle-select widget.
- Hold down
alt
+left
mouse button + move, if you see the arrows (all directions) then you can drag it. - Anyway, you could also modify position by a configurator.
- Hold down
alt
+right
mouse button + move, if you see the arrows (right bottom) then you can scale it. - Anyway, you could also modify size by a configurator.
All widgets (except the Root) need to be added to a father (parent)
widget that accepts it, and we call such father (parent)
widget as Group Type
widget (e.g. Group
, Tab Group
, Scrollable Group
).
- You can find all available widgets in the toolbox.
- Drag a widget into a
Group Type
widget. - Rendering a green frame if such widget can accept it.
Sometimes you may want to modify the parent control.
- You can do this by the menu (right-clicking page) and cut/copy to the selected parent widget.
- A better way is to press the
shift
and move it into the new Group.
Rendering a green frame if such widget can accept it.
In general, all the Group
widgets have a children
tab in its configurator, showing all children, you can adjust their order by dragging.
Right-click the page to open the menu.
- All operations will be performed on selected widgets.
- Basic operations
- Align: availabe when you select multi widgets.
1. Home
UI Editor Basic Tutorial
- Tutorial 1: Start
- Tutorial 2: Basic Interaction
- Tutorial 3: Resources