在VC++ 6.0 下編寫QT程式不會很困難....
1. 下載 for windows 的QT,並且編譯..
2. 開啟VC,並且設定LIB和Header的路徑
在 [Tool] -> [Option] -> [Directories]
3. 開個空白專案,開始寫程式..^^
4.當然要用MOC,請參考 :
http://lists.trolltech.com/qt-nterest/2 ... 00550.html
簡單摘錄:
1. Open the Project Settings dialog.
2. Select the header file you want moc to compile.
3. Choose the Custom Build tab.
4. In the Command field type something like
moc -o moc_somefile.cpp somefile.h
5. In the Outputs field enter
moc_somefile.cpp