lazarus/lcl/interfaces/qt
zeljko 4e51b1e797 Qt: bugfix for #13361
git-svn-id: trunk@19042 -
2009-03-20 11:53:42 +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: QClipboard bugfix, removed workarounds.Now it works correct. 2009-03-09 17:07:05 +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 lcl: fix header 2008-12-31 03:07:17 +00:00
qtwidgets.pas Qt: bugfix for #13361 2009-03-20 11:53:42 +00:00
qtwinapi.inc Qt: teach GetActiveWindow() to return MDI child if any active. 2009-03-06 18:38:33 +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: fix WS classes, move methods from public to published sections. 2008-11-26 07:44:16 +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: implemented setBorderStyle for IQtEdit interface 2009-03-18 09:38:19 +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: replace UTF8Encode by UTF16ToUTF8 and UTF8Decode by UTF8ToUTF16 2009-02-17 13:52:40 +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: replace UTF8Encode by UTF16ToUTF8 and UTF8Decode by UTF8ToUTF16 2009-02-17 13:52:40 +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