lazarus/lcl/interfaces/qt5
2025-04-03 21:57:50 +02:00
..
cbindings Qt5: Fixed bug in cbindings, updated version to 1.2.16. 2024-11-20 22:50:41 +01:00
alllclintfunits.pas
interfaces.pp
issues.xml
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
qt5.pas
qt56.pas
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 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 Qt5,Qt6: do not set QGuiApplication_applicationDisplayName(), since Qt have another meaning about it. issue #41417 2025-02-11 15:53:22 +01: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
qtsystemtrayicon.pas
qtthemes.pas Qt5: fixed themed text draw of selected treeview item. 2025-01-12 15:28:36 +01:00
qtwidgets.pas Qt5,Qt6: Fixed QLineEdit behaviour and automatic selectAll() by Qt when control is focused.Related issue #10155 and issue #41562 2025-04-03 21:57:50 +02:00
qtwinapi.inc Qt5,Qt6: fixes sizepos loop error. issue #41508 2025-04-01 21:37:09 +02:00
qtwinapih.inc Qt5, Qt6: implemented GetDpiForMonitor(). 2025-01-08 18:06:29 +01:00
qtwsbuttons.pp
qtwscalendar.pp
qtwschecklst.pp
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
qtwsdialogs.pp QT5: implement TColorDialog.Options cdNoButtons and cdDontUseNativeDialog 2024-12-14 16:56:59 +01:00
qtwsextctrls.pp
qtwsextdlgs.pp
qtwsfactory.pas
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
qtwspairsplitter.pp
qtwsspin.pp
qtwsstdctrls.pp Qt5,Qt6: do not wrap text in TStaticText. issue #41515 2025-03-08 20:07:47 +01:00
qtx11.inc
qtx11dummywidget.pas
README.txt

These are the sources of the LCL qt5 interface.
They only work with qt5 >= 5.6.0 or superior.

To use them you also need to download and install
at appropriate place the libQt5Pas.so (linux)
or Qt5Pas.dll (ms windows) or Qt5Pas.framework (Darwin).

For more information see:
http://wiki.lazarus.freepascal.org/index.php/Qt_Interface