[Qt] I need a hack

Den Jean Den.Jean at telenet.be
Sun Sep 21 18:53:45 CEST 2008


On Sunday 21 September 2008 17:32:10 zeljko wrote:
> > I want to teach qt-lcl return true titlebar color values. I looked at qt
> > sources and found few places where they are requested from windows. I am

they actually use this call in an ifdef windows part:

GetSysColor
http://msdn.microsoft.com/en-us/library/ms724371(VS.85).aspx

fpc:
./rtl/win/wininc/func.inc
function GetSysColor(nIndex:longint):DWORD; external 'user32' 
name 'GetSysColor';


regards,

Den Jean



More information about the Qt mailing list