0

When I call QObject::findChildren(), the address I receive is not the right address but it points to an exact copy of what im looking for. This error happens for the only case where im trying to find a custom widget plugin I have created. Whats up with that...do i need to add something to the plugin project?

yan bellavance
  • 4,710
  • 20
  • 62
  • 93

1 Answers1

0

it probably because you have called setupUi twice.

yan bellavance
  • 4,710
  • 20
  • 62
  • 93