[Qt-interest] Windows theming of standard dialogs

Constantin Makshin dinosaur-rus at users.sourceforge.net
Thu Jun 18 17:04:11 CEST 2009


RC_FILE variable is documented at
http://doc.qtsoftware.com/4.5/qmake-common-projects.html#the-app-template

Windows manifests are described at
http://msdn.microsoft.com/en-us/library/wwtazz9d(VS.80).aspx

But I'd recommend using Visual Studio 2005 or newer. It has out-of-the-box  
support of manifests (projects/makefiles generated by QMake embed  
"theming" manifest automatically) and AFAIK generates better (both faster  
and smaller) code than GCC, at least when compared to GCC 3.

On Thu, 18 Jun 2009 05:50:55 +0400, Kyle Alons <kyle at kinook.com> wrote:
>> - compile Qt and application with Visual Studio 2005 or newer;
>> - add the manifest file attached to this message to the .rc file as a
>> resource of type 24, identifier 1:
>>      1 24 DISCARDABLE "full.manifest"
>>   and add this .rc file to your project (RC_FILE variable).
>>   Both resource file and updated QMake project for "application" example
>> are also attached to this message.
> This resolved it.  Is win32:RC_FILE documented somewhere, or is there a
> tutorial on these platform differences?  Thanks.

-- 
Constantin "Dinosaur" Makshin



More information about the Qt-interest-old mailing list