Trolltech 回复:
Hi,
These are two different resource systems (the Qt resource system,
operating on XML *.qrc files, and the Win32 resource system, operating
on .rc files). You can use both .qrc and .rc files in your project, but
you can set the icon associated with the application executable only
through an .rc file; that icon will not be accessible as a Qt resource
unless you also register it in your .qrc file.
Regards,
[ 此贴被shiroki在2007-12-12 14:18重新编辑 ]