Resizable QDialog
General and Desktop
4
Posts
2
Posters
1.6k
Views
1
Watching
-
Does anyone know how to make a resizable QDialog (subclass)?
I've tried adjusting sizePolicies, layout sizeConstraints and calling setSizeGripEnabled, but nothing seems to work.
For info: that's with Qt 5.3 on OS X, and for a WindowModal dialog (although it doesn't seem to work for a modeless dialog either) -
Hi,
Since you seem to be hit by that one, can you please upload a minimal compilable sample project that reproduces this ?