lazarus/lcl/interfaces/qt5
2018-12-09 19:52:33 +00:00
..
cbindings Qt5: added placeholderText(), setPlaceholderText() to the QPlainTextEdit. part of issue #34670 2018-12-09 18:35:55 +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 missing placeholderText for QTextEdit and QPlainTextEdit. part of issue #34670 2018-12-09 19:52:33 +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 wrong PPI calculation. issue #34625 2018-11-30 17:11: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 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 Qt,Qt5: implemented WP_SMALLCAPTION. issue #34459 2018-11-18 16:56:43 +00:00
qtwidgets.pas Qt5: TListView Style=vsReport + TListView.Checkable=True - no mouse move events. issue #34656 2018-12-06 17:11:20 +00:00
qtwinapi.inc Qt5: fixed initialization of font in InitStockFont(). issue #34625 2018-12-01 16:39:58 +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 showing of popup window over modal form. eg TDateTimePicker calendar. 2018-12-02 14:13:10 +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