lazarus/lcl/interfaces/qt
zeljko cad3c62030 Qt: bugfix for #13083.
git-svn-id: trunk@19142 -
2009-03-28 18:46:45 +00:00
..
interfaces.pp license: fix asterisk position in the license block 2008-11-13 15:06:20 +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 Makefiles: removed some fcl dependencies 2007-10-16 22:47:51 +00:00
qt4.pas qt: 2008-11-07 01:53:28 +00:00
qt43.pas qt: 2008-11-07 01:53:28 +00:00
qt44.pas qt: 2008-11-07 01:53:28 +00:00
qtcaret.pas Qt: introduced TQtCustomControl (was TQtAbstractScrollArea), now TQtAbstractScrollArea is intermediate class and our class hierarchy is same as in qt libs. 2009-03-04 09:16:34 +00:00
qtdefines.inc qt: 2008-11-07 01:53:28 +00:00
qtint.pp gtk, qt: don't draw a rectangle if Width or Height = 0 (bug #0010980) 2009-03-02 03:19:19 +00:00
qtlclintf.inc qt: stop mouse capture on showing modal message box 2009-01-01 15:11:05 +00:00
qtlclintfh.inc license: fix asterisk position in the license block 2008-11-13 15:06:20 +00:00
qtobject.inc Qt: removed deffered deletion from qt44. 2009-01-14 07:46:21 +00:00
qtobjects.pas Qt: bugfix for #13083 2009-03-23 13:00:08 +00:00
qtprivate.pp qt: replace UTF8Encode by UTF16ToUTF8 and UTF8Decode by UTF8ToUTF16 2009-02-17 13:52:40 +00:00
qtproc.pp qt: replace UTF8Encode by UTF16ToUTF8 and UTF8Decode by UTF8ToUTF16 2009-02-17 13:52:40 +00:00
qtthemes.pas Qt: fix themes unexpected drawing by taking application palette, also draw transparent when details says so. 2009-03-23 17:16:41 +00:00
qtwidgets.pas qt: start HitTest implementation for calendar 2009-03-27 03:15:00 +00:00
qtwinapi.inc Qt: bugfix for #13083. 2009-03-28 18:46:45 +00:00
qtwinapih.inc Initial implementation for restricting the visible part of a window to a region, also known as shaped windows. qt-only at the moment. 2009-02-13 14:09:05 +00:00
qtwsactnlist.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwsarrow.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwsbuttons.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwscalendar.pp qt: start HitTest implementation for calendar 2009-03-27 03:15:00 +00:00
qtwschecklst.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwscomctrls.pp Qt: don't release QLabels inside QStatusBar on statusbar destroy, can raise AV, statusbar should clean such widgets. 2009-03-19 15:47:20 +00:00
qtwscontrols.pp Qt: removed previous patch for interacting with tabwidget during designtime, introduced getDesignInteractive(). 2009-03-24 18:48:06 +00:00
qtwsdbctrls.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwsdbgrids.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwsdesigner.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwsdialogs.pp Qt: bugfix for #13382 2009-03-22 20:09:41 +00:00
qtwsdirsel.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwseditbtn.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwsextctrls.pp Qt: removed previous patch for interacting with tabwidget during designtime, introduced getDesignInteractive(). 2009-03-24 18:48:06 +00:00
qtwsextdlgs.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwsfilectrl.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwsforms.pp Qt: introduced TQtCustomControl (was TQtAbstractScrollArea), now TQtAbstractScrollArea is intermediate class and our class hierarchy is same as in qt libs. 2009-03-04 09:16:34 +00:00
qtwsgrids.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwsimglist.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwsmaskedit.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwsmenus.pp qt: set separator flag when we change menu item caption 2009-02-05 15:12:57 +00:00
qtwspairsplitter.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +00:00
qtwsspin.pp Qt: implemented setBorderStyle for IQtEdit interface 2009-03-18 09:38:19 +00:00
qtwsstdctrls.pp Qt: implemented setBorderStyle for IQtEdit interface 2009-03-18 09:38:19 +00:00
qtwstoolwin.pp Qt: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +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