lazarus/lcl/interfaces/qt
ondrej 454fc69b9e LCL: High-DPI ImageList: rename *ForImagePPI to *ForPPI
git-svn-id: branches/HiDPIImageList@57068 -
2018-01-13 04:25:01 +00:00
..
alllclintfunits.pas lcl: qt: fixed compiling either qt4 or qt45 2016-11-09 15:28:45 +00:00
interfaces.pp
issues.xml Qt: removed TabWidth and TabHeight from issues 2017-02-01 09:29:00 +00:00
Makefile
Makefile.compiled
Makefile.fpc
qt4.pas
qt45.pas LCL-QT: Change string types back to WideString from UnicodeString. 2017-12-22 23:43:22 +00:00
qtcaret.pas
qtdefines.inc Qt: use Qt's native event loop by default. 2016-12-18 15:17:29 +00:00
qtint.pp LCL-QT: Change string types back to WideString from UnicodeString. 2017-12-22 23:43:22 +00:00
qtlclintf.inc LCL-QT: Use UnicodeString instead of WideString. Reduce explicit string conversion calls. 2017-12-05 21:30:51 +00:00
qtlclintfh.inc Qt: implemented TQtWidgetSet.ExtUTF8Out() and ETO_RTLREADING 2017-01-01 12:36:09 +00:00
qtobject.inc LCL-QT: Change string types back to WideString from UnicodeString. 2017-12-22 23:43:22 +00:00
qtobjects.pas LCL-QT: Change string types back to WideString from UnicodeString. 2017-12-22 23:43:22 +00:00
qtpagecontrol.inc LCL: High-DPI ImageList: rename *ForImagePPI to *ForPPI 2018-01-13 04:25:01 +00:00
qtprivate.pp LCL-QT: Change string types back to WideString from UnicodeString. 2017-12-22 23:43:22 +00:00
qtproc.pp LCL-QT: Use UnicodeString instead of WideString. Reduce explicit string conversion calls. 2017-12-05 21:30:51 +00:00
qtsystemtrayicon.pas LCL-QT: Change string types back to WideString from UnicodeString. 2017-12-22 23:43:22 +00:00
qtthemes.pas LCL-QT: Change string types back to WideString from UnicodeString. 2017-12-22 23:43:22 +00:00
qtwidgets.pas LCL: High-DPI ImageList: rename *ForImagePPI to *ForPPI 2018-01-13 04:25:01 +00:00
qtwinapi.inc LCL-QT: Change string types back to WideString from UnicodeString. 2017-12-22 23:43:22 +00:00
qtwinapih.inc Qt: implemented TQtWidgetSet.InitStockFont, but disabled because of problems with THintWindow.Font 2017-02-27 17:32:56 +00:00
qtwsbuttons.pp
qtwscalendar.pp
qtwschecklst.pp Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled. 2017-06-04 15:14:29 +00:00
qtwscomctrls.pp LCL: High-DPI ImageList: LCL runtime and win32 2018-01-10 12:46:42 +00:00
qtwscontrols.pp LCL: High-DPI ImageList: LCL runtime and win32 2018-01-10 12:46:42 +00:00
qtwsdesigner.pp
qtwsdialogs.pp LCL-QT: Change string types back to WideString from UnicodeString. 2017-12-22 23:43:22 +00:00
qtwsextctrls.pp LCL-QT: Change string types back to WideString from UnicodeString. 2017-12-22 23:43:22 +00:00
qtwsextdlgs.pp
qtwsfactory.pas LCL: High-DPI ImageList: LCL runtime and win32 2018-01-10 12:46:42 +00:00
qtwsforms.pp LCL-QT: Change string types back to WideString from UnicodeString. 2017-12-22 23:43:22 +00:00
qtwsgrids.pp
qtwsimglist.pp LCL: High-DPI ImageList: Qt+Qt5 fixes 2018-01-11 05:01:51 +00:00
qtwsmenus.pp LCL: High-DPI ImageList: rename *ForImagePPI to *ForPPI 2018-01-13 04:25:01 +00:00
qtwspairsplitter.pp
qtwsspin.pp
qtwsstdctrls.pp LCL-QT: Change string types back to WideString from UnicodeString. 2017-12-22 23:43:22 +00:00
qtx11.inc Qt: reverted using unixdatetime instead of x11 CurrentTime const because problem is in buggy wm not in our code. 2017-04-30 09:49:11 +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 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