qt5base-lts/src
David Faure 739611221c Add QHeaderView::setFirstSectionMovable(), useful for flat treeviews
QTreeView makes columns movable except for the first one
(since Qt 5.0, see commit e0fc088c0c). This is indeed best
for actual trees, but not when using QTreeView as a flat
multi-column list (with no "root decoration"). Then it should
be possible to move the first column.

[ChangeLog][QtWidgets][QHeaderView] Flat treeviews can now allow
the user to move the first column (like in Qt 4.x) using the new
method QHeaderView::setFirstSectionMovable().

Change-Id: I6b5025e40850bf5c4c373124ee81f657f3f09d29
Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com>
2018-01-02 09:31:11 +00:00
..
3rdparty Update bundled HarfBuzz-NG copy to 1.7.4 2017-12-30 15:17:28 +00:00
android Merge remote-tracking branch 'origin/5.10' into dev 2017-11-30 09:16:58 +01:00
angle ANGLE: Fix compilation with MinGW 2017-10-16 15:47:03 +00:00
concurrent Make QT_NO_FUTURE a feature 2017-12-19 09:17:06 +00:00
corelib Remove use of QRegExp from QSharedMemory 2017-12-30 23:34:00 +00:00
dbus doc: update dbus sources for clangqdoc 2017-12-08 17:38:06 +00:00
gui Bump the minimum required version for harfbuzz to 1.6.0 2017-12-30 15:17:32 +00:00
network QNetworkInterface: fix warning of unused function 2017-12-29 13:57:18 +00:00
opengl doc: clangqdoc must always see GL typedefs 2017-12-08 17:37:54 +00:00
openglextensions Replace Q_DECL_FINAL with final 2017-09-22 07:30:01 +00:00
platformheaders
platformsupport macOS: remove existing color-profile handling code 2017-12-15 12:41:05 +00:00
plugins DB2: Pass on the native error codes to QSqlError 2018-01-02 08:51:06 +00:00
printsupport CUPS: Refactor the code a bit 2017-12-27 16:46:38 +00:00
sql DB2: Pass on the native error codes to QSqlError 2018-01-02 08:51:06 +00:00
testlib doc: fix signatures and missing module headers 2017-12-14 13:37:51 +00:00
tools Merge remote-tracking branch 'origin/5.10' into dev 2017-11-23 09:36:03 +01:00
widgets Add QHeaderView::setFirstSectionMovable(), useful for flat treeviews 2018-01-02 09:31:11 +00:00
winmain Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
xml Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
src.pro