lazarus/lcl/interfaces/qt5
2017-07-21 11:25:10 +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 qt,qt5: do not eat cpu with gtk theme. issue #31191 2017-04-09 09:47:38 +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 Qt, Qt5: fixed ItemShow - scroll to item. issue #32078 2017-07-21 09:08:43 +00:00
qtwinapi.inc Qt5: use QScreen_grabWindow() instead of QPixmap_grabWindow(). part of issue #32141 2017-07-21 11:25:10 +00:00
qtwinapih.inc
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: do not process events after modal form is hidden, otherwise we can have av if formclose contain caFree. 2017-04-09 08:53:11 +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