lazarus/lcl/interfaces/qt5
2017-09-26 11:28:00 +00:00
..
cbindings Qt5: cbindings: implemented QObject::metaObject(), now we can extract complete classinfo from any Qt class. 2017-05-18 21:05:20 +00:00
alllclintfunits.pas
interfaces.pp
issues.xml Qt5: removed TabWidth and TabHeight from issues. 2017-02-01 09:28:27 +00:00
Makefile
Makefile.compiled
Makefile.fpc
qt5.pas
qt56.pas Qt5: cbindings - implemented QMargins, QSurface, QSurfaceFormat, QBackingStore, QScreen and QWindow classes. 2017-05-16 17:22:07 +00:00
qtcaret.pas
qtdefines.inc
qtint.pp Qt5: do not use x11 timestamp workaround as qt4 uses. Qt5 uses libxcb which handles timestamps well. 2017-04-30 09:22:26 +00:00
qtlclintf.inc Qt5: implemented TQtWidgetSet.ExtUTF8Out() and ETO_RTLREADING 2017-01-01 12:36:37 +00:00
qtlclintfh.inc Qt5: implemented TQtWidgetSet.ExtUTF8Out() and ETO_RTLREADING 2017-01-01 12:36:37 +00:00
qtobject.inc LCL: Add capability lcTransparentWindow for GTK2. Formatting. 2017-09-26 11:28:00 +00:00
qtobjects.pas
qtpagecontrol.inc Qt5: implemented tabsize 2017-02-01 09:27:30 +00:00
qtprivate.pp LCL-QT5: Copy an important fix / optimization (r53375) from LCL-QT4. Issue #30929. 2017-02-09 09:48:32 +00:00
qtproc.pp
qtsystemtrayicon.pas
qtthemes.pas Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled. 2017-06-04 15:14:29 +00:00
qtwidgets.pas Qt5: TQtGroupBox does not need offset as in Qt4, since Qt5 provides correct coordinates. issue #32186 2017-09-03 17:50:53 +00:00
qtwinapi.inc Qt, Qt5: check if handle is valid inside various routines, fixes some sparta ide crashes. 2017-09-02 18:13:58 +00:00
qtwinapih.inc Qt5: implemented InitStockFont. part of issue #32354 2017-08-30 09:29:17 +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 Qt, Qt5: fixed ItemShow - scroll to item. issue #32078 2017-07-21 09:08:43 +00:00
qtwscontrols.pp LCL: Use a helper function for testing fontname 'default'. Issue #31940, patch from AlexeyT. 2017-06-03 18:56:34 +00:00
qtwsdesigner.pp
qtwsdialogs.pp Qt5: fixed build with QT_NATIVE_DIALOGS define. 2017-05-22 09:43:59 +00:00
qtwsextctrls.pp
qtwsextdlgs.pp
qtwsfactory.pas
qtwsforms.pp Qt,Qt5: implemented ScrollBy for TWSCustomFrame 2017-09-06 14:12:09 +00:00
qtwsgrids.pp
qtwsimglist.pp
qtwsmenus.pp Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled. 2017-06-04 15:14:29 +00:00
qtwspairsplitter.pp
qtwsspin.pp
qtwsstdctrls.pp lcl: combo box: add new styles csOwnerDrawEditableFixed and csOwnerDrawEditableVariable as replacement for the old ReadOnly property [Qt fix] 2017-06-05 19:30:35 +00:00
qtx11.inc Qt5: do not use x11 timestamp workaround as qt4 uses. Qt5 uses libxcb which handles timestamps well. 2017-04-30 09:22:26 +00:00
README.txt

These are the sources of the LCL qt5 interface.
They only work with qt5 >= 5.6.0 or superior.

To use them you also need to download and install
at appropriate place the libQt5Pas.so (linux)
or Qt5Pas.dll (ms windows) or Qt5Pas.framework (Darwin).

For more information see:
http://wiki.lazarus.freepascal.org/index.php/Qt_Interface