lazarus/lcl/interfaces/qt6
2024-02-08 14:49:01 +00:00
..
cbindings Qt6: fixed typo. 2023-09-02 21:34:07 +00:00
alllclintfunits.pas
interfaces.pp
issues.xml Qt,Qt5,Qt6: removed TCheckBox.Alignment, TRadioButton.Alignment, TComboBox.AdjustDropDown, TComboBox.ItemWidth from issues.xml as it is implemented. 2023-09-06 16:06:53 +00:00
Makefile updated makefiles 2023-08-17 09:23:17 +02:00
Makefile.compiled
Makefile.fpc updated makefiles 2023-08-17 09:23:17 +02:00
qt6.pas
qt62.pas Qt6: Proper cast of result for -Sy. 2024-02-05 16:27:13 +00: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 16:59:33 +03:00
qtlclintf.inc Qt5, Qt6: fixed bad rendering of TBitmaps, use rgba premultiplied images only for darwin. 2023-09-21 15:08:58 +00:00
qtlclintfh.inc Qt,Qt5,Qt6: Implemented TComboBox.AdjustDropDown - TQtWidgetSet.SetComboMinDropDownSize. 2023-09-06 16:06:05 +00:00
qtobject.inc Qt6: reduced num of string conversions, cleanup 2023-08-27 09:39:35 +00: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:08:01 +00:00
qtpagecontrol.inc Qt5,Qt6: fixed QTabWidget clientRect calculation when showTabs = false. issue #40460 2023-10-06 18:40:58 +00:00
qtprivate.pp Qt,Qt5,Qt6: do not clear editable combobox edit text if items are cleared. issue #40734 2024-01-29 19:18:04 +00:00
qtproc.pp Qt6: reduced num of string conversions, cleanup 2023-08-27 09:39:35 +00:00
qtsystemtrayicon.pas Qt6: reduced num of string conversions, cleanup 2023-08-27 09:39:35 +00:00
qtthemes.pas Qt6: implemented QtThemes GetDetailSizeForPPI. 2023-09-05 10:47:41 +00:00
qtwidgets.pas Qt5,Qt6: track dangling pointer inside mouse release event if LCLObject is freed. 2024-02-08 14:49:01 +00:00
qtwinapi.inc Qt5,Qt6: fixed memleak in enumfontfamiliesex() 2024-01-08 18:19:31 +03:00
qtwinapih.inc
qtwsbuttons.pp
qtwscalendar.pp
qtwschecklst.pp
qtwscomctrls.pp Qt6: reduced num of string conversions, cleanup 2023-08-27 09:39:35 +00:00
qtwscontrols.pp Qt,Qt5,Qt6: fix for hiding dragimagelist manually.issue #40644 2023-12-13 15:34:59 +00:00
qtwsdesigner.pp
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 16:16:33 +00:00
qtwsextctrls.pp Qt6: reduced num of string conversions, cleanup 2023-08-27 09:39:35 +00:00
qtwsextdlgs.pp
qtwsfactory.pas
qtwsforms.pp Qt6: reduced num of string conversions, cleanup 2023-08-27 09:39:35 +00:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp Qt6: reduced num of string conversions, cleanup 2023-08-27 09:39:35 +00:00
qtwspairsplitter.pp
qtwsspin.pp
qtwsstdctrls.pp Qt,Qt5,Qt6: Implemented TCustomCheckBox.Alignment for checkboxes and radio buttons. 2023-09-06 16:06:28 +00: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