lazarus/lcl/interfaces/qt
2010-08-26 09:45:01 +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
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 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 Qt: check if app mainform visible in appBringToFront. 2010-06-10 08:00:19 +00:00
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 qt: optimize GetUtf8String 2010-08-11 01:52:41 +00:00
qtthemes.pas Qt: cleanup 2010-05-05 10:34:10 +00:00
qtwidgets.pas Qt: fixed context menu msg with right mouse click on QAbstractItemView classes.fixes #17133 2010-08-26 09:45:01 +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 lcl: remove TWidgetset.DrawArrow which got a TArrow control and TCanvas as arguments, move some implementations to TWSArrow classes 2010-02-04 04:06:00 +00:00
qtwsbuttons.pp
qtwscalendar.pp Qt: TQtCalendar - simplified code 2010-05-04 13:04:34 +00:00
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 Qt: optimized TQtTabWidget setting tab caption and moving page,those ops are about 25-30% faster now. 2010-06-10 17:48:50 +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 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 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 qt: don't send LM_CHANGE messages when changing State of TRadioButton and TCheckBox programatically. Use Toggled signal instead of Clicked to notify of changes in TRadioButton. Part of 0017139 and 0017104 2010-08-10 17:49:43 +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