lazarus/lcl/interfaces/qt5
2018-05-14 17:09:55 +00:00
..
cbindings Qt5: added QPaintDevice_devicePixelRatioF() 2018-05-14 17:08:44 +00:00
alllclintfunits.pas
interfaces.pp
issues.xml
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
qtdefines.inc
qtint.pp 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
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: 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
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 Qt, Qt5: mark TQtDialog, TQtFileDialog and TQtMessageBox as lclwidget, so GetActiveWindow returns it's handle like on win32. part of issue #33409 2018-03-10 13:46:31 +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
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
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