lazarus/lcl/interfaces/qt
2016-03-11 09:54:45 +00:00
..
alllclintfunits.pas
interfaces.pp
issues.xml lcl: set TMenu ownerdraw properties and events as restricted. 2016-02-17 11:29:11 +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 lcl: qt: Disable QTOPIA on ARM machines 2014-02-05 12:08:29 +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: started implementation of real accurate frame bounds on x11.QtUseAccurateFrame define is disabled by default atm. 2016-03-06 13:58:22 +00:00
qtint.pp Qt: added IsWayland helper routine 2016-03-10 18:46:17 +00:00
qtlclintf.inc qt: fixed crash with TSplitter resizestyle=rsNone. issue #27559 2015-02-28 11:42:52 +00:00
qtlclintfh.inc Qt: implemented TQtWidgetSet.RadialPie(). Patch by Giuliano Colla. issue #26703 2014-09-12 07:16:53 +00:00
qtobject.inc Qt: more informative debug info under x11 when using define QtUseAccurateFrame 2016-03-09 13:02:58 +00:00
qtobjects.pas fixes typo 2016-02-08 19:33:54 +00:00
qtpagecontrol.inc Qt: fixed IndexOfTabAt() when bidiMode of TPageControl is RTL. issue #28591 2015-08-31 08:52:04 +00:00
qtprivate.pp Qt: fixed TQtMemoString.Insert() and TQtTextEdit.insertLine(). issue #29670 2016-02-18 15:49:07 +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 lcl: toolbutton: fix paint arrow for tbsButtonDrop (was outside the visual button bounds) 2015-12-19 12:45:09 +00:00
qtwidgets.pas Qt: fixed maximized and fullscreen when using QtUseAccurateFrame, under non compositing window managers. 2016-03-11 09:54:45 +00:00
qtwinapi.inc Qt: full implementation of TQtWidgetSet.MessageBox(), still todo is translations of buttons text. 2016-03-09 12:28:27 +00:00
qtwinapih.inc Qt: implemented TQtWidgetSet.PaintRgn() 2016-02-17 12:14:57 +00:00
qtwsbuttons.pp Qt: fixed wrong declaration. 2014-12-13 13:16:14 +00:00
qtwscalendar.pp
qtwschecklst.pp Qt: do not trigger OnItemClick when enabled state is changed. issue #26680 2014-09-05 17:52:09 +00:00
qtwscomctrls.pp Qt: avoid Qt assertions when setting minimum width of statusbar panels. 2015-09-06 09:12:05 +00:00
qtwscontrols.pp Qt: Set Left & Top of form direct via X11 instead via Qt when we are under OpenBox wm - still to investigate why Qt have totally wrong idea about our position. 2016-03-09 18:45:36 +00:00
qtwsdesigner.pp LCL: qt: less hints 2014-11-21 11:51:05 +00:00
qtwsdialogs.pp LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +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: full accurate ClientRect of framed forms - QtUseAccurateFrame define. 2016-03-07 10:00:17 +00:00
qtwsgrids.pp LCL: grids: support string editor alignment 2015-12-17 19:20:16 +00:00
qtwsimglist.pp
qtwsmenus.pp
qtwspairsplitter.pp
qtwsspin.pp QT: Fix TFloatSpinEdit not being unconstrained when MinValue = MaxValue. 2016-02-13 17:01:21 +00:00
qtwsstdctrls.pp TListFilterEdit: removed LCLQt workaround. issue #29385 2016-01-14 21:11:38 +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