lazarus/lcl/interfaces/qt
2008-01-03 13:49:57 +00:00
..
interfaces.pp LCL:replace direct call of TXXWidgetset.Create by indirect CreateWidgetset(TXXWidgetset) to move some initialization code from units initialization (from graphics.pp) to that new procedure. This fix memory leaks in lazbuild tool which indirectly uses many lcl units but doesnot work with widgetset. 2007-11-28 10:03:28 +00:00
Makefile regenerated Makefiles with fixed fpc 2.3 fpcmake 2007-11-12 23:00:57 +00:00
Makefile.fpc Makefiles: removed some fcl dependencies 2007-10-16 22:47:51 +00:00
qt4.pas Qt: Update to bindings 1.55: Additions and Fixes to QCLCItemDelegate by Den. 2007-12-02 15:46:27 +00:00
qt43.pas Qt: Update to bindings 1.55: Additions and Fixes to QCLCItemDelegate by Den. 2007-12-02 15:46:27 +00:00
qtcallback.inc fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtcaret.pas qt: 2007-10-29 15:11:49 +00:00
qtdefines.inc qt: 2007-10-29 15:11:49 +00:00
qtint.pp - gtk: move dialogs related stuff to gtkwsdialogs and gtk2wsdialogs 2007-12-27 09:51:27 +00:00
qtlclintf.inc qt: 2008-01-03 08:38:34 +00:00
qtlclintfh.inc Qt: Fixed AV's in qt IDE under darwin. Removed GetControlConstraints() completely unneeded by linux,darwin, win32. 2007-10-19 11:40:35 +00:00
qtobject.inc - gtk: move dialogs related stuff to gtkwsdialogs and gtk2wsdialogs 2007-12-27 09:51:27 +00:00
qtobjects.pas reimplement qt event protection from destroy inside them (now reparent inside mouse event doesnot crash) 2008-01-03 13:49:57 +00:00
qtprivate.pp qt: 2007-10-29 15:11:49 +00:00
qtproc.pp qt: 2007-10-29 15:11:49 +00:00
qtthemes.pas qt: extend toolbar parts theme drawing (more details) 2007-11-16 08:50:17 +00:00
qtwidgets.pas reimplement qt event protection from destroy inside them (now reparent inside mouse event doesnot crash) 2008-01-03 13:49:57 +00:00
qtwinapi.inc qt: fix 2 bugs in GetWindowRect 2008-01-02 18:43:27 +00:00
qtwinapih.inc remove CreatePixmapIndirect 2007-12-15 15:45:49 +00:00
qtwsactnlist.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwsarrow.pp qt: make TQtWidgetSet.GetSystemMetrics more safe 2007-11-02 05:34:12 +00:00
qtwsbuttons.pp qt: 2008-01-03 08:38:34 +00:00
qtwscalendar.pp qt: 2007-10-29 15:11:49 +00:00
qtwschecklst.pp TCheckListBox.State property and support for grayed states: 2007-12-17 10:21:56 +00:00
qtwsclistbox.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwscomctrls.pp qt: 2008-01-03 08:38:34 +00:00
qtwscontrols.pp reduce amount of qt hint and warnings 2008-01-02 17:37:26 +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
qtwsdesigner.pp qt: 2007-10-29 15:11:49 +00:00
qtwsdialogs.pp reduce amount of qt hint and warnings 2008-01-02 17:37:26 +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 reimplement qt event protection from destroy inside them (now reparent inside mouse event doesnot crash) 2008-01-03 13:49:57 +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 qt: 2007-10-29 15:11:49 +00:00
qtwsgrids.pp qt: 2007-10-29 15:11:49 +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 qt: 2007-10-29 15:11:49 +00:00
qtwspairsplitter.pp fixed references to COPYING.LCL 2006-05-05 05:52:08 +00:00
qtwsspin.pp qt: 2007-10-29 15:11:49 +00:00
qtwsstdctrls.pp TStaticText: 2007-11-06 09:17:41 +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