lazarus/lcl/interfaces/qt6
2023-09-03 09:42:39 +02:00
..
cbindings Qt6: fixed typo. 2023-09-02 23:00:49 +02:00
alllclintfunits.pas
interfaces.pp
issues.xml Qt,Qt5,Qt6: TComboBox.ItemWidth, TComboBox.AdjustDropDown added to the issues.xml. Patch by Don Siders, issue #40139 2023-09-03 09:42:39 +02:00
Makefile updated makefiles 2023-08-14 20:31:20 +02:00
Makefile.compiled
Makefile.fpc updated makefiles 2023-08-14 20:31:20 +02:00
qt6.pas
qt62.pas Qt6: added startSystemMove() & startSystemResize() to the C bindings for better wayland integration 2023-09-02 22:40:21 +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 LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
qtlclintfh.inc LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
qtobject.inc Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +02:00
qtobjects.pas Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +02:00
qtpagecontrol.inc Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +02:00
qtprivate.pp Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +02: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: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +02:00
qtwidgets.pas Qt,Qt5,Qt6: fixed color of control after enabling during runtime. issue #40471 2023-09-02 20:06:39 +02:00
qtwinapi.inc Qt5,Qt6: fix possible wrong result of TQtWidgetSet.GetTextExtentPoint(). 2023-08-29 23:41:13 +02:00
qtwinapih.inc LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +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 Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +02:00
qtwscontrols.pp Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +02: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 Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +02:00
qtwsextctrls.pp Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +02:00
qtwsextdlgs.pp
qtwsfactory.pas TTaskDialog: fix WS registration 2023-07-26 01:08:26 +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 Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29: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 Qt6: reduced num of string conversions, cleanup 2023-08-27 11:29:15 +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