lazarus/lcl/interfaces/qt
2011-03-29 16:25:19 +00:00
..
alllclintfunits.pas LCL: moved register components to LCLBase 2011-01-27 13:15:33 +00:00
interfaces.pp
issues.xml LCL: Added TPageControl.MultiLine and TTabControl.MultiLine as unsupported properties on carbon, gtk, gtk2 and qt (issue #8928) 2010-11-30 15:56:21 +00:00
Makefile lcl: clean up widgetset directories 2011-01-15 19:35:02 +00:00
Makefile.compiled lcl: fixed Makefile.compiled 2011-03-17 12:19:41 +00:00
Makefile.fpc lcl: clean up widgetset directories 2011-01-15 19:35:02 +00:00
qt4.pas Qt: *ATTENTION* qt45 is default from now on (no more USE_QT_XX defines, qt43 and qt44 are not supported anymore) 2009-09-29 11:24:31 +00:00
qt45.pas QT(win32): Fix Range check 2010-05-13 15:00:04 +00:00
qtcaret.pas Qt: fixed qt caret respondtofocus behaviour. fixes #17173 2010-08-26 09:24:13 +00:00
qtdefines.inc Qt: added internal HASX11 define.It is used internally in qtlcl instead of IFDEF LINUX since X11 can be on FreeBsd or NetBsd. 2010-05-16 10:50:38 +00:00
qtint.pp wince, qt: remove EventTrace method 2011-03-14 02:38:46 +00:00
qtlclintf.inc qt: fix wrong button map in QuestionDlg 2010-11-25 09:00:13 +00:00
qtlclintfh.inc qt: implement QuestionDlg on the widgetset side 2010-11-24 13:59:27 +00:00
qtobject.inc Qt: do not ask if QKeySequence_isEmpty for global action, otherwise it won't be added to global actions list. 2011-02-14 12:26:53 +00:00
qtobjects.pas LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code. 2011-03-06 12:45:59 +00:00
qtprivate.pp LCL: small optimization 2011-02-17 10:07:01 +00:00
qtproc.pp qt: optimize GetUtf8String 2010-08-11 01:52:41 +00:00
qtthemes.pas Qt: qtthemes, implemented DrawText of teTooltip 2011-02-22 07:38:14 +00:00
qtwidgets.pas *Qt: invalidate clientrect cache when scrollbar range is changed.part of issue #18993 2011-03-29 11:44:29 +00:00
qtwinapi.inc LCL (mostly), Replace Assert(False... with //DebugLn(... Now Assert can be used for its original purpose again. 2011-03-13 18:21:51 +00:00
qtwinapih.inc lcl, win32, wince, qt, gtk2, carbon: implement OffsetRGN winapi compatible function 2011-03-01 07:37:42 +00:00
qtwsarrow.pp fixed typo dont 2010-09-11 14:05:21 +00:00
qtwsbuttons.pp
qtwscalendar.pp Qt: TQtCalendar - simplified code 2010-05-04 13:04:34 +00:00
qtwschecklst.pp Qt: reworked TQtCheckListBox triggers so it's same across all qtlcl supported platforms. 2010-08-30 12:26:21 +00:00
qtwscomctrls.pp Qt: reworked selection handling of TQtTreeWidget, now we use QTreeWidget_selectedItems() instead of 2011-02-08 15:24:57 +00:00
qtwscontrols.pp Qt: take into account vertical and horizontal scrollbars position when setting bounds for children of TScrollBox.issue #18993 2011-03-29 16:25:19 +00:00
qtwsdesigner.pp
qtwsdialogs.pp LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code. 2011-03-06 12:45:59 +00:00
qtwsextctrls.pp Qt: optimized signalling from qt to lcl in case of TQtTabWidget. 2011-02-22 08:11:08 +00:00
qtwsextdlgs.pp
qtwsfactory.pas Qt: Prohibit mouse events from being propagated to the TPairSplitterSide parent.fixes #16539 2010-05-23 08:12:37 +00:00
qtwsforms.pp lcl: make ScrollBy more delphi compatible: 2011-03-21 02:41:43 +00:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there. 2011-03-16 16:53:36 +00:00
qtwspairsplitter.pp Qt: Prohibit mouse events from being propagated to the TPairSplitterSide parent.fixes #16539 2010-05-23 08:12:37 +00:00
qtwsspin.pp Qt: fixed bugs in QAbstractSpinBox (qvalidator assertions) under Qt 64bit. 2010-03-18 11:31:31 +00:00
qtwsstdctrls.pp LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there. 2011-03-16 16:53:36 +00:00
qtx11.inc Qt: initialize pallettes only if we are under KDE3 installation, since selection and disable 2010-12-31 08:55:25 +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