谢谢版主啊!!多次得到你的帮助,实在感谢

可惜我是菜鸟不能帮助其他人解决问题!
还有:
我也用过Qt::AlignCenter 不过它说 QT也是未被定义的,最后我直接复制了你打的 Qt::AlignCenter
然后就没哪个错误了,我晕!!!
还有啊,刚才最后提示这个错误
E:\Qt\程序\test1>qtd
g++ -c -g -g -frtti -fexceptions -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"E:/Qt/4.1.1/
include/QtCore" -I"E:/Qt/4.1.1/include/QtGui" -I"E:/Qt/4.1.1/include" -I"." -I"E
:/Qt/4.1.1/include/ActiveQt" -I"debug" -I"." -I"E:/Qt/4.1.1/mkspecs/win32-g++" -
o debug\a.o a.cpp
a.cpp:17: error: stray '\161' in program
a.cpp:17: error: stray '\161' in program
a.cpp: In constructor `mainwindow::mainwindow()':
a.cpp:18: error: stray '\161' in program
a.cpp:18: error: stray '\161' in program
a.cpp:19: error: stray '\161' in program
a.cpp:19: error: stray '\161' in program
a.cpp:20: error: stray '\161' in program
a.cpp:20: error: stray '\161' in program
a.cpp:20: error: stray '\161' in program
a.cpp:20: error: stray '\161' in program
a.cpp:21: error: stray '\161' in program
a.cpp:21: error: stray '\161' in program
a.cpp:22: error: stray '\161' in program
a.cpp:22: error: stray '\161' in program
a.cpp:25: error: stray '\161' in program
a.cpp:25: error: stray '\161' in program
a.cpp:27: error: stray '\161' in program
a.cpp:27: error: stray '\161' in program
mingw32-make: *** [debug\a.o] Error 1
我实在没看懂这是什么错误(\161 什么意思啊), 后来实在没办法,我把16-27行 所有行前面用于排版的空格都去了,但是还是提示18-26行有'\16'这个错误,然后我又把18-26行前面又都加了一些空格,这时'\16'的错误才没了。现在我把18-26前面的空格再次都去掉后,它也没错误了!
我晕啦,虽然现在错误没有了,但我还是没明白这是什么错误, 我想不是空格的问题,而是我在前面操作过程中改了其它的东西。
谁告诉我这是什么错误吗?不然下次遇到这个错误,我还得这么试啊!!!