lazarus/lcl/interfaces/qt
2010-07-24 11:13:28 +00:00
..
interfaces.pp
issues.xml
Makefile
Makefile.fpc
qt4.pas
qt45.pas
qtcaret.pas Qt: cleanup 2010-07-16 15:09:52 +00:00
qtdefines.inc
qtint.pp Qt: added X11 helper routine SetSkipX11Taskbar() to implement ShowInTaskbar property. 2010-07-03 13:18:49 +00:00
qtlclintf.inc Qt: fixed warnings 2010-07-13 14:55:49 +00:00
qtlclintfh.inc lcl: introduce new widgetset functions for rubberband creation and moving, implement them for win32, qt and gtk2 2010-07-03 15:25:36 +00:00
qtobject.inc
qtobjects.pas Qt: big performance boost in StretchMaskBlt(), now mask is stretched (if needed) to image size.Removed destination width & height stretching from StretchMaskBlt(), since it is done internally in TQtDeviceContext.DrawImage() 2010-07-12 11:14:37 +00:00
qtprivate.pp Qt: fixed TQtComboBox bug where lineedit text isn't preserved when adding it as item and itemindex=-1. 2010-06-28 14:41:27 +00:00
qtproc.pp
qtthemes.pas
qtwidgets.pas Qt: simplified buttonrect calculation, part of #17018 2010-07-24 11:13:28 +00:00
qtwinapi.inc Qt: use COLOR_GRAYTEXT from QPaletteDisabled. fixes #16994 2010-07-21 05:46:32 +00:00
qtwinapih.inc lcl: implement GetCurrentObject for Gtk, Gtk2, Qt, Carbon and WinCe. Part of 14792 2010-06-22 20:36:58 +00:00
qtwsarrow.pp
qtwsbuttons.pp
qtwscalendar.pp
qtwschecklst.pp Qt: introduced new class TQtCheckListBox which is handle for TCheckListBox, now all mouse events are ok. 2010-07-08 11:16:03 +00:00
qtwscomctrls.pp Qt: properly set column widths, also ColumnDelete() fixed. fixes #16928 2010-07-14 16:30:29 +00:00
qtwscontrols.pp Qt: load TCustomComboBox data and params inside CreateHandle, so avoid qt to set itemindex on it's own. fixes #16727 2010-07-01 13:46:43 +00:00
qtwsdesigner.pp
qtwsdialogs.pp qt intf: clean up 2010-07-07 20:30:22 +00:00
qtwsextctrls.pp
qtwsextdlgs.pp
qtwsfactory.pas
qtwsforms.pp Qt: don't touch flags if we are in design time. 2010-07-13 14:38:54 +00:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp Qt: set empty text for menuitem which is separator. fixes #16871 2010-07-08 20:35:48 +00:00
qtwspairsplitter.pp
qtwsspin.pp
qtwsstdctrls.pp qt: implement native cut, copy, paste for edit and descendants 2010-07-06 11:53:10 +00:00
qtx11.inc Qt: initialize TXClientMessageEvent with zero bytes. 2010-07-03 13:57:36 +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