Qt: implemented SM_CXBORDER, SM_CYBORDER in TQtWidgetSet.GetSystemMetrics()

git-svn-id: trunk@33048 -
This commit is contained in:
zeljko 2011-10-23 14:25:57 +00:00
parent b2e14d5fa9
commit 49935742b4

View File

@ -3740,13 +3740,11 @@ begin
begin
//DebugLn('Trace:TODO: [TQtWidgetSet.GetSystemMetrics] --> SM_CMOUSEBUTTONS ');
end;
SM_CXBORDER:
SM_CXBORDER, SM_CYBORDER:
begin
//DebugLn('Trace:TODO: [TQtWidgetSet.GetSystemMetrics] --> SM_CXBORDER ');
end;
SM_CYBORDER:
begin
//DebugLn('Trace:TODO: [TQtWidgetSet.GetSystemMetrics] --> SM_CYBORDER ');
// size of frame around controls
Result := QStyle_pixelMetric(QApplication_style(),
QStylePM_DefaultFrameWidth, nil, nil);
end;
SM_CXCURSOR:
begin