HUG /

SETPROPERTY

SETPROPERTY(widget, "property", value)

Type: directive

ウィジェットのプロパティを設定します。

例:

SETPROPERTY(window, "decorated", TRUE)
SETPROPERTY(button, "tooltip-text", "Testing the properties")