I'm just starting with Qt, but this doesn't feel like a "Newbie" issue.

The default style of a wizard looks something like this:



I hate that empty space on the left of the actual content, its completely wasted. I much prefer what the Dropbox guys have done (at least thats where I saw it):



Is this possible using QWizard or do I have to implement my own wizard class? Is QStackedWidget the best tool for the job? Can I use QWizardPage[s] with my own wizard class?