0

Assuming that it has been enabled, will itemChange be called if the change is induced by the program itself via, for example, a setPos?

Francesco
  • 481
  • 2
  • 4
  • 16

1 Answers1

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