Re: Custom Item Delegate (QDateEdit) and Size Hints
Originally Posted by ChrisW67
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.
Your biological and technological distinctiveness will be added to our own. Resistance is futile.
Please ask Qt related questions on the forum and not using private messages or visitor messages.
Bookmarks