lazarus/lcl/interfaces/qt
2011-12-24 10:52:33 +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
qtint.pp Qt: renamed params of event focuschanged 2011-11-06 10:32:40 +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: added attribute QtAA_MacDontSwapCtrlAndMeta for qt >= 4.6 under mac.issue #20897 2011-12-14 09:26:35 +00:00
qtobjects.pas Qt: qt on mac always expects that brush mode = transparent when drawing text. 2011-12-15 11:33:30 +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: fixed branch indicator position under mac themes 2011-12-22 12:04:26 +00:00
qtwidgets.pas Qt: fixed segfault when designing TTabControl. 2011-12-19 08:47:13 +00:00
qtwinapi.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
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: renamed TQtImage Handle: QImageH to FHandle: QImageH. 2011-11-04 10:22:59 +00:00
qtwscalendar.pp
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: fixed tristate checkbox in TQtCheckListBox, also simplified some code.issue #20740 2011-11-24 11:20:29 +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 Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls 2011-07-20 14:39:50 +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
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: workaround for Qt-4.5 bug. issue #20863 2011-12-12 07:12:28 +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