lazarus/lcl/interfaces/qt5
2018-11-27 12:08:26 +00:00
..
cbindings Qt5: added static QPrinterInfo_availablePrinterNames() which returs QStringList. part of #34558 2018-11-17 09:16:16 +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 qt56: added QPrinterInfo_availablePrinterNames().part of #34558 2018-11-18 12:16:45 +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 LazUtils: Move string manipulation functions from LazUtilities to LazStringUtils. 2018-07-25 23:44:54 +00:00
qtlclintf.inc
qtlclintfh.inc
qtobject.inc Qt,Qt5: fixed LCLIntf.GetActiveWindow for modal & popup windows 2018-03-10 12:42:59 +00:00
qtobjects.pas Qt5: fixed crash when printing image. issue #34598 2018-11-25 12:39:20 +00:00
qtpagecontrol.inc LCL: high-dpi image list: support retina (for now Cocoa only) 2018-02-03 22:58:50 +00:00
qtprivate.pp
qtproc.pp
qtsystemtrayicon.pas
qtthemes.pas Qt,Qt5: implemented WP_SMALLCAPTION. issue #34459 2018-11-18 16:56:43 +00:00
qtwidgets.pas Qt5: fixed BringToFront() for TCustomForms. issue #34599 2018-11-25 13:57:09 +00:00
qtwinapi.inc Qt,Qt5: fixed ScrollWindowEx() when contains SW_SCROLLCHILDREN flag. issue #34589 2018-11-23 13:42:38 +00:00
qtwinapih.inc Qt5: implemented InitStockFont. part of issue #32354 2017-08-30 09:29:17 +00:00
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: list view: fix ItemDisplayRect in High-DPI 2018-05-10 21:09:34 +00:00
qtwscontrols.pp LCL: High-DPI ImageList: LCL runtime and win32 2018-01-10 12:46:42 +00:00
qtwsdesigner.pp
qtwsdialogs.pp
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 LCL: High-DPI ImageList: LCL runtime and win32 2018-01-10 12:46:42 +00:00
qtwsforms.pp Qt5: allow resizing of bsSizeToolWin and modal forms with bsSizeable under MacOS. 2018-11-27 12:08:26 +00:00
qtwsgrids.pp
qtwsimglist.pp LCL: High-DPI ImageList: Qt+Qt5 fixes 2018-01-11 05:01:51 +00:00
qtwsmenus.pp LCL: high-dpi image list: support retina (for now Cocoa only) 2018-02-03 22:58:50 +00:00
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 lcl: combo box: add new styles csOwnerDrawEditableFixed and csOwnerDrawEditableVariable as replacement for the old ReadOnly property [Qt fix] 2017-06-05 19:30:35 +00:00
qtx11.inc
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