lazarus/lcl/interfaces/qt
2007-07-18 05:38:49 +00:00
..
interfaces.pp Very large patch from Jesus Reyes. Among other things it updates qt bindings to 1.24, fixes the font color problem, implements SetBkColor, SetBkMode and makes TStringGrid almost work. 2007-01-23 00:51:41 +00:00
Makefile regenerated makefiles with fpcmake 2.3.1 to include the -Cg flag for x86_64-linux 2007-04-01 19:38:53 +00:00
Makefile.fpc changed unit output directories to fpc format units/CPU-OS 2005-07-22 13:47:35 +00:00
qt4.pas (QT) 2007-07-16 15:06:56 +00:00
qt43.pas (QT) 2007-07-16 09:26:28 +00:00
qtcallback.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtcaret.pas (Qt) 2007-07-18 00:54:42 +00:00
qtint.pp + TCheckListBox implementation. 2007-07-15 20:56:01 +00:00
qtlclintf.inc * Fixed ugly memleak with TQtImage. 2007-07-17 09:49:11 +00:00
qtlclintfh.inc + Implemented TArrow 2007-07-13 07:44:49 +00:00
qtobject.inc (Qt) 2007-07-18 00:54:42 +00:00
qtobjects.pas - new class in Qt Object hierarchy TQtObject 2007-07-18 03:08:47 +00:00
qtprivate.pp + More optimizations on TCustomMemo. 2007-07-17 07:36:09 +00:00
qtthemes.pas (Qt) 2007-07-18 00:54:42 +00:00
qtwidgets.pas (QT): call NotifyApplicationUserInput before every mouse message (not hint windows is trying to show) 2007-07-18 05:38:49 +00:00
qtwinapi.inc * Fixed ugly memleak with TQtImage. 2007-07-17 09:49:11 +00:00
qtwinapih.inc QT: correction in DrawText with DT_CALCRECT 2007-07-17 01:36:43 +00:00
qtwsactnlist.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwsarrow.pp + Implemented TArrow 2007-07-13 07:44:49 +00:00
qtwsbuttons.pp + TBitBtn SetGlyph() & SetDefault() implementation. 2007-07-15 13:54:15 +00:00
qtwscalendar.pp - all event attaching code moved to TQtWidget.AttachEvents, TQtWidget.DetachEvents and descendants 2007-07-12 05:47:15 +00:00
qtwschecklst.pp + TCheckListBox implementation. 2007-07-15 20:56:01 +00:00
qtwsclistbox.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwscomctrls.pp * Reimplemented modal forms handling. 2007-07-13 08:12:35 +00:00
qtwscontrols.pp (Qt) 2007-07-18 00:54:42 +00:00
qtwsdbctrls.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwsdbgrids.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwsdialogs.pp + Implemented multiselection in TFileDialogs 2007-07-17 07:11:27 +00:00
qtwsdirsel.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwseditbtn.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwsextctrls.pp + Implemented multiselection in TFileDialogs 2007-07-17 07:11:27 +00:00
qtwsextdlgs.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwsfilectrl.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwsforms.pp * Fix MDIChilds due to LayoutWidget & CentralWidget commits. 2007-07-15 12:27:25 +00:00
qtwsgrids.pp patch from zeljko. TCalendar implemented. Reimplemented TCustomCheckGroup and TCustomRadioGroup. Workaround for "Hidden radio button" problem. Added to this many small changes and switched the default qt version to 4.2 2007-06-23 07:13:18 +00:00
qtwsimglist.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwsmaskedit.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwsmenus.pp - all event attaching code moved to TQtWidget.AttachEvents, TQtWidget.DetachEvents and descendants 2007-07-12 05:47:15 +00:00
qtwspairsplitter.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwsspin.pp + Implemented multiselection in TFileDialogs 2007-07-17 07:11:27 +00:00
qtwsstdctrls.pp + Implemented multiselection in TFileDialogs 2007-07-17 07:11:27 +00:00
qtwstoolwin.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
README.txt small improvement to qt readme file 2006-10-31 00:56:44 +00:00

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