--- /srv/rebuilderd/tmp/rebuilderdunu2JA/inputs/qtdeclarative5-doc-html_5.15.17+dfsg-3_all.deb +++ /srv/rebuilderd/tmp/rebuilderdunu2JA/out/qtdeclarative5-doc-html_5.15.17+dfsg-3_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-09-29 20:29:03.000000 debian-binary │ -rw-r--r-- 0 0 0 28444 2025-09-29 20:29:03.000000 control.tar.xz │ --rw-r--r-- 0 0 0 8771948 2025-09-29 20:29:03.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 8771924 2025-09-29 20:29:03.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./control │ │ │ @@ -1,13 +1,13 @@ │ │ │ Package: qtdeclarative5-doc-html │ │ │ Source: qtdeclarative-opensource-src │ │ │ Version: 5.15.17+dfsg-3 │ │ │ Architecture: all │ │ │ Maintainer: Debian Qt/KDE Maintainers │ │ │ -Installed-Size: 40707 │ │ │ +Installed-Size: 40706 │ │ │ Section: doc │ │ │ Priority: optional │ │ │ Homepage: https://doc.qt.io/qt-5/qmlapplications.html │ │ │ Description: Qt 5 declarative HTML documentation │ │ │ Qt is a cross-platform C++ application framework. Qt's primary feature │ │ │ is its rich set of widgets that provide standard GUI functionality. │ │ │ . │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -1147,15 +1147,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 2786 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-models-abstractitemmodel-example.html │ │ │ -rw-r--r-- 0 root (0) root (0) 2802 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-models-objectlistmodel-example.html │ │ │ -rw-r--r-- 0 root (0) root (0) 2746 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-models-stringlistmodel-example.html │ │ │ -rw-r--r-- 0 root (0) root (0) 35426 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-modelviewsdata-cppmodels.html │ │ │ -rw-r--r-- 0 root (0) root (0) 47160 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-modelviewsdata-modelview.html │ │ │ -rw-r--r-- 0 root (0) root (0) 3721 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-modelviewsdata-topic.html │ │ │ -rw-r--r-- 0 root (0) root (0) 14131 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-module.html │ │ │ --rw-r--r-- 0 root (0) root (0) 5220 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-mousearea-example.html │ │ │ +-rw-r--r-- 0 root (0) root (0) 4662 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-mousearea-example.html │ │ │ -rw-r--r-- 0 root (0) root (0) 26734 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-particles-affectors-example.html │ │ │ -rw-r--r-- 0 root (0) root (0) 6839 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-particles-customparticle-example.html │ │ │ -rw-r--r-- 0 root (0) root (0) 16353 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-particles-emitters-example.html │ │ │ -rw-r--r-- 0 root (0) root (0) 9305 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-particles-imageparticle-example.html │ │ │ -rw-r--r-- 0 root (0) root (0) 3971 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-particles-performance.html │ │ │ -rw-r--r-- 0 root (0) root (0) 9131 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-particles-qmlmodule.html │ │ │ -rw-r--r-- 0 root (0) root (0) 14513 2025-09-29 20:29:03.000000 ./usr/share/qt5/doc/qtquick/qtquick-particles-system-example.html │ │ ├── ./usr/share/qt5/doc/qtquick/qtquick-mousearea-example.html │ │ │ @@ -62,20 +62,20 @@ │ │ │
│ │ │   onPressAndHold: btn.text = 'Press and hold'
│ │ │   onClicked: (mouse) => { btn.text = 'Clicked (wasHeld=' + mouse.wasHeld + ')' }
│ │ │   onDoubleClicked: btn.text = 'Double clicked'
│ │ │  
│ │ │

MouseArea can also be used to drag items around. By setting the parameters of the drag property, the target item will be dragged around if the user starts to drag within the mouse area boundary.

│ │ │
│ │ │ - drag.target: blueSquare
│ │ │ - drag.axis: Drag.XAndYAxis
│ │ │ - drag.minimumX: 0
│ │ │ - drag.maximumX: box.width - parent.width
│ │ │ - drag.minimumY: 0
│ │ │ - drag.maximumY: box.height - parent.width
│ │ │ + drag.target: blueSquare
│ │ │ + drag.axis: Drag.XAndYAxis
│ │ │ + drag.minimumX: 0
│ │ │ + drag.maximumX: box.width - parent.width
│ │ │ + drag.minimumY: 0
│ │ │ + drag.maximumY: box.height - parent.width
│ │ │  
│ │ │

Example project @ code.qt.io

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │