lazarus/lcl/interfaces/qt6
2024-04-30 15:08:03 +02: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 updated makefiles 2023-08-14 20:31:20 +02:00
Makefile.compiled updated makefiles 2023-09-12 16:25:55 +02:00
Makefile.fpc updated makefiles 2023-08-14 20:31:20 +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 Qt6: disable QtUseNativeEventLoop by default. issue #40206 2023-05-08 09:52:45 +02:00
qtint.pp Qt5,Qt6: fixed Qt version extraction. issue #40426 2023-08-03 10:52:59 +02:00
qtlclintf.inc Qt5, Qt6: fixed bad rendering of TBitmaps, use rgba premultiplied images only for darwin. 2023-09-21 17:01:44 +02:00
qtlclintfh.inc Qt,Qt5,Qt6: Implemented TComboBox.AdjustDropDown - TQtWidgetSet.SetComboMinDropDownSize. 2023-09-06 14:37:49 +02:00
qtobject.inc Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +02:00
qtobjects.pas Qt6: fixed usage of TQtObjectDump.InheritsQtClass by using ansistring instead of widestring as function param, so we have proper conversion to PAnsiChar. 2024-02-05 16:25:26 +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 Qt6: implemented QtThemes GetDetailSizeForPPI. 2023-09-05 12:33:29 +02:00
qtwidgets.pas Qt,Qt5,Qt6: fixed wierd focus behaviour. issue #10155 2024-03-08 20:33:35 +01:00
qtwinapi.inc Qt5, Qt6: Initialize MaxCount in GetTextExtentInfo().Patch by Alexander Koblov. issue #40934 2024-04-30 15:08:03 +02:00
qtwinapih.inc IDE, LCL: Lazarus help output refactoring by n7800, issue #40690: 2024-01-20 05:04:42 +03: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 Revert "Qt5, Qt6: removed TQtWSCustomTabControl.GetDefaultClientRect since it does not..." 2023-10-04 14:44:36 +00:00
qtwscontrols.pp Qt,Qt5,Qt6: fix for hiding dragimagelist manually.issue #40644 2023-12-13 16:07:31 +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 Qt5,Qt6: set X11SelectionLock on opening dialogs since gtk like platform themes lock gui for minimum dozen of seconds because of bug in QMimeData in Qt. 2023-09-17 18:07:45 +02: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 Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +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 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