lazarus/lcl/interfaces/qt5
2019-06-30 09:29:05 +00:00
..
cbindings Qt: textRanges(). issue #35657 2019-06-05 13:15:36 +00:00
alllclintfunits.pas
interfaces.pp
issues.xml LCL: Add widgetset limitations for TMenuItem.Default not implemented. Issue #27242, patch from AlexeyT. 2018-06-08 09:57:13 +00:00
Makefile
Makefile.compiled
Makefile.fpc
qt5.pas
qt56.pas Qt: textRanges(). issue #35657 2019-06-05 13:15:36 +00:00
qtcaret.pas Qt,Qt5: fixed LCLIntf.CreateCaret() and LCLIntf.ShowCaret() result. issue #34653 2018-11-18 11:54:33 +00:00
qtdefines.inc Qt5: must return to lcl event loop for X11 targets.issue #34369 2018-10-11 12:14:59 +00:00
qtint.pp Qt5: changed LongWord -> PtrUInt for all winID functions which uses WId in Qt. issue #35156 2019-02-27 10:06:29 +00:00
qtlclintf.inc Qt5: changed LongWord -> PtrUInt for all winID functions which uses WId in Qt. issue #35156 2019-02-27 10:06:29 +00:00
qtlclintfh.inc
qtobject.inc Qt5: fixed bug with modal windows under gnome shell window manager.issue #35782 2019-06-30 09:29:05 +00:00
qtobjects.pas Qt5: changed LongWord -> PtrUInt for all winID functions which uses WId in Qt. issue #35156 2019-02-27 10:06:29 +00:00
qtpagecontrol.inc
qtprivate.pp Qt,Qt5: TComboBox.Sorted property implemented. issue #28045 2019-04-07 08:39:42 +00:00
qtproc.pp
qtsystemtrayicon.pas
qtthemes.pas Qt,Qt5: fixed themed drawing of combobox when we draw regular dropdown button. 2019-01-28 17:23:19 +00:00
qtwidgets.pas Qt5: call viewportDelete() when widget is destroyed via destroy event from qt, since inside release widget becomes nil. 2019-06-14 10:56:12 +00:00
qtwinapi.inc Qt5: changed LongWord -> PtrUInt for all winID functions which uses WId in Qt. issue #35156 2019-02-27 10:06:29 +00:00
qtwinapih.inc
qtwsbuttons.pp Qt, Qt5: fix crash if glyph is available but hidden with ShowMode 2018-05-13 12:28:28 +00:00
qtwscalendar.pp
qtwschecklst.pp
qtwscomctrls.pp Qt,Qt5: implemented TQtWSCustomListView.GetHitTestInfoAt(), TQtWSCustomListView.ItemSetStateImage(), draw StateImages in virtual mode. issue #34742 2018-12-21 13:36:07 +00:00
qtwscontrols.pp
qtwsdesigner.pp
qtwsdialogs.pp Qt,Qt5: fixed action of TSavePictureDialog. issue #32540 2019-04-07 08:53:17 +00:00
qtwsextctrls.pp Qt, Qt5: check Icon.Handle instead of Icon.HandleAllocated which returns false inside internalUpdate(). Possible part of issue #33821 2018-06-04 12:17:30 +00:00
qtwsextdlgs.pp
qtwsfactory.pas
qtwsforms.pp Qt5: fixed bug with modal windows under gnome shell window manager.issue #35782 2019-06-30 09:29:05 +00:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp
qtwspairsplitter.pp
qtwsspin.pp Qt5: TSpinEdit does not work when MinValue = MaxValue. patch by Luca Olivetti. issue #33850 2018-07-22 07:16:30 +00:00
qtwsstdctrls.pp Qt5: implemented native TextHint. issue #34670 2018-12-10 07:54:35 +00:00
qtx11.inc Qt5: changed LongWord -> PtrUInt for all winID functions which uses WId in Qt. issue #35156 2019-02-27 10:06:29 +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