lazarus/lcl/interfaces/qt
2011-07-20 14:39:50 +00:00
..
alllclintfunits.pas qt intf: clena up 2011-05-15 10:11:46 +00:00
interfaces.pp
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 lcl: clean up widgetset directories 2011-01-15 19:35:02 +00:00
Makefile.compiled lcl: fixed Makefile.compiled 2011-03-17 12:19:41 +00:00
Makefile.fpc lcl: clean up widgetset directories 2011-01-15 19:35:02 +00:00
qt4.pas
qt45.pas
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: do not restore lcl app if we are minimized & restored via pager actions (switching virtual desktops). 2011-06-20 14:17:19 +00:00
qtlclintf.inc Qt: use QConicalGradient to draw triangle gradient, not best solution, but better than using QLinearGradient. Do not invert pixels if 1st pixel isn't 0 or $FF. 2011-07-02 12:31:59 +00:00
qtlclintfh.inc
qtobject.inc Qt: do not focus/activate dragImageList widget. 2011-07-01 10:51:00 +00:00
qtobjects.pas Qt: formatting 2011-07-13 07:16:00 +00:00
qtpagecontrol.inc Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls 2011-07-20 14:39:50 +00:00
qtprivate.pp Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtproc.pp
qtthemes.pas Qt: QtThemes: implemented teWindow frame painting. 2011-07-13 11:06:10 +00:00
qtwidgets.pas Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls 2011-07-20 14:39:50 +00:00
qtwinapi.inc Qt: qtwinapi added system metrics for checkbox 2011-07-14 08:33:11 +00:00
qtwinapih.inc Qt: started TQtWidgetSet.DrawFrameControl(), reordered some qtwinapi routines 2011-07-11 10:02:00 +00:00
qtwsarrow.pp
qtwsbuttons.pp Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtwscalendar.pp
qtwschecklst.pp
qtwscomctrls.pp Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls 2011-07-20 14:39:50 +00:00
qtwscontrols.pp LCL: TGraphicControl.Update must be public. 2011-07-02 13:49:54 +00:00
qtwsdesigner.pp
qtwsdialogs.pp LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code. 2011-03-06 12:45:59 +00:00
qtwsextctrls.pp Qt: fixed QSystemTrayIcon popup menu and icon. issue #19642 2011-07-05 11:21:50 +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: fixed compilation of qt widgetset. 2011-06-30 12:02:49 +00:00
qtwsgrids.pp Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtwsimglist.pp
qtwsmenus.pp LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there. 2011-03-16 16:53:36 +00:00
qtwspairsplitter.pp
qtwsspin.pp Qt: cleanups, removed unused units, removed unreachable code 2011-04-12 06:33:04 +00:00
qtwsstdctrls.pp LCL: introduced TWSScrollBar.SetKind() to avoid usage of RecreateWnd when changing kind of TScrollBar, because it crashes on 64bit installations.Fixed AV with qt and gtk2 under 64bit 2011-05-22 09:53:34 +00:00
qtx11.inc Qt: TQtWidgetSet introduced WindowManagerName property to handle different behaviour between various wm (especially metacity vs others). 2011-06-06 15:09:08 +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