mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 22:03:07 -06:00
7 lines
342 B
Text
7 lines
342 B
Text
LAYOUT(QuickwatchLayout, 400, 372)
|
|
ITEM(WithDropChoice<EditString>, expression, HSizePosZ(4, 4).TopPosZ(4, 19))
|
|
ITEM(LineEdit, value, HSizePosZ(4, 4).VSizePosZ(28, 32))
|
|
ITEM(Button, ok, SetLabel(t_("OK")).HCenterPosZ(64, 164).BottomPosZ(6, 22))
|
|
ITEM(Button, cancel, SetLabel(t_("Cancel")).RightPosZ(76, 64).BottomPosZ(6, 22))
|
|
END_LAYOUT
|
|
|