PDA

View Full Version : Compiling QT example - Calculator Form Example



digog
25th August 2010, 19:58
I've tried to compile this example:

http://doc.trolltech.com/4.3/designer-calculatorform.html

but its not working as I expect.

the following errors appear:

'CalculatorForm' in namespace 'Ui' does not name a type calculatorform.h

I have just copy the files in a new project, add my calculatorform.ui as shown n the example and tried to compile.

Lykurg
25th August 2010, 22:10
Has your ui file "CalculatorForm" as its objectName?