PDA

View Full Version : QWizard not resizing properly for non-unicode



jgreetham
12th September 2007, 21:11
Hi all,

I hope someone out there has an idea about this problem. In order to overcome a problem with Oracle 10, unicode & the Qt 3.3.8 Odbc driver, Trolltech suggested I "#undef UNICODE" in the qsql_odbc.cpp That seems to have cleared up my database access problems but now all my wizards start off with the buttons on the bottom cut off. If I just stretch out the dialog for the first page, then the rest of the pages do OK. So any ideas on how to correct my QWizard problem?

wysota
19th September 2007, 10:42
Did you verify that without this "#undef" the layout is correct?