lazarus/lcl/interfaces/qt
zeljko 923ead3166 Qt: qtwsdialogs FilterIndex fix. fixes #15184
git-svn-id: trunk@22772 -
2009-11-25 16:12:39 +00:00
..
interfaces.pp
issues.xml lcl: add TCustomEdit.HideSelection, publish it for TEdit, TMemo (requested by Marco van de Voort) 2009-11-24 03:29:11 +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: Composition & RasterOps - we must check engine type or we have QPainter assert with unsupported composition modes. 2009-10-13 08:00:59 +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 qt: replace UTF8Encode by UTF16ToUTF8 and UTF8Decode by UTF8ToUTF16 2009-02-17 13:52:40 +00:00
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: implemented TPopupMenu.TrackButton 2009-11-24 08:29:58 +00:00
qtwinapi.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
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 merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
qtwsbuttons.pp lcl: add new property TBitBtn.GlyphShowMode and new function TBitBtn.CanShowGlyph 2009-05-10 15:52:24 +00:00
qtwscalendar.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
qtwschecklst.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
qtwscomctrls.pp Qt: bugfix for TListView.HideSelection, fixes #15103 2009-11-16 08:13:47 +00:00
qtwscontrols.pp Qt: dragimagelist should respect DoLock and DoUnlock parameters. 2009-10-15 10:13:06 +00:00
qtwsdesigner.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
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 merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
qtwsfactory.pas merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
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 merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
qtwsimglist.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
qtwsmenus.pp Qt: fix TPopupMenu.Alignment when we use RightToLeft. 2009-11-24 09:10:57 +00:00
qtwspairsplitter.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
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