lazarus/lcl/interfaces/qt6
2025-06-14 19:49:27 +02:00
..
cbindings Qt5, Qt6 bindings: don't export unneeded symbols in libQt5Pas.so.1 and libQt6Pas.so.6 2025-05-11 16:42:54 +03: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
qtint.pp Qt5,Qt6: fixed painting in designer when using docked form designer. issue #41640 2025-05-14 13:17:17 +02:00
qtlclintf.inc Qt5,Qt6: proper transform before draw grid at design time. issue #41513 2025-03-26 15:06:44 +01:00
qtlclintfh.inc LCL: renamed param. 2025-01-09 09:41:38 +01:00
qtobject.inc Qt6: Use custom event for widget destroy. issue #41470 2025-05-12 15:47:23 +02:00
qtobjects.pas Qt5,Qt6: use floating point functions for primitives drawing on scaled displays. issue #41422 2025-02-11 14:44:05 +01:00
qtpagecontrol.inc Qt,Qt5,Qt6: fixed multiple memleaks with QIcon. issue #41497 2025-03-01 16:35:55 +01:00
qtprivate.pp Qt5,Qt6: fixed QtComboBox sorted property. issue #41502 2025-03-03 08:33:20 +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 Qt5,Qt6: correct QStyleOption* destroy. issue #41627 2025-05-09 10:14:28 +02:00
qtwidgets.pas qt/qt5/qt6: Micro-optimization of commit 2b0787fbf3 2025-06-14 19:49:27 +02:00
qtwinapi.inc Qt5,Qt6: fixed swapped width/height. issue #41575 2025-04-07 22:28:18 +02:00
qtwinapih.inc Qt5, Qt6: implemented GetDpiForMonitor(). 2025-01-08 18:06:29 +01: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 Qt,Qt5,Qt6: checkbox offset should be applied only to the first column where checkbox resides. issue #41496 2025-03-01 18:04:56 +01:00
qtwscontrols.pp Qt5, Qt6: fixed showing and destroying popup window with popup parent modal form. issue #41433 2025-02-15 12:54:05 +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 showing and destroying popup window with popup parent modal form. issue #41433 2025-02-15 12:54:05 +01:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp Qt,Qt5,Qt6: fixed menuitem radio items behaviour. issue #41577 2025-04-09 09:18:15 +02: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 Qt5,Qt6: fixed TListBox.TopIndex. issue #41688 2025-06-03 18:09:30 +02:00
qtx11.inc
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