I’ll save you a few weeks or months of figuring things out- don’t use the Qt Designer for production UIs. It is seductively smooth, but in actually crippled (unlike the Visual Studio designer which rocks). It is more work than it’s worth. Designer-friendly UI’s should be straightforward to hand-code when you know what you’re doing, and anything fancier is going to be far too confusing to maintain (or impossible to create) with the Designer.
[QUOTE=Rob Galanakis;17715]I’ll save you a few weeks or months of figuring things out- don’t use the Qt Designer for production UIs. It is seductively smooth, but in actually crippled (unlike the Visual Studio designer which rocks). It is more work than it’s worth. Designer-friendly UI’s should be straightforward to hand-code when you know what you’re doing, and anything fancier is going to be far too confusing to maintain (or impossible to create) with the Designer.[/QUOTE]
I definitely agree to a point, but this was for ease of use of artists to create quick personal UIs rather than ones for any sort of studio distribution.