1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2026-05-16 08:38:08 +02:00

Added QT6 support
Make / build (ubuntu-latest) (push) Has been cancelled

Added SimpleBrowser for Lazarus and QT6
This commit is contained in:
Salvador Díaz Fau
2025-09-14 19:25:12 +02:00
parent ce571c5674
commit 435cfe8cae
13 changed files with 664 additions and 8 deletions
+1
View File
@@ -538,6 +538,7 @@ begin
{$IF DEFINED(LCLQT) OR DEFINED(LCLQT5) OR DEFINED(LCLQT6)}
if ValidCefWindowHandle(aParent) then
begin
// CEF requires a native widget with an associated native window handle.
TempParent := QWidget_winId(TQtWidget(aParent).Widget);
end;
{$IFEND}