lazarus/lcl/interfaces/qt
2009-12-02 14:18:42 +00:00
..
interfaces.pp
issues.xml Qt: updated issues.xml - TListView.HideSelection isn't supported under qt. 2009-11-29 09:50:51 +00:00
Makefile
Makefile.fpc
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
qt43.pas
qt44.pas
qt45.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
qtcaret.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
qtdefines.inc 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
qtint.pp Qt: dragimagelist should respect DoLock and DoUnlock parameters. 2009-10-15 10:13:06 +00:00
qtlclintf.inc 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
qtlclintfh.inc
qtobject.inc Qt: dragimagelist should respect DoLock and DoUnlock parameters. 2009-10-15 10:13:06 +00:00
qtobjects.pas Qt: implemented TQtWidgetSet.CreateCompatibleBitmap() 2009-12-02 14:18:42 +00:00
qtprivate.pp 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
qtproc.pp
qtthemes.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
qtwidgets.pas Qt: use CanSendLCLMessage instead of comparing LCLObject before sending an message to lcl - all mouse & keyboard events + paint event. 2009-12-02 13:42:42 +00:00
qtwinapi.inc Qt: implemented TQtWidgetSet.CreateCompatibleBitmap() 2009-12-02 14:18:42 +00:00
qtwinapih.inc lcl: remove lclintf ComboBoxDropDown, create 2 methods instead in TWSCustomCombobox: one to get DroppedDown status, another to set it. + implementation for all widgetsets except carbon 2009-10-26 10:21:56 +00:00
qtwsarrow.pp
qtwsbuttons.pp lcl: add new property TBitBtn.GlyphShowMode and new function TBitBtn.CanShowGlyph 2009-05-10 15:52:24 +00:00
qtwscalendar.pp
qtwschecklst.pp
qtwscomctrls.pp Qt: fixed bug while introducing OwnerData. SetAllocBy() is dummy now 2009-11-26 11:17:36 +00:00
qtwscontrols.pp Qt: dragimagelist should respect DoLock and DoUnlock parameters. 2009-10-15 10:13:06 +00:00
qtwsdesigner.pp
qtwsdialogs.pp Qt: qtwsdialogs FilterIndex fix. fixes #15184 2009-11-25 16:12:39 +00:00
qtwsextctrls.pp Qt: implemented GetTabRect() 2009-11-10 08:02:59 +00:00
qtwsextdlgs.pp
qtwsfactory.pas
qtwsforms.pp 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
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp Qt: fix TPopupMenu.Alignment when we use RightToLeft. 2009-11-24 09:10:57 +00:00
qtwspairsplitter.pp
qtwsspin.pp Qt: QDoubleSpinBox, QSpinBox do not deliver messages if InUpdate(). 2009-10-08 16:27:36 +00:00
qtwsstdctrls.pp lcl: remove lclintf ComboBoxDropDown, create 2 methods instead in TWSCustomCombobox: one to get DroppedDown status, another to set it. + implementation for all widgetsets except carbon 2009-10-26 10:21:56 +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