Assuming that it has been enabled, will itemChange be called if the change is induced by the program itself via, for example, a setPos?
Asked
Active
Viewed 35 times
1 Answers
0
According to the Qt documentation, yes, the itemChange()
function will be called after setPos()
function call:
[..] as the setPos() function will again call itemChange(ItemPositionChange).

vahancho
- 20,808
- 3
- 47
- 55