lazarus/lcl/interfaces/qt5
2018-11-18 11:54:33 +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 Qt5: added QPaintDevice_devicePixelRatioF() to the Qt5 pascal bindings unit. 2018-05-14 17:09:55 +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 Qt5: implemented TQtWidgetSet.ExtUTF8Out() and ETO_RTLREADING 2017-01-01 12:36:37 +00:00
qtlclintfh.inc Qt5: implemented TQtWidgetSet.ExtUTF8Out() and ETO_RTLREADING 2017-01-01 12:36:37 +00:00
qtobject.inc Qt,Qt5: fixed LCLIntf.GetActiveWindow for modal & popup windows 2018-03-10 12:42:59 +00:00
qtobjects.pas Qt5: respect canvas setting for antialiasing when enabling smooth transformations. issue #33011 2018-01-20 19:30:51 +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 LCL-QT5: Copy an important fix / optimization (r53375) from LCL-QT4. Issue #30929. 2017-02-09 09:48:32 +00:00
qtproc.pp
qtsystemtrayicon.pas
qtthemes.pas gtk2, qt, qt5: header sort arrows are not supported 2018-05-01 09:04:52 +00:00
qtwidgets.pas LCL: Change constant $20000000 to MK_ALT. Issue #34481, patch from AlexeyT. 2018-10-30 11:04:08 +00:00
qtwinapi.inc Qt,Qt5: fixed GetForegroundWindow. issue #33409 2018-03-10 12:48:24 +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 Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled. 2017-06-04 15:14:29 +00:00
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 Qt5: fixed build with QT_NATIVE_DIALOGS define. 2017-05-22 09:43:59 +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 LCL: High-DPI ImageList: LCL runtime and win32 2018-01-10 12:46:42 +00:00
qtwsforms.pp Qt5: fixed sparta docked form editor crash. issue #33058 2018-02-07 10:22:28 +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 Qt5: do not use x11 timestamp workaround as qt4 uses. Qt5 uses libxcb which handles timestamps well. 2017-04-30 09:22:26 +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