FlowBox.setActivateOnSingleClick
void setActivateOnSingleClick(bool single)If single is true, children will be activated when you click on them, otherwise you need to double-click.
Parameters
single | true to emit child-activated on a single click |
void setActivateOnSingleClick(bool single)If single is true, children will be activated when you click on them, otherwise you need to double-click.
single | true to emit child-activated on a single click |