lazarus/lcl/interfaces/qt
sekelsenmat a27667cba5 improves fpgui menus
git-svn-id: trunk@15073 -
2008-05-07 23:03:47 +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
Makefile.fpc
qt4.pas qt bindings 1.61 2008-02-22 01:46:37 +00:00
qtcallback.inc
qtcaret.pas Removed the USE_QT_4_3 define. Now only Qt 4.3 or superior is supported. 2008-02-09 20:32:37 +00:00
qtdefines.inc Removed the USE_QT_4_3 define. Now only Qt 4.3 or superior is supported. 2008-02-09 20:32:37 +00:00
qtint.pp qt: skeleton for various process events 2008-03-21 10:42:22 +00:00
qtlclintf.inc qt: use TQtImage instead of QImageH for DeviceContext.vImage (issue #0011172) 2008-04-19 13:46:45 +00:00
qtlclintfh.inc qt: skeleton for various process events 2008-03-21 10:42:22 +00:00
qtobject.inc Qt: Fixed endless loop problem with TQtWidgetSet.FocusChanged hook, removed workaround. 2008-05-04 16:14:13 +00:00
qtobjects.pas qt: more reliable return for GetObject() for bitmap (patch from Luiz Americo, #0011260) 2008-05-06 05:07:41 +00:00
qtprivate.pp typo in comments 2008-03-03 08:23:10 +00:00
qtproc.pp Removed the USE_QT_4_3 define. Now only Qt 4.3 or superior is supported. 2008-02-09 20:32:37 +00:00
qtthemes.pas qt: 2008-05-02 09:25:23 +00:00
qtwidgets.pas Qt: Shift+Tab now works ok - fixes #9726 2008-05-03 20:44:36 +00:00
qtwinapi.inc qt: more reliable return for GetObject() for bitmap (patch from Luiz Americo, #0011260) 2008-05-06 05:07:41 +00:00
qtwinapih.inc decapitalize all procedure and function keywords to make all looks the same 2008-03-03 08:06:26 +00:00
qtwsactnlist.pp
qtwsarrow.pp Removed the USE_QT_4_3 define. Now only Qt 4.3 or superior is supported. 2008-02-09 20:32:37 +00:00
qtwsbuttons.pp Removed the USE_QT_4_3 define. Now only Qt 4.3 or superior is supported. 2008-02-09 20:32:37 +00:00
qtwscalendar.pp qt: change {$mode delphi} to {$mode objfpc} 2008-02-24 04:44:28 +00:00
qtwschecklst.pp Removed the USE_QT_4_3 define. Now only Qt 4.3 or superior is supported. 2008-02-09 20:32:37 +00:00
qtwscomctrls.pp statusbar: implement SizeGrip for qt 2008-03-20 07:32:19 +00:00
qtwscontrols.pp lcl: bidi mode patch from Ido with modifications 2008-04-27 14:24:22 +00:00
qtwsdbctrls.pp
qtwsdbgrids.pp
qtwsdesigner.pp Removed the USE_QT_4_3 define. Now only Qt 4.3 or superior is supported. 2008-02-09 20:32:37 +00:00
qtwsdialogs.pp Qt: Fixed TFontDialog returned Size & Height 2008-04-04 06:15:23 +00:00
qtwsdirsel.pp
qtwseditbtn.pp
qtwsextctrls.pp Removed the USE_QT_4_3 define. Now only Qt 4.3 or superior is supported. 2008-02-09 20:32:37 +00:00
qtwsextdlgs.pp
qtwsfilectrl.pp
qtwsforms.pp Qt: Fixed endless loop problem with TQtWidgetSet.FocusChanged hook, removed workaround. 2008-05-04 16:14:13 +00:00
qtwsgrids.pp Removed the USE_QT_4_3 define. Now only Qt 4.3 or superior is supported. 2008-02-09 20:32:37 +00:00
qtwsimglist.pp
qtwsmaskedit.pp
qtwsmenus.pp improves fpgui menus 2008-05-07 23:03:47 +00:00
qtwspairsplitter.pp
qtwsspin.pp Removed the USE_QT_4_3 define. Now only Qt 4.3 or superior is supported. 2008-02-09 20:32:37 +00:00
qtwsstdctrls.pp qt: take Combobox.DropDownCount into account 2008-04-02 09:29:47 +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