lazarus/lcl/interfaces/qt
2021-06-16 13:53:48 +00: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.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 Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
qtlclintf.inc Remove useless test for X <> Nil when using "is" operator. 2020-08-18 17:35:21 +00: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: removed code dependent on -dQtUseAccurateFrame. This define is not valid anymore. 2020-04-21 10:10:09 +00:00
qtobjects.pas Qt/Qt5: TQtPrinter.PrintQuality property should be read only 2020-04-16 17:13:02 +00:00
qtpagecontrol.inc Qt,Qt5: Fixed AV when chaning tabcontrol options. issue #37178 2020-06-11 10:28:20 +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: fixed using of plain text in dialogs. 2021-05-31 10:04:01 +00:00
qtwinapi.inc Qt: removed unsupported QString_toHtmlEscaped. issue #38982 2021-06-16 13:53:48 +00: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: set ListView.AutoWidthLastColumn to qt widget. issue #27850 2020-03-31 10:18:57 +00: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 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/ShellCtrls: Display default shell icons in TShellListView. Issue #18247. 2021-03-07 14:39:17 +00:00
qtwsforms.pp Qt: removed code dependent on -dQtUseAccurateFrame. This define is not valid anymore. 2020-04-21 10:10:09 +00:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp Qt,Qt5: reverted r63904 and r63905 #bd61f8f5cb because of total menu mess. issue #37608 2020-09-21 13:05:58 +00: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 LCL: Restore type TEmulatedTextHintStatus. The state thsChanging was needed after all. 2020-08-13 17:34:01 +00: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