Property | Type | Description | |
---|---|---|---|
ChangeEvent | void | ||
ContextMenuEvent | void | ||
DataUpdated | void | ||
Event | bool | ||
MousePressEvent | void | ||
Paint | void | ||
ResizeEvent | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Label ( ) : System | ||
Label ( |
Constructs a label with word wrap on by default @arg parent the parent of this widget | |
SetTextSelectable ( bool enable ) : void | Set if the text on the label can be selected with the mouse @arg enable true if we want to manage text selection with the mouse | |
TextSelectable ( ) : bool |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
Label ( |
Method | Description | |
---|---|---|
ChangeEvent ( Qyoto.QEvent arg1 ) : void | ||
ContextMenuEvent ( Qyoto.QGraphicsSceneContextMenuEvent arg1 ) : void | ||
DataUpdated ( string sourceName, QVariant>.Dictionary |
||
Event ( Qyoto.QEvent arg1 ) : bool | ||
MousePressEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
Paint ( |
||
ResizeEvent ( Qyoto.QGraphicsSceneResizeEvent arg1 ) : void |
public Label ( |
||
parent | ||
return | System |
public SetTextSelectable ( bool enable ) : void | ||
enable | bool | |
return | void |