lazarus/lcl/interfaces/qt
paul 256161bfc7 lcl: add LPtoDP - symmetrical to DPtoLP winapi compatibility method
win32: implement LPtoDP, DPtoLP
qt: implement LPtoDP

git-svn-id: trunk@25236 -
2010-05-07 07:08:43 +00:00
..
interfaces.pp
issues.xml Qt: updated issues.xml - TListView.HideSelection isn't supported under qt. 2009-11-29 09:50:51 +00:00
Makefile
Makefile.fpc
qt4.pas Qt: *ATTENTION* qt45 is default from now on (no more USE_QT_XX defines, qt43 and qt44 are not supported anymore) 2009-09-29 11:24:31 +00:00
qt45.pas Qt: fixed compilation under Haiku. fixes #15916 2010-03-08 09:26:52 +00:00
qtcaret.pas Qt: fixed bad QtCaret behaviour in some circumstances. fixes #15115 2010-01-24 19:07:23 +00:00
qtdefines.inc Qt: *ATTENTION* qt45 is default from now on (no more USE_QT_XX defines, qt43 and qt44 are not supported anymore) 2009-09-29 11:24:31 +00:00
qtint.pp Qt: invalidate only handles of syscolor brushes when style is dynamically changed, otherwise we have segfault, because brush can be in saveddc data. 2010-05-02 15:25:31 +00:00
qtlclintf.inc lcl: remove TWidgetset.DrawArrow which got a TArrow control and TCanvas as arguments, move some implementations to TWSArrow classes 2010-02-04 04:06:00 +00:00
qtlclintfh.inc lcl: remove TWidgetset.DrawArrow which got a TArrow control and TCanvas as arguments, move some implementations to TWSArrow classes 2010-02-04 04:06:00 +00:00
qtobject.inc Qt: reduce amount of calls when QEventApplicationPaletteChange triggers 2010-05-03 08:31:43 +00:00
qtobjects.pas Qt: reduce amount of calls when QEventApplicationPaletteChange triggers 2010-05-03 08:31:43 +00:00
qtprivate.pp Qt: reinitialize widget palette on QEventPaletteChange, cleanups 2010-05-02 17:01:26 +00:00
qtproc.pp
qtthemes.pas Qt: cleanup 2010-05-05 10:34:10 +00:00
qtwidgets.pas Qt: TQtCalendar - simplified code 2010-05-04 13:04:34 +00:00
qtwinapi.inc lcl: add LPtoDP - symmetrical to DPtoLP winapi compatibility method 2010-05-07 07:08:43 +00:00
qtwinapih.inc lcl: add LPtoDP - symmetrical to DPtoLP winapi compatibility method 2010-05-07 07:08:43 +00:00
qtwsarrow.pp lcl: remove TWidgetset.DrawArrow which got a TArrow control and TCanvas as arguments, move some implementations to TWSArrow classes 2010-02-04 04:06:00 +00:00
qtwsbuttons.pp lcl: add new property TBitBtn.GlyphShowMode and new function TBitBtn.CanShowGlyph 2009-05-10 15:52:24 +00:00
qtwscalendar.pp Qt: TQtCalendar - simplified code 2010-05-04 13:04:34 +00:00
qtwschecklst.pp Qt: better checks for owner handle in TQtComboStrings, TQtListStrings - fixes corner case segfaults if programmer called eg. TListBox.Clear while handle is being released via QEventDestroy. 2010-03-20 10:14:02 +00:00
qtwscomctrls.pp Qt: cleanup, formatting 2010-05-04 06:58:15 +00:00
qtwscontrols.pp Qt: reinit current palette color if palette really changed. 2010-05-02 17:17:13 +00:00
qtwsdesigner.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
qtwsdialogs.pp Qt: fixed crash when we open some dialog which uses TQtCommonDialog.GetDialogParent() and Application.MainForm is not visible. 2010-03-30 14:36:16 +00:00
qtwsextctrls.pp Qt: fixed TQtGroupBox items layout when clientrect needs interface update. 2010-04-24 10:27:11 +00:00
qtwsextdlgs.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
qtwsfactory.pas merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
qtwsforms.pp Qt: Fixed segfault in destroying form handle when form is child of another control.Fixed segfault in TQtListStrings.Clear() - we must check here if handle exist since Clear is called when control is destroyed.Introduced TQtComboBox.ClearItems, TQtListWidget.ClearItems for faster deletion of items in TQtListStrings and TQtComboStrings. 2010-03-18 19:12:41 +00:00
qtwsgrids.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
qtwsimglist.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
qtwsmenus.pp Qt: fix segfault with TQtWsMenuItem.DestroyHandle() when our form contains main menu but it's destroyed via SlotDestroy(LM_DESTROY), since TCustomForm.DestroyWnd isn't called in this case. 2010-03-27 17:15:31 +00:00
qtwspairsplitter.pp merge lcl-smartlink branch: 2009-04-12 08:46:31 +00:00
qtwsspin.pp Qt: fixed bugs in QAbstractSpinBox (qvalidator assertions) under Qt 64bit. 2010-03-18 11:31:31 +00:00
qtwsstdctrls.pp Qt: TQtScrollbar - reduce amount of calls from LCL by checking current ws values if scrollbar is standalone control. 2010-05-04 07:08:33 +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