lazarus/lcl/interfaces/qt
2012-01-26 14:21:01 +00:00
..
alllclintfunits.pas qt intf: hide some hints 2011-11-09 21:56:25 +00:00
interfaces.pp Moves the selection of cwstring vs paswstring vs windows string manager into the widgetsets 2011-12-02 23:00:48 +00:00
issues.xml Qt: issues.xml - added TBitBtn.Layout to restrictions. We cannot change glyph layout inside QPushButton. issue #19088 2011-04-04 18:03:21 +00:00
Makefile Makes LazUtils a base package for the LCL and moves FileUtil, Masks and lazutf8classes to it. Updates the Makefile structure to reflect this. 2011-10-17 09:24:01 +00:00
Makefile.compiled lcl: fixed Makefile.compiled 2011-03-17 12:19:41 +00:00
Makefile.fpc Makes LazUtils a base package for the LCL and moves FileUtil, Masks and lazutf8classes to it. Updates the Makefile structure to reflect this. 2011-10-17 09:24:01 +00:00
qt4.pas
qt45.pas Qt: added attribute QtAA_MacDontSwapCtrlAndMeta for qt >= 4.6 under mac.issue #20897 2011-12-14 09:26:35 +00:00
qtcaret.pas qt intf: fixed showing caret when FWidget got context, bug #16905 2011-05-15 12:27:49 +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: fixed forms in library (dll) crashing. 2012-01-07 17:22:02 +00:00
qtlclintf.inc Qt: removed TQtWidgetSet.RadialPie() implementation, it's wrong since qt have different meaning of calculating pie parameters. let lcl draw it. 2011-12-10 15:36:06 +00:00
qtlclintfh.inc Qt: removed TQtWidgetSet.RadialPie() implementation, it's wrong since qt have different meaning of calculating pie parameters. let lcl draw it. 2011-12-10 15:36:06 +00:00
qtobject.inc Qt: fixed forms in library (dll) crashing. 2012-01-07 17:22:02 +00:00
qtobjects.pas Qt: fixed rare crash with QClipboard because we are freeing QClipboardH which is owned by QApplication 2012-01-07 17:14:27 +00:00
qtpagecontrol.inc Qt: fixed segfault when designing TTabControl. 2011-12-19 08:47:13 +00:00
qtprivate.pp Qt: fixed seg fault with TCheckListBox, fixed passing OnItemClick when adding items.issue #20927 2011-12-18 11:12:40 +00:00
qtproc.pp qt: optimize GetUtf8String 2010-08-11 01:52:41 +00:00
qtthemes.pas Qt: simplified getting style pixel metrics by using GetPixelMetric() instead QStyle_pixelMetric() 2011-12-30 08:53:11 +00:00
qtwidgets.pas Qt: fix wrong index in TQtWidget.getActionByIndex introduced in r 14412. fixes issue #21156 2012-01-26 14:21:01 +00:00
qtwinapi.inc Qt: simplified getting style pixel metrics by using GetPixelMetric() instead QStyle_pixelMetric() 2011-12-30 08:53:11 +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 fixed typo dont 2010-09-11 14:05:21 +00:00
qtwsbuttons.pp Qt:introduced new class TQtBitBtn, now we support TBitBtn.Layout under qtlcl. 2011-12-29 18:10:25 +00:00
qtwscalendar.pp Qt: TQtCalendar - simplified code 2010-05-04 13:04:34 +00:00
qtwschecklst.pp Qt: fixed tristate checkbox in TQtCheckListBox, also simplified some code.issue #20740 2011-11-24 11:20:29 +00:00
qtwscomctrls.pp Qt: simplified getting style pixel metrics by using GetPixelMetric() instead QStyle_pixelMetric() 2011-12-30 08:53:11 +00:00
qtwscontrols.pp Qt: now we keep track of fonts changing and respect ParentFont property.fixes issue #19695 2011-11-04 18:16:04 +00:00
qtwsdesigner.pp
qtwsdialogs.pp Qt: renamed TQtFont Widget: QFontH to FHandle: QFontH, also TQtFontMetrics Widget: QFontMetricsH to FHandle: QFontMetricsH 2011-11-04 10:31:30 +00:00
qtwsextctrls.pp Qt: fixed crash in TQtTrayIcon during animate (imagelist). issue #20717 2011-11-21 07:03:31 +00:00
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: final fix for TQtMenuBar memleaking. 2011-12-15 07:25:41 +00:00
qtwsgrids.pp Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtwsimglist.pp
qtwsmenus.pp Revert QT top-level menu changes. Will be discussed with Zeljan 2011-11-09 10:57:26 +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: trigger OnChange event when programatically change value of spin editors.issue #19881 2011-11-19 16:26:50 +00:00
qtwsstdctrls.pp Qt: simplified getting style pixel metrics by using GetPixelMetric() instead QStyle_pixelMetric() 2011-12-30 08:53:11 +00:00
qtx11.inc Qt: cleanups, simplification of some code, fixed some compiler warnings and hints 2011-10-23 09:30:16 +00:00
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