Quote Originally Posted by ChrisW67 View Post
I can't emit sizeHintChanged() or set a member variable to the sizeHint() of the editor while inside the createEditor() or setEditorData() methods because these actions violate the method const-ness.
But you can use invokeMethod() to schedule a delayed signal emission from a custom slot. Use "mutable" if necessary.