Overview | System-Objects | Class-Tree | Class-List | Global Functions | Files |

Property of a Class

Handle focus state of this widget.

someWidget.setFocused(true) set the current focus to this widget. someWidget.setFocused(false) remove the current focus and leave it blank.

Normally you didn't need to set this directly.


Public Functions

Get

Get current value.

QxWidget.getFocused();

Set

Set new value.

QxWidget.setFocused(newValue);