lazarus/lcl/interfaces/qt6
2024-11-08 13:08:42 +01:00
..
cbindings Qt6: removed deprecated QString::IsSimpleText() from cbindings. issue #40901 2024-04-14 13:19:52 +02: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
Makefile.fpc lcl: consistent -g -gl 2024-10-24 12:30:13 +02:00
qt6.pas
qt62.pas Qt6: removed deprecated QString::IsSimpleText() from cbindings. issue #40901 2024-04-14 13:19:52 +02:00
qtcaret.pas
qtdefines.inc
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
qtlclintfh.inc
qtobject.inc 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
qtobjects.pas Qt5, Qt6: small optimization for ExtTextOut when drawing char by char. 2024-11-08 13:08:42 +01:00
qtpagecontrol.inc
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
qtsystemtrayicon.pas
qtthemes.pas Qt5,Qt6: Fixed TQtThemeServices.GetDetailSizeForPPI double-scaling Result 2024-05-09 18:59:22 +00:00
qtwidgets.pas Qt5,Qt6: fixed readOnly status for TQtTextEdit on FreeBSD. issue #40930 2024-05-04 17:45:59 +02:00
qtwinapi.inc Qt5, Qt6: small optimization for ExtTextOut when drawing char by char. 2024-11-08 13:08:42 +01:00
qtwinapih.inc Qt5, Qt6: simplified code, use GetTextExtentExPoint from lclintf implementation. 2024-10-02 13:05:27 +02:00
qtwsbuttons.pp
qtwscalendar.pp
qtwschecklst.pp
qtwscomctrls.pp Qt5,Qt6: fixed invalid behaviour of columns. issue #41125 2024-09-07 12:44:13 +02:00
qtwscontrols.pp Qt,Qt5,Qt6: fix for hiding dragimagelist manually.issue #40644 2023-12-13 16:07:31 +01:00
qtwsdesigner.pp
qtwsdialogs.pp
qtwsextctrls.pp
qtwsextdlgs.pp
qtwsfactory.pas
qtwsforms.pp Qt5, Qt6: better handling of modal windows for gtk based window managers (cinnamon, metacity, xfwm4). 2024-10-03 14:01:46 +02: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
qtwsspin.pp
qtwsstdctrls.pp
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