lazarus/lcl/interfaces/qt
zeljko 76e8b12016 Qt: fixed menu flickering. issue #22872
git-svn-id: trunk@38644 -
2012-09-13 14:55:40 +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 clearing of icon in tab.part of issue #22618 2012-08-22 07:05:01 +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: cleanup unused local variables. 2012-02-07 12:02:14 +00:00
qtwidgets.pas Qt: fixed menu flickering. issue #22872 2012-09-13 14:55:40 +00:00
qtwinapi.inc Qt: TQtWidgetSet.ExtTextOut() workaround for Qt-4.8 bug ,now it looks better but some scenarios with ETO_OPAQUE aren't 100% correct yet 2012-09-13 13:01:54 +00:00
qtwinapih.inc
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 header offset and getClientRect for TListView when ViewStyle=vsReport. 2012-09-06 07:39:59 +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: make file dialogs consistent with win32 and gtk2.If InitialDir isn't setted, then provide GetCurrentDir to qt dialog. 2012-02-11 19:50:20 +00:00
qtwsextctrls.pp
qtwsextdlgs.pp
qtwsfactory.pas
qtwsforms.pp Qt: do not set popup parent for borderless forms (for popup forms) if TCustomForm.Parent (embedded form) is assigned. 2012-08-22 13:58:22 +00:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp Qt: correct debug info when checking handles 2012-04-01 10:59:13 +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

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