lazarus/lcl/interfaces/qt
2008-10-16 03:23:40 +00:00
..
interfaces.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
Makefile default widget set for Mac OS X is now Carbon, not gtk1 2008-06-20 19:33:44 +00:00
Makefile.fpc
qt4.pas Qt: Update to bindings 1.62 2008-05-09 05:49:19 +00:00
qtcaret.pas Qt: all color conversions changed from QColor_setRgb() to QColor_fromRgb(), cause it can return unexpected result. 2008-09-17 14:49:58 +00:00
qtdefines.inc
qtint.pp lcl, widgetsets: reimplement form, application icon setting to allow set 2 icons: small and big (#0012401) 2008-10-16 03:23:40 +00:00
qtlclintf.inc Qt: removed IFDEF WINDOWSUNICODESUPPORT from TQtWidgetSet.FontCanUTF8() 2008-09-18 06:22:44 +00:00
qtlclintfh.inc rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtobject.inc lcl, widgetsets: reimplement form, application icon setting to allow set 2 icons: small and big (#0012401) 2008-10-16 03:23:40 +00:00
qtobjects.pas LCL qt: implemented TFont.Quality (...anti-aliasing) 2008-10-07 13:06:06 +00:00
qtprivate.pp Qt: faster Sort() routines in qtprivate. 2008-09-04 18:39:00 +00:00
qtproc.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
qtthemes.pas qt: handle other toolbar parts the same way as a button in themeservices 2008-09-21 11:26:15 +00:00
qtwidgets.pas Qt: fixed qtopia compilation, reported by Terry Kemp on qt mailing list. 2008-10-01 06:14:46 +00:00
qtwinapi.inc LCL qt: implemented TFont.Quality (...anti-aliasing) 2008-10-07 13:06:06 +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: all color conversions changed from QColor_setRgb() to QColor_fromRgb(), cause it can return unexpected result. 2008-09-17 14:49:58 +00:00
qtwscontrols.pp Qt: Enable titlebar buttons (close,min,max) on modal windows under MacOsX 2008-10-04 08:45:18 +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 Qt: enable toolbar buttons for TQtFileDialog 2008-10-05 07:31:50 +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,gtk,gtk2: use TPanel.BorderStyle in widget initialization code 2008-10-06 02:15:17 +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 lcl, widgetsets: reimplement form, application icon setting to allow set 2 icons: small and big (#0012401) 2008-10-16 03:23:40 +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 lcl, widgetsets: hope fix misuse of TScrollBar.PageSize (#0011788 based on ideas of Sergey Bulba) 2008-10-02 01:47:29 +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