lazarus/lcl/interfaces/qt
2019-10-18 16:16:02 +00:00
..
alllclintfunits.pas
interfaces.pp
issues.xml Qt: TMemo.MaxLength is not supported, added to issues.xml. issue #28041 2018-09-04 12:50:49 +00:00
Makefile
Makefile.compiled
Makefile.fpc
qt4.pas
qt45.pas
qtcaret.pas Qt,Qt5: fixed LCLIntf.CreateCaret() and LCLIntf.ShowCaret() result. issue #34653 2018-11-18 11:54:33 +00:00
qtdefines.inc Qt,Qt5: fixed application hang when terminated but trying to show another form. Now we don't use QtUseNativeEventLoop on qt4 anymore. issue #34982 2019-02-01 09:59:25 +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 LCL: added new LCL capability - lcNativeTaskDialog, defaults to true, on mswindows is false for qt/qt5. issue #35577 2019-05-13 12:57:11 +00:00
qtobjects.pas Qt,Qt5: call inherited Create for TStrings 2019-01-13 20:45:45 +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 Qt,Qt5: fix issue with TRadioGroup and TCheckGroup after minimizing & restoring form. issue #36195 2019-10-18 16:16:02 +00:00
qtwinapi.inc Qt: revert r61220 #73d58ce791 since it's wrong. There should not be any offset. issue #35568 2019-05-13 15:26:30 +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 Qt,Qt5: fixed AppRun when called with Application.Terminated - eg. app terminated in mainform.OnShow when using QtUseNativeEventLoop. part of issue #34982 2019-02-01 13:01:03 +00:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp
qtwspairsplitter.pp
qtwsspin.pp Qt: fixed TSpinEdit when MinValue = MaxValue, used patch by Luca Olivetti from issue #33850 2018-07-22 08:18:56 +00:00
qtwsstdctrls.pp
qtx11.inc
README.txt

These are the sources of the LCL qt interface.
They only work with qt4 or superior.

To use them you also need to download and install
at appropriate place the libQt4Pas.so (linux)
or Qt4Pas.dll (ms windows) or Qt4Pas.framework (Darwin).

For more information see:
http://wiki.lazarus.freepascal.org/index.php/Qt_Interface