lazarus/lcl/interfaces/qt
2007-09-22 13:02:04 +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
qt4.pas (Qt): Forgotten bindings update for Qt-4.2.3 v 1.50 2007-09-17 18:08:04 +00:00
qt43.pas (Qt): Bindings update v. 1.50: Added protected QTabBar handle and QFileDialog signals by Den. 2007-09-17 18:04:15 +00:00
qtcallback.inc
qtcaret.pas (Qt): Implemented GetCaretRespondToFocus(), SetCaretRespondToFocus(). Improved qtCaret response. 2007-09-17 07:36:44 +00:00
qtint.pp (Qt): Revert QtObjectFromWidgetH onto previous position - cannot compile qt interface under linux (fpc-2.2.0, fpc-2.0.4, fpc-2.1.5) 2007-09-22 07:22:05 +00:00
qtlclintf.inc (Qt): implemented FontIsMonoSpace() and FontCanUTF8(). 2007-09-17 11:15:43 +00:00
qtlclintfh.inc (Qt): implemented FontIsMonoSpace() and FontCanUTF8(). 2007-09-17 11:15:43 +00:00
qtobject.inc Qt: 2007-09-21 18:41:42 +00:00
qtobjects.pas Qt: trial to sppedup qt paintings through -dQtGraphicsSpeedUp 2007-09-22 13:02:04 +00:00
qtprivate.pp Qt: Use GetUtf8String instead of utf8Decode. GetUtf8String tries to decode string at first and it is failed it uses raw string as result (so non unicode coded strings are also handled by this function). 2007-09-16 15:51:19 +00:00
qtproc.pp (Qt): Revert QtObjectFromWidgetH onto previous position - cannot compile qt interface under linux (fpc-2.2.0, fpc-2.0.4, fpc-2.1.5) 2007-09-22 07:22:05 +00:00
qtthemes.pas (Qt): better painting of header (on non winxp style) 2007-07-26 04:52:29 +00:00
qtwidgets.pas Qt: trial to sppedup qt paintings through -dQtGraphicsSpeedUp 2007-09-22 13:02:04 +00:00
qtwinapi.inc Qt: trial to sppedup qt paintings through -dQtGraphicsSpeedUp 2007-09-22 13:02:04 +00:00
qtwinapih.inc (Qt): partial implementation of EnumFontFamiliesEx() by theo, with some changes from me. 2007-09-18 13:59:42 +00:00
qtwsactnlist.pp
qtwsarrow.pp qt: cleanup 2007-09-13 03:17:06 +00:00
qtwsbuttons.pp Qt: 2007-09-10 06:47:30 +00:00
qtwscalendar.pp Qt: 2007-09-21 05:08:35 +00:00
qtwschecklst.pp + TCheckListBox implementation. 2007-07-15 20:56:01 +00:00
qtwsclistbox.pp
qtwscomctrls.pp (Qt): Commited workaround for issue #9746 (ListOutOfBounds in TCustomListView), fixed warning about uninitialized variable in EnumFontFamiliesEx() 2007-09-21 18:53:38 +00:00
qtwscontrols.pp Qt: 2007-09-21 05:08:35 +00:00
qtwsdbctrls.pp
qtwsdbgrids.pp
qtwsdesigner.pp lcl: 2007-09-07 16:39:27 +00:00
qtwsdialogs.pp typo in previous commit 2007-09-20 14:17:39 +00:00
qtwsdirsel.pp
qtwseditbtn.pp
qtwsextctrls.pp Added gtk2 implementation for TTrayIcon and removed the widgetset implementations of GetCanvas on TTrayIcon. 2007-09-21 09:10:30 +00:00
qtwsextdlgs.pp
qtwsfilectrl.pp
qtwsforms.pp Qt: Use GetUtf8String instead of utf8Decode. GetUtf8String tries to decode string at first and it is failed it uses raw string as result (so non unicode coded strings are also handled by this function). 2007-09-16 15:51:19 +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
qtwsmaskedit.pp
qtwsmenus.pp Qt: Use GetUtf8String instead of utf8Decode. GetUtf8String tries to decode string at first and it is failed it uses raw string as result (so non unicode coded strings are also handled by this function). 2007-09-16 15:51:19 +00:00
qtwspairsplitter.pp
qtwsspin.pp Qt: 2007-09-13 15:37:16 +00:00
qtwsstdctrls.pp Qt: 2007-09-21 05:08:35 +00:00
qtwstoolwin.pp
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