lazarus/lcl/interfaces/qt
2013-02-04 15:49:04 +00:00
..
alllclintfunits.pas
interfaces.pp
issues.xml Qt: updated issues.xml for TCheckListBox, TListBox and TForm.AutoScroll 2012-02-04 10:53:07 +00:00
Makefile LCL: makefiles: compile lcl.pas 2012-04-09 14:29:34 +00:00
Makefile.compiled LCL: updated unit paths in Makefile.compiled 2012-04-09 13:55:09 +00:00
Makefile.fpc LCL: makefiles: compile lcl.pas 2012-04-09 14:29:34 +00:00
qt4.pas
qt45.pas
qtcaret.pas
qtdefines.inc
qtint.pp Qt: more improvements to TQtWidgetSet.ExtTextOut(), force QtTextNoClip as QPainter flag when ETO_CLIPPED is in Options. 2012-09-13 06:41:09 +00:00
qtlclintf.inc Qt: fixed behaviour of messageDlg (PromptUser()) to return mrCancel always when Escape key is pressed or close btn clicked.issue #21885 2012-04-29 10:02:21 +00:00
qtlclintfh.inc lcl, widgetsets: remove IntfSendsUTF8KeyPress from the widgetset interfaces implementation and call GetLCLCapability instead inside the generic function body 2012-03-30 08:28:34 +00:00
qtobject.inc Qt: propagate QEvent::ShortcutOverride to parent, so stop key event if shortcut is executed. issue #22827 2012-09-08 09:13:29 +00:00
qtobjects.pas Qt: added TQtDeviceContext.GetBkMode to get current painter backgroundmode. 2012-09-13 06:26:11 +00:00
qtpagecontrol.inc Qt: fixed tabwidget icon size. issue #23362 2012-11-21 07:43:41 +00:00
qtprivate.pp Qt: speed improvement for QTextEdit text insertions when it contains < or > chars. part of issue #22715 2012-08-25 10:08:25 +00:00
qtproc.pp
qtthemes.pas Qt: fixed weird drawing of header sections by oxygen theme.issue #23143 2012-10-17 07:26:13 +00:00
qtwidgets.pas Qt: fixed preffered size of autosized groupboxes. issue #23351 2013-01-19 16:29:30 +00:00
qtwinapi.inc Qt: keep state of forms hidden from taskbar under X11. Fixes issue #23825. 2013-02-04 15:49:04 +00:00
qtwinapih.inc Fixes bug #20195: Removes LCLIntf.Frame in favor of a cross-platform implementation for TCanvas.Frame 2011-12-24 10:52:33 +00:00
qtwsarrow.pp
qtwsbuttons.pp Qt: make TQtImage.FHandle private, introduce Handle readonly property. issue #21235 2012-02-07 07:38:40 +00:00
qtwscalendar.pp
qtwschecklst.pp
qtwscomctrls.pp Qt: fixed TListItem clearing icon. issue #23225 2012-11-01 09:10:04 +00:00
qtwscontrols.pp Qt: fixed PaintTo when we taking image of form. 2012-02-27 10:21:14 +00:00
qtwsdesigner.pp
qtwsdialogs.pp Qt: trial to fix Qt bug when dialog is shown with QtTool as parent. issue #23778 2013-01-29 15:59:17 +00:00
qtwsextctrls.pp
qtwsextdlgs.pp
qtwsfactory.pas Restructures the LazDeviceAPIs WS implementation to be on a separate unit instead of in the LCLIntf. This allows us to move the types which bellong in the lazdeviceapis unit back to it and make things more modular too. 2012-01-26 10:07:10 +00:00
qtwsforms.pp Qt: keep state of forms hidden from taskbar under X11. Fixes issue #23825. 2013-02-04 15:49:04 +00:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp Qt: update bitmap if TMenuItem has associated ImageList and ImageIndex. issue #22896 2012-09-16 09:00:01 +00:00
qtwspairsplitter.pp
qtwsspin.pp
qtwsstdctrls.pp Qt: allow edit of combobox with style csSimple. issue #22528 2012-08-04 10:55:45 +00:00
qtx11.inc
README.txt Qt: updated README.txt 2011-12-21 07:16:54 +00:00

These are the sources of the LCL qt interface.
They only work with qt4 or superior.

To use them you also need to download and install
at appropriate place the libQt4Pas.so (linux)
or Qt4Pas.dll (ms windows) or Qt4Pas.framework (Darwin).

For more information see:
http://wiki.lazarus.freepascal.org/index.php/Qt_Interface