lazarus/lcl/interfaces/qt
2017-02-28 07:59:35 +00:00
..
alllclintfunits.pas lcl: qt: fixed compiling either qt4 or qt45 2016-11-09 15:28:45 +00:00
interfaces.pp
issues.xml Qt: removed TabWidth and TabHeight from issues 2017-02-01 09:29:00 +00:00
Makefile IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
Makefile.compiled
Makefile.fpc IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
qt4.pas
qt45.pas Qt: QtHandle type is not integer, it's longword on x11 and windows, and ptruint on mac. 2017-02-12 12:53:08 +00:00
qtcaret.pas Qt: check if GlobalCaret is assigned before setting respond to focus, or using getter. fixes crash. 2015-02-13 08:32:35 +00:00
qtdefines.inc Qt: use Qt's native event loop by default. 2016-12-18 15:17:29 +00:00
qtint.pp Order uses sections again to see dependencies better. 2016-12-20 16:26:44 +00:00
qtlclintf.inc Qt: implemented TQtWidgetSet.ExtUTF8Out() and ETO_RTLREADING 2017-01-01 12:36:09 +00:00
qtlclintfh.inc Qt: implemented TQtWidgetSet.ExtUTF8Out() and ETO_RTLREADING 2017-01-01 12:36:09 +00:00
qtobject.inc Qt, Qt5: send LM_KILLFOCUS to LCL even if non mdi form is not active. issue #31440 2017-02-24 20:48:24 +00:00
qtobjects.pas Order uses sections again to see dependencies better. 2016-12-20 16:26:44 +00:00
qtpagecontrol.inc Qt: implemented tabsize 2017-02-01 09:27:16 +00:00
qtprivate.pp LCL-QT: Prevent deleting an empty line from TQtMemoStrings after it is inserted. Fixes bug in ExtTool dialog. Issue #30929. 2016-11-16 16:40:29 +00:00
qtproc.pp Deprecate wrappers for LazUTF8 functions in LCLProc. 2015-02-06 18:25:31 +00:00
qtsystemtrayicon.pas Change order of used units so that "deprecated" warnings are not triggered. 2015-08-07 17:20:40 +00:00
qtthemes.pas Qt,Qt5: removed dropdown button metrics, use themes. 2017-02-12 13:36:13 +00:00
qtwidgets.pas Qt: do not send doubled mouseUp events 2017-02-13 13:21:02 +00:00
qtwinapi.inc Qt: set color of hint font so it shows hint text 2017-02-28 07:59:35 +00:00
qtwinapih.inc Qt: implemented TQtWidgetSet.InitStockFont, but disabled because of problems with THintWindow.Font 2017-02-27 17:32:56 +00:00
qtwsbuttons.pp
qtwscalendar.pp
qtwschecklst.pp
qtwscomctrls.pp Qt: implemented tabsize 2017-02-01 09:27:16 +00:00
qtwscontrols.pp qtwscontrols: fixed problem with default font when parentFont is true. 2017-02-24 13:53:35 +00:00
qtwsdesigner.pp
qtwsdialogs.pp QT: move class function TQtWSSaveDialog.QueryWSEventCapabilities implementation outside the {$ifndef QT_NATIVE_DIALOGS} define. Fixes compilation on Linux x86_64. 2016-11-09 17:07:02 +00:00
qtwsextctrls.pp Qt: fixed hint changing of TTrayIcon. issue #29478 2016-01-22 21:55:42 +00:00
qtwsextdlgs.pp
qtwsfactory.pas LCL: grids: fix editor position for win32, Qt, Gtk2. Issue #29196 2015-12-17 08:32:52 +00:00
qtwsforms.pp Qt, Qt5: process all events. issue #31372 2017-02-10 17:03:38 +00:00
qtwsgrids.pp LCL: grids: support string editor alignment 2015-12-17 19:20:16 +00:00
qtwsimglist.pp
qtwsmenus.pp Qt: do not use Owner but Parent for TMainMenu handle constructor. issue #30942 2016-11-20 11:15:26 +00:00
qtwspairsplitter.pp
qtwsspin.pp QT: Fix TFloatSpinEdit not being unconstrained when MinValue = MaxValue. 2016-02-13 17:01:21 +00:00
qtwsstdctrls.pp Qt: do not pass maximum value by triggering scrollbar actions. issue #20127 2016-04-09 08:16:14 +00:00
qtx11.inc Qt: added IsWayland helper routine 2016-03-10 18:46:17 +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