lazarus/lcl/interfaces/qt
2017-09-26 11:28:00 +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
qtdefines.inc Qt: use Qt's native event loop by default. 2016-12-18 15:17:29 +00:00
qtint.pp Qt: reverted using unixdatetime instead of x11 CurrentTime const because problem is in buggy wm not in our code. 2017-04-30 09:49:11 +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 LCL: Add capability lcTransparentWindow for GTK2. Formatting. 2017-09-26 11:28:00 +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
qtsystemtrayicon.pas Change order of used units so that "deprecated" warnings are not triggered. 2015-08-07 17:20:40 +00:00
qtthemes.pas Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled. 2017-06-04 15:14:29 +00:00
qtwidgets.pas Qt,Qt5: fixed painting of TQtHintWindow. issue #32354 2017-08-30 10:20:07 +00:00
qtwinapi.inc Qt, Qt5: check if handle is valid inside various routines, fixes some sparta ide crashes. 2017-09-02 18:13:58 +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 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: fixed ItemShow - scroll to item. issue #32078 2017-07-21 09:08:43 +00:00
qtwscontrols.pp LCL: Use a helper function for testing fontname 'default'. Issue #31940, patch from AlexeyT. 2017-06-03 18:56:34 +00:00
qtwsdesigner.pp
qtwsdialogs.pp Qt4: fixed build under mswindows 2017-08-23 09:29:58 +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: implemented ScrollBy for TWSCustomFrame 2017-09-06 14:12:09 +00:00
qtwsgrids.pp LCL: grids: support string editor alignment 2015-12-17 19:20:16 +00:00
qtwsimglist.pp
qtwsmenus.pp Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled. 2017-06-04 15:14:29 +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: edit: force show texthint in ShowHide. issue #32053 2017-08-20 12:45:11 +00:00
qtx11.inc Qt: reverted using unixdatetime instead of x11 CurrentTime const because problem is in buggy wm not in our code. 2017-04-30 09:49:11 +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