lazarus/lcl/interfaces/qt
2008-08-30 23:37:36 +00:00
..
interfaces.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
Makefile
Makefile.fpc
qt4.pas
qtcaret.pas Qt: TQtCaret is more responsive now, added high priority to postEvent() for OnWakeMainThread() and PostMessage(). 2008-08-05 12:32:27 +00:00
qtdefines.inc
qtint.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtlclintf.inc qt: if mask has been requested then create it anyway even empty (discussion of #0011902) 2008-08-19 07:21:52 +00:00
qtlclintfh.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtobject.inc Qt: fix for various crashes 32/64bit.We don't use eventprocessing on timers anymore, 2008-08-27 07:05:14 +00:00
qtobjects.pas Qt: TQtDeviceContext.drawImage() - fixed #11713 2008-08-30 23:37:36 +00:00
qtprivate.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtproc.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtthemes.pas
qtwidgets.pas Qt: bugfix - TQtAbstractItemView needs overriden setColor(). 2008-08-30 15:12:15 +00:00
qtwinapi.inc Qt: smallfix for TQtWidgetSet.setFocus() 2008-08-30 14:48:54 +00:00
qtwinapih.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsactnlist.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsarrow.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsbuttons.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwscalendar.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwschecklst.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwscomctrls.pp Qt: removed stalled writeln() ... 2008-08-04 16:49:12 +00:00
qtwscontrols.pp Qt: Under linux we should group modal windows (setting it's parent), as in qt docs about QtDialog flag. 2008-07-27 08:16:04 +00:00
qtwsdbctrls.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsdbgrids.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsdesigner.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsdialogs.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsdirsel.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwseditbtn.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsextctrls.pp Qt: Fix for #11796 - except for OI.Changed TabWidget behaviour, added some new routines, fixed focus problems with tabwidget. 2008-08-05 12:36:19 +00:00
qtwsextdlgs.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsfilectrl.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsforms.pp Qt: Implemented scrollBy() for TCustomFrame 2008-07-27 09:22:42 +00:00
qtwsgrids.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsimglist.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsmaskedit.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsmenus.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwspairsplitter.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwsspin.pp LCL: FloatSpinEdit uses double for internal representation, so that the full range of 32 bits integer can be represented without rounding problems (fixes #10844) 2008-07-22 10:01:50 +00:00
qtwsstdctrls.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtwstoolwin.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
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