lazarus/lcl/interfaces/qt5
2022-02-25 18:00:07 +01:00
..
cbindings Qt5: added QPixmapCache_clear(). part of issue #38844 2022-02-25 17:56:11 +01:00
alllclintfunits.pas
interfaces.pp
issues.xml LCL: TPageControl properties were implemented for Windows. Add restriction notes for other widgetsets. Issue #34867. 2020-03-18 18:54:09 +00:00
Makefile Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred. 2020-04-05 11:35:01 +00:00
Makefile.compiled Makefile, LCL: fix path for freetype 2021-07-08 11:21:25 +00:00
Makefile.fpc
qt5.pas
qt56.pas Qt5: added QPixmapCache_Clear() to pascal binding. part of issue #38844 2022-02-25 18:00:07 +01:00
qtcaret.pas
qtdefines.inc Qt,Qt5: allow usage of html formatted text in dialogs via define. 2021-04-13 11:41:26 +00:00
qtint.pp Qt,Qt5: fixed OnCloseUp event for TDBCustomComboBox. issue #39455 2021-11-08 15:08:07 +01:00
qtlclintf.inc Qt,Qt5: fixed radialPie paint with antialiasing. issue #39416 2021-10-11 11:38:04 +02:00
qtlclintfh.inc LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs. 2019-12-20 17:45:44 +00:00
qtobject.inc Qt5: fixed session management bug. issue #39655 2022-02-25 16:56:14 +01:00
qtobjects.pas Qt,Qt5: fixed problem with drawing primitives when antialiasing enabled. issue #39416 2021-10-06 11:37:19 +02:00
qtpagecontrol.inc TPageControl: QT5: Fixed PageControl.GetTabRect, see project Issue #39166 2021-07-07 09:28:47 +00:00
qtprivate.pp LCL: Use a faster compare method for case-insensitive StringList. 2021-01-30 18:36:54 +00:00
qtproc.pp LCL-QT5: Clean uses sections. 2020-06-08 10:34:30 +00:00
qtsystemtrayicon.pas Qt,Qt5: fixed broken TTrayIcon popup menu after recreating popup menu handle. issue #38849 2021-10-19 14:54:10 +02:00
qtthemes.pas Qt5: additional fix for hovered buttons. issue #38356 2021-08-30 12:43:18 +02:00
qtwidgets.pas Adapted creation of QtFilterString for native dialogs mode. 2022-02-20 16:22:33 +03:00
qtwinapi.inc QT5: fixed uninitialized Result when getting WheelScrollLines 2022-02-20 10:13:46 +03:00
qtwinapih.inc Qt,Qt5: implemented MonitorFromPoint(), MonitorFromRect() and MonitorFromWindow(). issue #36913 2020-04-14 16:34:50 +00:00
qtwsbuttons.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
qtwscalendar.pp LCL/Calendar: Remove option dsStartMonday from Calendar.DisplaySettings and replace it by Delphi-compatible Calendar.FirstDayOfWeek 2020-05-25 14:16:57 +00:00
qtwschecklst.pp
qtwscomctrls.pp Qt5: Fixed AV when changing TListView.ViewStyle in design time. Issue #39353 2021-09-03 20:13:15 +02:00
qtwscontrols.pp Qt5: enable QTACCESSIBILITY define in qtdefines.inc for QtAccessibility. ATM this is disabled by default since it creates a lot of memleaks and crashes. 2021-04-12 11:41:28 +00:00
qtwsdesigner.pp
qtwsdialogs.pp Allow Native QT5 FileDialogs. 2022-02-20 16:22:34 +03:00
qtwsextctrls.pp
qtwsextdlgs.pp
qtwsfactory.pas LCL: Undo r65060 #5589d83d68 because it breaks qt5/gtk2/gtk3 on Windows. Issue #38831. 2021-05-02 09:01:56 +00:00
qtwsforms.pp Qt,Qt5: fixed maximized window with borderstyle = bsnone. issue #39158 2021-10-06 13:46:42 +02:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp Qt5: fixed doubled menu items in IDE.issue #39364 2021-09-14 12:15:03 +02:00
qtwspairsplitter.pp
qtwsspin.pp Qt5: implemented T(Float)SpinEdit.EditorEnabled. issue #38736 2021-10-12 12:18:28 +02:00
qtwsstdctrls.pp Qt5: implemented TCustomMemo.setCaretPos(). Patch by Joeny Ang. Issue #39373 2021-09-15 10:56:17 +02:00
qtx11.inc LCL: Remove tests for FPC versions 2.x. Cannot be used anyway. 2020-11-10 09:50:20 +00:00
qtx11dummywidget.pas Qt,Qt5: less flicker of dummywidget 2020-04-14 15:06:40 +00:00
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