lazarus/lcl/interfaces/qt
2011-04-22 09:09:28 +00:00
..
alllclintfunits.pas LCL: moved register components to LCLBase 2011-01-27 13:15:33 +00:00
interfaces.pp
issues.xml Qt: issues.xml - added TBitBtn.Layout to restrictions. We cannot change glyph layout inside QPushButton. issue #19088 2011-04-04 18:03:21 +00:00
Makefile lcl: clean up widgetset directories 2011-01-15 19:35:02 +00:00
Makefile.compiled lcl: fixed Makefile.compiled 2011-03-17 12:19:41 +00:00
Makefile.fpc lcl: clean up widgetset directories 2011-01-15 19:35:02 +00:00
qt4.pas
qt45.pas QT(win32): Fix Range check 2010-05-13 15:00:04 +00:00
qtcaret.pas Qt: fixed qt caret respondtofocus behaviour. fixes #17173 2010-08-26 09:24:13 +00:00
qtdefines.inc Qt: added internal HASX11 define.It is used internally in qtlcl instead of IFDEF LINUX since X11 can be on FreeBsd or NetBsd. 2010-05-16 10:50:38 +00:00
qtint.pp wince, qt: remove EventTrace method 2011-03-14 02:38:46 +00:00
qtlclintf.inc qt: fix wrong button map in QuestionDlg 2010-11-25 09:00:13 +00:00
qtlclintfh.inc qt: implement QuestionDlg on the widgetset side 2010-11-24 13:59:27 +00:00
qtobject.inc Qt: do not ask if QKeySequence_isEmpty for global action, otherwise it won't be added to global actions list. 2011-02-14 12:26:53 +00:00
qtobjects.pas Qt: fixed assertions from Qt when drawing win panels with negative width or height. 2011-04-06 14:48:14 +00:00
qtprivate.pp Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtproc.pp qt: optimize GetUtf8String 2010-08-11 01:52:41 +00:00
qtthemes.pas Qt: qtthemes, implemented DrawText of teTooltip 2011-02-22 07:38:14 +00:00
qtwidgets.pas LCL: Make menu items call OnClick correctly when moving mouse sideways, on GTK2 and QT. (On Windows works). Patch from August Klein, issue #17565 2011-04-22 09:09:28 +00:00
qtwinapi.inc Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtwinapih.inc lcl, win32, wince, qt, gtk2, carbon: implement OffsetRGN winapi compatible function 2011-03-01 07:37:42 +00:00
qtwsarrow.pp fixed typo dont 2010-09-11 14:05:21 +00:00
qtwsbuttons.pp Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtwscalendar.pp Qt: TQtCalendar - simplified code 2010-05-04 13:04:34 +00:00
qtwschecklst.pp Qt: reworked TQtCheckListBox triggers so it's same across all qtlcl supported platforms. 2010-08-30 12:26:21 +00:00
qtwscomctrls.pp Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtwscontrols.pp Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtwsdesigner.pp
qtwsdialogs.pp LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code. 2011-03-06 12:45:59 +00:00
qtwsextctrls.pp Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtwsextdlgs.pp
qtwsfactory.pas Qt: Prohibit mouse events from being propagated to the TPairSplitterSide parent.fixes #16539 2010-05-23 08:12:37 +00:00
qtwsforms.pp lcl: make ScrollBy more delphi compatible: 2011-03-21 02:41:43 +00:00
qtwsgrids.pp Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtwsimglist.pp
qtwsmenus.pp LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there. 2011-03-16 16:53:36 +00:00
qtwspairsplitter.pp Qt: Prohibit mouse events from being propagated to the TPairSplitterSide parent.fixes #16539 2010-05-23 08:12:37 +00:00
qtwsspin.pp Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtwsstdctrls.pp lcl: implement TListBox.ScrollWidth: 2011-04-02 17:30:44 +00:00
qtx11.inc Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +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 the libqt4intf.so (or .dll or .dylib depending on the platform).

For more information see:
http://wiki.lazarus.freepascal.org/index.php/Qt_Interface