lazarus/lcl/interfaces/qt6
2025-01-04 21:21:51 +01:00
..
cbindings Qt6: Fixed bug in cbindings, updated cbindings version. 2024-11-20 23:47:15 +01:00
alllclintfunits.pas
interfaces.pp
issues.xml Issues.xml: TListView.OnChanging not supported (cocoa,gtk2,gtk3,qt,qt4,qt5,qt6. the other WS don't have an issue.xml, or are deprecated). 2024-01-08 19:28:29 +01:00
Makefile lcl: consistent -g -gl 2024-10-24 12:30:13 +02:00
Makefile.compiled updated makefiles 2023-09-12 16:25:55 +02:00
Makefile.fpc lcl: consistent -g -gl 2024-10-24 12:30:13 +02:00
qt6.pas
qt62.pas TColorDialog: implement option cdNoEyeDropperButton(QT6.6+) 2024-12-14 19:51:41 +01:00
qtcaret.pas
qtdefines.inc Qt6: disable QtUseNativeEventLoop by default. issue #40206 2023-05-08 09:52:45 +02:00
qtint.pp Qt5, Qt6: do not use FocusChangedHook by default, use EventFilter since events are in correct order with qt5 and qt6 2024-10-03 11:42:36 +02:00
qtlclintf.inc LCL: changed SetDeviceScaleRatio HGDIOBJ param to HDC to be inline with cocoa abilities. 2025-01-02 12:08:47 +01:00
qtlclintfh.inc LCL: changed SetDeviceScaleRatio HGDIOBJ param to HDC to be inline with cocoa abilities. 2025-01-02 12:08:47 +01:00
qtobject.inc Qt6: QGuiApplication_setHighDpiScaleFactorRoundingPolicy() must be setted up before QGuiApplication is created. 2025-01-01 09:46:43 +01:00
qtobjects.pas Qt5, Qt6: small optimization, mark vBrush,vPen and vBackroundBrush as shared. 2024-11-20 22:49:25 +01:00
qtpagecontrol.inc Qt5,Qt6: fixed QTabWidget clientRect calculation when showTabs = false. issue #40460 2023-10-04 21:45:02 +02:00
qtprivate.pp Qt,Qt5,Qt6: do not clear editable combobox edit text if items are cleared. issue #40734 2024-01-29 20:08:05 +01:00
qtproc.pp Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +02:00
qtsystemtrayicon.pas Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +02:00
qtthemes.pas Qt,Qt5,Qt6: implemented themed draw of tabbar base. 2024-11-18 10:26:58 +01:00
qtwidgets.pas Qt6: do not activate THintWindow on show. 2025-01-02 15:21:08 +01:00
qtwinapi.inc Qt5, Qt6: fix bitBlt when device is scaled. issue #41299 2024-12-31 22:50:25 +01:00
qtwinapih.inc Qt5, Qt6: simplified code, use GetTextExtentExPoint from lclintf implementation. 2024-10-02 13:05:27 +02:00
qtwsbuttons.pp LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
qtwscalendar.pp LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
qtwschecklst.pp LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
qtwscomctrls.pp Qt5, Qt6: Fixed bug with TListView.LargeImages and vsIcon style. issue #39511 2024-11-19 19:44:34 +01:00
qtwscontrols.pp Qt5, Qt6: rect should be bounds rect. 2025-01-04 21:21:51 +01:00
qtwsdesigner.pp LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
qtwsdialogs.pp TColorDialog: implement option cdNoEyeDropperButton(QT6.6+) 2024-12-14 19:51:41 +01:00
qtwsextctrls.pp LCL/TShape: Inherit TShape from new TCustomShape class. 2023-09-12 12:03:54 +02:00
qtwsextdlgs.pp
qtwsfactory.pas LCL/TShape: Inherit TShape from new TCustomShape class. 2023-09-12 12:03:54 +02:00
qtwsforms.pp Qt5, Qt6: fixed PopupParent = modal form, issue #41241 2024-11-14 13:48:14 +01:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp Qt: Fixed menus backed by multi-resolution image lists always using the 96ppi image rather than the resolution-specific one. 2024-04-28 14:57:30 +00:00
qtwspairsplitter.pp LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
qtwsspin.pp LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
qtwsstdctrls.pp Qt,Qt5,Qt6: Implemented TCustomCheckBox.Alignment for checkboxes and radio buttons. 2023-09-06 16:56:44 +02:00
qtx11.inc Qt6: add x11Display function, returns xlib.PDisplay. 2022-11-15 13:08:20 +01:00
qtx11dummywidget.pas
README.txt

These are the sources of the LCL qt6 interface.
They only work with qt6 >= 6.2.3 or superior.

To use them you also need to download and install
at appropriate place the libQt6Pas.so (linux)
or Qt6Pas.dll (ms windows) or Qt6Pas.framework (Darwin).

For more information see:
http://wiki.lazarus.freepascal.org/index.php/Qt_Interface