这个是错误提示:
calculatorform.cpp: In member function ‘virtual void CalculatorForm::plus()’:
calculatorform.cpp:12: error: invalid use of undefined type ‘struct QLineEdit’
.ui/calculatorformbase.h:22: error: forward declaration of ‘struct QLineEdit’
calculatorform.cpp:13: error: invalid use of undefined type ‘struct QLineEdit’
.ui/calculatorformbase.h:22: error: forward declaration of ‘struct QLineEdit’
calculatorform.cpp:16: error: invalid use of undefined type ‘struct QLineEdit’
.ui/calculatorformbase.h:22: error: forward declaration of ‘struct QLineEdit’
make: *** [.obj/calculatorform.o] Error 1