lazarus/lcl/interfaces/qt
2021-10-14 18:28:29 +02:00
..
alllclintfunits.pas
interfaces.pp
issues.xml LCL: TPageControl properties were implemented for Windows. Add restriction notes for other widgetsets. Issue #34867. 2020-03-18 18:54:09 +00:00
Makefile Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred. 2020-04-05 11:35:01 +00:00
Makefile.compiled Makefile, LCL: fix path for freetype 2021-07-08 11:21:25 +00:00
Makefile.fpc
qt4.pas
qt45.pas Qt,Qt5: fixed accurate frame for qt/qt5 on mswindows. issue #36897 2020-04-15 12:25:43 +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 Qt,Qt5: allow usage of html formatted text in dialogs via define. 2021-04-13 11:41:26 +00:00
qtint.pp Qt,Qt5: removed old workaround for Qt < 4.8.7, fixes TApplication activate/deactivate events. issue #37868 2021-10-14 14:47:25 +02:00
qtlclintf.inc Qt,Qt5: fixed radialPie paint with antialiasing. issue #39416 2021-10-11 11:38:04 +02:00
qtlclintfh.inc LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs. 2019-12-20 17:45:44 +00:00
qtobject.inc Qt,Qt5: ReleaseCapture when app is deactivated. 2021-10-14 18:28:29 +02:00
qtobjects.pas Qt,Qt5: fixed problem with drawing primitives when antialiasing enabled. issue #39416 2021-10-06 11:37:19 +02:00
qtpagecontrol.inc TPageControl: QT: Fixed PageControl.GetTabRect, see project Issue #39166 2021-07-07 09:49:45 +00:00
qtprivate.pp Instead of UTF8CompareText use AnsiCompareText which uses mostly system libraries. 2021-01-29 19:58:55 +00:00
qtproc.pp
qtsystemtrayicon.pas
qtthemes.pas Qt: implemented selected text in teEdit 2019-11-10 13:41:10 +00:00
qtwidgets.pas Qt: optimized palette reload instead of recreating handles. issue #38589 2021-10-12 12:37:48 +02:00
qtwinapi.inc Qt,Qt5: fixed radialPie paint with antialiasing. issue #39416 2021-10-11 11:38:04 +02:00
qtwinapih.inc Qt,Qt5: implemented MonitorFromPoint(), MonitorFromRect() and MonitorFromWindow(). issue #36913 2020-04-14 16:34:50 +00:00
qtwsbuttons.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
qtwscalendar.pp LCL/Calendar: Remove option dsStartMonday from Calendar.DisplaySettings and replace it by Delphi-compatible Calendar.FirstDayOfWeek 2020-05-25 14:16:57 +00:00
qtwschecklst.pp
qtwscomctrls.pp Qt,Qt5: Fixed checkboxes states after sorting in TListView. issue #38137 2021-08-28 17:21:08 +02:00
qtwscontrols.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
qtwsdesigner.pp
qtwsdialogs.pp Qt,Qt5: fixed action of TSavePictureDialog. issue #32540 2019-04-07 08:53:17 +00:00
qtwsextctrls.pp
qtwsextdlgs.pp
qtwsfactory.pas LCL/ShellCtrls: Display default shell icons in TShellListView. Issue #18247. 2021-03-07 14:39:17 +00:00
qtwsforms.pp Qt,Qt5: fixed maximized window with borderstyle = bsnone. issue #39158 2021-10-06 13:46:42 +02:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp Qt,Qt5: Fixed menu radio items. issue #37741 2021-08-28 20:03:54 +02:00
qtwspairsplitter.pp
qtwsspin.pp T(Float)SpinEdit: QT(4): fix not obeying the value of EditorEnabled if ReadOnly is set to False 2021-04-17 15:59:09 +00:00
qtwsstdctrls.pp Qt,Qt5: Fixed slowness with TListBox. issue #39311 2021-08-28 14:20:36 +02:00
qtx11.inc LCL: Remove tests for FPC versions 2.x. Cannot be used anyway. 2020-11-10 09:50:20 +00:00
qtx11dummywidget.pas Qt,Qt5: less flicker of dummywidget 2020-04-14 15:06:40 +00:00
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