index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick
/
doc
/
snippets
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support Flexbox layout in Qt Quick
Santhosh Kumar
14 days
1
-0
/
+47
*
doc: Make transform snippets runnable
Shawn Rutledge
2025-04-02
2
-5
/
+18
*
Doc: Modernize some model/view/delegate snippets
Ulf Hermann
2025-03-13
3
-13
/
+38
*
PathRectangle: add bevel properties
Mitch Curtis
2025-03-04
2
-0
/
+70
*
Doc: Add example to QML IntValidator and DoubleValidator
Dheerendra Purohit
2025-02-24
2
-0
/
+34
*
Make SafeArea.additionalMargins actually add to the margins, not union
Tor Arne Vestbø
2025-01-18
1
-1
/
+2
*
TreeViewDelegate: hasChildren should be bool, not int
Richard Moe Gustavsen
2025-01-09
1
-1
/
+1
*
Doc: Add WheelHandler code snippets; override properties and signals
Shawn Rutledge
2024-12-04
2
-0
/
+35
*
Doc: add "Hiding Delegates" section to ListView's docs
Mitch Curtis
2024-11-28
1
-0
/
+27
*
Doc: add "Avoid Storing State in Delegates" section to ListView's docs
Mitch Curtis
2024-11-28
2
-0
/
+46
*
Add SafeArea attached property
Tor Arne Vestbø
2024-11-28
3
-0
/
+106
*
Modify the Listview snippet to fix Unqualified access warnings
Mate Barany
2024-11-18
1
-2
/
+7
*
Modify snippet so the screenshot looks accurate
Mate Barany
2024-11-08
1
-1
/
+1
*
Doc: Remove QML versioning from TableView code snippets
Kai Köhne
2024-08-21
2
-2
/
+1
*
Doc: Update Rectangle gradient code example; improve runnability
Andreas Eliasson
2024-07-04
1
-13
/
+21
*
Doc: Override DragHandler.accepted* and margin
Shawn Rutledge
2024-06-20
2
-0
/
+148
*
Docs: Clarify the snippet about Editing Cells in a TableView
Alexei Cazacov
2024-06-17
1
-1
/
+1
*
Doc: Add snippet for DragHandler.acceptedButtons
Shawn Rutledge
2024-06-13
1
-0
/
+81
*
Doc: fix snippet markers in pinchHandler snippet
Volker Hilsheimer
2024-06-11
1
-2
/
+3
*
Improve QQuickRhiItem introduction docs
Laszlo Agocs
2024-06-11
2
-0
/
+25
*
Improve font documentation
Mitch Curtis
2024-05-23
1
-0
/
+22
*
Doc: explain that Window doesn't apply palette.window automatically
Mitch Curtis
2024-05-20
1
-0
/
+2
*
Correct doc snippet license
Lucie Gérard
2024-03-22
15
-15
/
+15
*
Add TextDocument.errorString property
Shawn Rutledge
2024-02-27
1
-5
/
+2
*
Add imageSourceSize property to QQuickDrag
Wang Zichong
2024-02-24
2
-0
/
+54
*
Accept mouse or touchpad in snippets with acceptedDevices
Shawn Rutledge
2024-02-21
1
-1
/
+1
*
Replace TextEdit.textDocument.error signal with status property
Shawn Rutledge
2024-01-23
3
-0
/
+180
*
Remove qml locale and dynamicscene examples
Lucie Gérard
2023-11-28
1
-0
/
+13
*
TreeView: document how to implement expanding indicators
Richard Moe Gustavsen
2023-11-27
1
-18
/
+51
*
doc: Set Drag.imageSource before Drag.active to avoid race condition
Shawn Rutledge
2023-11-21
1
-2
/
+4
*
QtQml: Document QML_ADDED_IN_VERSION and QML_REMOVED_IN_VERSION
Ulf Hermann
2023-10-16
1
-1
/
+1
*
doc: Move qmllint and qmlls docs out of qtquick folder
Semih Yavuz
2023-10-12
1
-19
/
+0
*
Doc: Fix unqualified access in PathView example
Sze Howe Koh
2023-09-13
1
-2
/
+7
*
Add QQuickRhiItem
Laszlo Agocs
2023-08-14
1
-0
/
+147
*
internal doc: Start "QQ Pointer event delivery" with single-drag case
Shawn Rutledge
2023-07-12
1
-0
/
+54
*
Doc: Don't use versioned Qt imports in QML snippets
Kai Köhne
2023-06-30
162
-171
/
+171
*
Add page for responsive layouts to documentation
Matthias Rauter
2023-06-16
2
-0
/
+77
*
Introduction of LayoutItemProxy
Jan Arve Sæther
2023-06-02
1
-0
/
+62
*
doc: Add Window.visibility property snippet; link to Window example
Shawn Rutledge
2023-05-20
1
-0
/
+29
*
doc: Use part of window example for Window.flags property snippet
Shawn Rutledge
2023-05-16
2
-0
/
+57
*
doc: Make Window snippets testable; remove import versions
Shawn Rutledge
2023-05-17
2
-0
/
+33
*
doc: Clarify usage of palette; testable snippets
Shawn Rutledge
2023-05-17
1
-0
/
+38
*
Doc: make grabToImage example snippet more useful
Volker Hilsheimer
2023-05-09
1
-2
/
+3
*
Use correct names for QEventPoint::State, PointerDevice::GrabTransition
Shawn Rutledge
2023-04-14
1
-0
/
+46
*
doc: Improve BorderImage; make snippets scaleable, detailed; screenshots
Shawn Rutledge
2023-03-28
6
-35
/
+406
*
QQuickTableView: fix minor documentation issues
Richard Moe Gustavsen
2023-03-22
1
-2
/
+2
*
Doc: Update documentation on model/view/delegates
Ulf Hermann
2023-03-21
4
-8
/
+23
*
doc: Customize and update docs for PointHandler
Shawn Rutledge
2023-03-14
5
-2
/
+150
*
doc: Add snippets and animations illustrating TapHandler.GesturePolicy
Shawn Rutledge
2023-03-02
4
-0
/
+225
*
Doc: Add snippet to demonstrate keyboard navigation
Andreas Eliasson
2023-01-30
1
-0
/
+71
[next]