lazarus/lcl/interfaces/qt
zeljko f644b9147c Qt: small cleanup.
git-svn-id: trunk@14030 -
2008-02-08 13:43:05 +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 bindings v 1.60 2008-01-20 11:31:54 +00:00
qt43.pas qt bindings v 1.60 2008-01-20 11:31:54 +00:00
qtcallback.inc
qtcaret.pas qt: 2007-10-29 15:11:49 +00:00
qtdefines.inc qt: 2007-10-29 15:11:49 +00:00
qtint.pp qt: The OnClose event of TPopupMenu is not fired when is closed (part of 0009436) 2008-02-03 08:28:25 +00:00
qtlclintf.inc qt: follow carbon way of drawing designer items (though hintwindow is crashing sometimes) 2008-02-08 08:01:32 +00:00
qtlclintfh.inc qt: follow carbon way of drawing designer items (though hintwindow is crashing sometimes) 2008-02-08 08:01:32 +00:00
qtobject.inc qt: 2008-01-23 09:56:45 +00:00
qtobjects.pas qt: fix drawing text with rotated font 2008-02-06 07:58:43 +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: restore qt 4.2 support (from Den) 2008-01-10 01:46:55 +00:00
qtwidgets.pas Qt: small cleanup. 2008-02-08 13:43:05 +00:00
qtwinapi.inc qt: follow carbon way of drawing designer items (though hintwindow is crashing sometimes) 2008-02-08 08:01:32 +00:00
qtwinapih.inc qt: follow carbon way of drawing designer items (though hintwindow is crashing sometimes) 2008-02-08 08:01:32 +00:00
qtwsactnlist.pp
qtwsarrow.pp qt: fix fpc 2.3.1 compilation and replace THandle with TLCLIntfHandle 2008-01-05 15:42:14 +00:00
qtwsbuttons.pp qt: set icon size for TBitButton 2008-01-03 17:08:44 +00:00
qtwscalendar.pp qt: fix fpc 2.3.1 compilation and replace THandle with TLCLIntfHandle 2008-01-05 15:42:14 +00:00
qtwschecklst.pp TCheckListBox.State property and support for grayed states: 2007-12-17 10:21:56 +00:00
qtwsclistbox.pp
qtwscomctrls.pp qt: fix fpc 2.3.1 compilation and replace THandle with TLCLIntfHandle 2008-01-05 15:42:14 +00:00
qtwscontrols.pp initial implementation of TWinControl.SetShape for gtk, qt, win32 + example 2008-01-25 06:56:57 +00:00
qtwsdbctrls.pp
qtwsdbgrids.pp
qtwsdesigner.pp qt: fix fpc 2.3.1 compilation and replace THandle with TLCLIntfHandle 2008-01-05 15:42:14 +00:00
qtwsdialogs.pp qt: dont use .Handle <> 0 comparison use HandleAllocated instead 2008-01-16 12:15:49 +00:00
qtwsdirsel.pp
qtwseditbtn.pp
qtwsextctrls.pp qt: fix fpc 2.3.1 compilation and replace THandle with TLCLIntfHandle 2008-01-05 15:42:14 +00:00
qtwsextdlgs.pp
qtwsfilectrl.pp
qtwsforms.pp qt: follow carbon way of drawing designer items (though hintwindow is crashing sometimes) 2008-02-08 08:01:32 +00:00
qtwsgrids.pp qt: 2007-10-29 15:11:49 +00:00
qtwsimglist.pp
qtwsmaskedit.pp
qtwsmenus.pp qt: 2007-10-29 15:11:49 +00:00
qtwspairsplitter.pp
qtwsspin.pp qt: fix fpc 2.3.1 compilation and replace THandle with TLCLIntfHandle 2008-01-05 15:42:14 +00:00
qtwsstdctrls.pp qt: improved scrollbars (no more doubling of scrollbars after control reparenting) 2008-01-27 09:42:22 +00:00
qtwstoolwin.pp
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