Custom Widget Paint Event Too Soon?
-
I'm writing a custom widget, and it appears to be getting a really early paintEvent() call before its proper size has been set by the layout it's in, causing it to flash up on the screen really large before being immediately resized to the correct dimensions. I'm clearly missing a standard widget procedural step during initialization, but what is it?