Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libqt5-qtdeclarative-examples-5.15.13+kde30-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libqt5-qtdeclarative-examples Distribution: openSUSE Tumbleweed
Version: 5.15.13+kde30 Vendor: openSUSE
Release: 1.1 Build date: Tue Mar 19 10:55:44 2024
Group: Development/Libraries/X11 Build host: reproducible
Size: 25109434 Source RPM: libqt5-qtdeclarative-5.15.13+kde30-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.qt.io
Summary: Qt5 quick/qml examples
Examples for libqt5-qtdeclarative (quick/qml) modules.

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Mar 19 2024 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.13+kde30, rebased upstream:
    * masm: Don't crash on failed MADV_DONTNEED on Linux
    * Revert "Fix "white line on top and left side of screen" issue"
    * Doc: Mention QDS and UI files in Best Practices
    * Revert "Add listing of the components and scripts that belongs to the qml module"
    * Revert "Trim file names before adding them to qml components and scripts"
    * Fix "white line on top and left side of screen" issue
    * StateMachine: Don't crash if no signal is passed to SignalTransition
    * QJSEngine: Fix potential JS stack overflow cauased by spread operator
    * Test262Runner: fix -Wunused-but-set-variable
    * Fix Shape stroke color when changing alpha from 0 to non-0
    * QQmlPropertyCache: don't depend on locale for toupper
    * Bump version to 5.15.13
    * Fix missing glyphs when using NativeRendering
    * Revert "Blacklist 1 tests in tst_qquickflickable on macos"
* Fri Dec 29 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.12+kde31, rebased upstream:
    * QML: Fortify qmlExecuteDeferred some more
    * QV4: Avoid memory corruption in Reflect.apply
    * Blacklist 1 tests in tst_qquickanimations on macos
    * doc: Add note to PinchHandler.translation property about macOS trackpad
    * Revert "masm: Treat Android as generic Posix regarding mmap and friends"
    * QML: Check for stack overflows when creating objects
    * Fix wrong item-sizeHint-cache when StackLayout children were reordered
    * Doc: Add missing QQuickWindow constructor
    * Handle missing stops gracefully in Shape gradients
    * Do not crash if madvise() fails on MADV_WILLNEED
    * Blacklist 1 tests in tst_qquickbehaviors on macos
    * Avoid double applyDelegateChange in QQIV::setDelegate
    * QSGGeometry: add Q_DISABLE_COPY_MOVE
    * Qml: Don't crash on bad grouped properties
    * Fix TypeError in dynamicview1 example
    * Fix broken Text rendering when noantialiased NativeRendering is used
    * Trim file names before adding them to qml components and scripts
    * masm: Treat Android as generic Posix regarding mmap and friends
    * Bump version to 5.15.12
    * Move StackLayout tests from qtquickcontrols.git (5.15)
* Fri Oct 06 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.11+kde30, rebased upstream:
    * Flickable: prevent fixup() from being called while dragging
    * Adjust baselineOffset correctly when fontSizeMode == HorizontalFit
    * QQmlVMEMetaObjectEndpoint: ensure property cache before accessing it
    * Text: Re-layout the text when a alignment is set and the height grows
    * Blacklist 1 tests in tst_qquickflickable on macos
    * Fix fractional scaling of text in Qt Quick
    * qqmlprivate.h: make static constexpr members c++11 compliant
    * V4: Account for the guard pages when allocating stack space
    * Blacklist 1 tests in tst_QQuickLoader on ubuntu-20.04
    * Flickable: let changing contentItem pos also affect the drag starting pos
    * Blacklist 1 tests in tst_QParallelAnimationGroupJob on macos
    * StackLayout: Do not set size of children to (-1, -1)
    * V4: Mark InternalClass parents when running GC
    * A11Y: Send Scrolling Events when Flickable moves
    * doc: Add missing PointerHandler.CanTakeOverFromItems enum value
    * Qml: Don't crash on nested group properties with aliases
    * QV4::CompiledData: fix GCC 12 -Werror=uninitialized errors
    * QQuickText/Edit: fix C++20 -Wdeprecated-enum-enum-conversion warnings
    * Android: Fix crash on tap handler with a S-Pen
    * masm: fix -Wdeprecated-enum-enum-conversion
    * Add listing of the components and scripts that belongs to the qml module
    * QML: Port QV4::CompiledData::RegExp to new special integer bitfield
    * QML: Port QV4::CompiledData::JSClassMember to new special integer bitfield
    * QML: Port QV4::CompiledData::Object to new special integer bitfield
    * QML: Port icutils::Node to new special integer bitfield
    * QML: Port QV4::CompiledData::Lookup to new special integer bitfield
    * QML: Port QV4::CompiledData::Binding to new special integer bitfield
    * QML: Port QV4::CompiledData::Property to new special integer bitfield
    * QML: Port QV4::CompiledData::Alias to new special integer bitfield
    * QML: Port QV4::CompiledData::ParameterType to new special integer bitfield
    * QML: Port QV4::CompiledData::Location to new special integer bitfield
    * Fix Qt build with Python being in path with spaces
    * Quick test lib: Account for DPR when grabbing sub-image
    * qqw: Invalidate and reinitialize the scenegraph correctly
    * Fix rendernode example wrt stacking
    * Stop using the same buffer for vertex and index data
    * Fix race condition on QQmlEnginePrivate::qml_debugging_enabled
    * qqmlimport.cpp: remove unused qreadwritelock.h
    * QQmlDebug: reliably print the debugger warning
    * QQmlListCompositor: suppress GCC 12 -Warray-bounds warnings
    * Doc: QQuickTextInput: Mark all readonly properties as such
    * MouseArea: don't override preventStealing on mouse release
    * MultiPointTouchArea: remap touchpoint positions when filtering
  - Commits dropped by the rebase:
    * Revert "Fix missing glyphs when using NativeRendering"
    * Fix missing glyphs when using NativeRendering
* Thu Sep 28 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.10+kde31:
    * QML: Make notify list thread safe
    * QtQml: Clean up QQmlData ctor
    * QRecyclePool: fix potential UB
    * QQmlJs::MemoryPool: fix potential UB (pointer overflow)
    * JIT: Add missing {STORE|LOAD}_ACC() to CreateCallContext
  - Drop patches, now upstream:
    * 0001-JIT-Add-missing-STORE-LOAD-_ACC-to-CreateCallContext.patch
* Tue Jun 13 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.10+kde26, rebased upstream:
    * Fix tst_QQuickText::fontSizeMode
    * (manual) includemocs
    * Text: don't fall back to full-width layout if availableWidth == 0
    * MPTA: don't allow more than one touchpoint to react to mouse
    * QML/JS: Reject yield expression not directly in generator functions
    * Modify m_compareRegister bitfield
    * Add a TU for QQmlDebugServer
    * QmlModels: includemocs
    * Add a TU for QQmlProfilerEventReceiver
    * Quick: includemocs
    * QSGRhiShaderEffectNode: remove unused m_rc member
    * QQmlPreviewServiceFactoryPlugin: includemocs
    * Qml: includemocs
    * QuickTest: includemocs
    * PinchArea: ignore ZoomNativeGesture and RotateNativeGesture if told to
    * Docs: Document textInput.acceptableInput as read only
    * QQmlTableModelColumn: remove unused field mIndex
    * MouseArea: don't get stuck in doubleClick if handler caused ungrab
    * Avoid -Wclass-memaccess warning
    * QmlDebugPrivate: includemocs
    * QmlModels: includemocs
    * QQmlInspectorServiceFactoryPlugin: includemocs
    * QQmlDebuggerServiceFactoryPlugin: includemocs
    * QQmlProfilerServiceFactoryPlugin: includemocs
    * QQmlNativeDebugServiceFactoryPlugin: includemocs
    * QuickShapesPrivate: includemocs
    * QtPacketProtocolPrivate: includemocs
    * QDebugMessageServiceFactoryPlugin: includemocs
    * QQuickProfilerAdapterFactoryPlugin: includemocs
    * Build fixes for GCC 11
    * doc: Fix inherited property docs in HoverHandler
    * tst_qqmllistcompositor: fix -Wdeprecated-enum-enum-conversion
    * Set depth mask correctly for clear
    * Doc: Improve cursorPosition description in TextInput and TextEdit docs
    * Fix blacklisting string for Ubuntu 20.04 in qquickmultipointtoucharea
    * V4 ArrayIterator: Protect retrieved value from GC
    * QML: Protect against EAGAIN when calling madvise on linux
    * QQuickLoader: Check for QQmlEngine before using it
* Wed May 24 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.9+kde26:
    * qml tool: Use QCommandLineParser::process() rather than parse()
  - Add patch to fix crash on aarch64 (boo#1211628, QTBUG-111935):
    * 0001-JIT-Add-missing-STORE-LOAD-_ACC-to-CreateCallContext.patch
* Thu May 11 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 5.15.9+kde25:
    * Accessibility: respect value in attached Accessible in controls
    * Revert "QQuickItem: Fix effective visibility for items without parent"
      (boo#1210980)
* Fri Apr 21 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.8+kde67, rebased upstream:
    * QQuickItem: Fix effective visibility for items without parent
    * Prevent crash when destroying asynchronous Loader
    * Quick Animations: Fix crash
    * qv4function: Fix crash due to reference being invalidated
    * Models: Avoid crashes when deleting cache items
    * QQuickState::when: handle QJSValue properties correctly
    * QQmlImportDatabase: Make sure the newly added import path be first
    * Revert "Fix missing glyphs when using NativeRendering"
    * Fix missing glyphs when using NativeRendering
    * Update the window cursor on mouse release
    * Blacklist: test cases blacklisted in tst_QQuickListView:
    * Blacklist: test cases blacklisted in tst_QQuickMultiPointTouchArea:
    * Fix crash with NativeRendering on RHI
    * A11Y: make QQuickText focusable for A11Y
    * QQuickWindow: improve docs for activeFocusItem
    * Doc: add example snippets for containmentMask
    * Fix typo in qquickdroparea/BLACKLIST for Ubuntu-20.04
    * QQmlAdaptorModel: Do not use reparenting for lifetime managemment
    * Correctly handle QQuickState::when
    * CMake: Fix handling of empty qrc files with qtquickcompiler
    * CMake: Skip qtquickcompiler cmake test on macOS ARM
    * Fix indices alignment problem
    * Fix indentation in positioners example
    * doc: Fix QQuickItem point/rect mapping methods signatures
    * Instantiator: Do not load items when inactive
    * Doc: Fix QtQuick::Loader::item type
    * Doc: fix incorrect type name on focus page
    * icutils::Node: GCC 11 -Werror=maybe-uninitialized w/-fsanitize=undefined
    * tst_qquickimageprovider: fix some memleaks
    * Fix incorrect behavior after displace transition
    * Fix edge cases in arcTo
    * Don't blacklist tst_QQuickFramebufferObject::everything on b2qt
    * Use tree hash rather than commit hash in .tag file
    * Adjust default max call depth for QNX
    * Blacklist containsDrag_internal on Ubuntu 20.04
    * QQmlLoggingCategory: Avoid unnecessary warnings from setters
    * Blacklist flakey tst_QPauseAnimationJob::multipleSequentialGroups on macOS
    * Assert that QQmlDelegateModel's count can't be less than zero
    * qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerr
    * Treat unknown tablet device as stylus and create QTabletEvent
    * GridView: Set content position when changing cell size
    * QQuickItemViewTransitionAttached: Avoid dangling pointers
    * Bound animatorjob value to the given range
  - Commits dropped by the rebase:
    * Document that StyledText also supports &nbsp; and &quot;
* Thu Mar 02 2023 Fabian Vogt <fvogt@suse.com>
  - Drop the mechanism for supporting systems without SSE2. glibc removed
    support for looking up libraries in sse2/ subdirectories and libQt5Qml5
    without SSE2 crashes Plasma (boo#1208188):
    * sse2_nojit.patch
* Mon Jan 09 2023 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.8+kde22, rebased upstream:
    * Qml: Don't crash when as-casting to type with errors
    * Do not copy lookups
    * deliverSinglePointEventUntilAccepted(): skip items that aren't shown
    * V4 Lookup: Do not leak property caches
    * Fix glitches in big AnimatedSprite animations
    * HoverHandler: allow cursorShape binding before parentItem is set
    * QtTest: use delay properly in mouseWheel()
    * Set OpenGL state after invoking custom rendering
    * Ensure that HoverHandler isn't hovered after HoverLeave to parent item
    * Fix missing glyphs when changing distance field parameters
    * Document that the vendorext property is deprecated
    * tst_qqmlbinding: Avoid event loop flakyness on Ubuntu 20.04
    * Unset the QQmlAnimationTimer pointer from unregistered jobs
    * Reset the timer of all controlled animations upon timer destruction
    * Don't create an animation timer when destroying the animation job
    * Disable JIT for arm64 when doing macOS universal builds
    * Blacklist and fix failing tests on ARM macOS
    * qmake/vcxproj: Fix qmltypes files being displayed at project root
    * Use resize instead of shrink when clearing upload pools
    * Handle function as default arguments in toplevel functions
    * Do not crash on self-assignment of QQmlProperty
    * Do not resolve containing types of inline components too early
    * sg: Drop internal pool allocs upon QQuickWindow::releaseResources
    * Fix distorted subpixel text for non-RHI code path
    * QQuickTextInput: fix cursor positioning for QInputMethodEvent
  - Commits dropped by the rebase:
    * Fix Flickable with QTBUG-56075 patch applied
  - Update qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch with contents from
    https://invent.kde.org/qt/qt/qtdeclarative/-/merge_requests/32
* Thu Dec 15 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.7+kde25:
    * Make QaccessibleQuickWidget private API
    * a11y: track item enabled state
    * QQuickItem: avoid emitting signals during destruction
    * Send ObjectShow event for visible components after initialized
    * Implement accessibility for QQuickWidget
    * Fix build after 95290f66b806a307b8da1f72f8fc2c69801933d0
    * Don't convert QByteArray in `startDrag`
* Thu Nov 03 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.7+kde18, rebased upstream:
    * Revert "Fix ListView.isCurrentItem when used with DelegateModel"
    * Stop using QHash::unite() in storage model manual test
    * SaveableUnitPointer::saveToDisk restores flags incorrectly at cleanup
    * Document that clearComponentCache() does not clear existing objects
    * Doc: Replace return `0` with nullptr
    * Doc: Fix QtQuick::Keys::forwardTo generic list type
    * Doc: QQmlContext: make it more readable
    * Fix ListView.isCurrentItem when used with DelegateModel
    * Fix documentation on JavaScript imports
    * doc: Remove bogus PinchHandler.minimumTouchPoints prop; improve actual
    * tst_grabImage: Fix the cases were visually comparing invisible items
    * Reinitialize shader data structure when effect changes
    * Doc: mention that clipping can affect performance and link to page
    * Ensure init of m_current_projection_matrix in single-clipped-item scene
    * Canvas: Add a means to override the DPR used via an environment variable
    * Fix regression in ListView/Flickable event delivery
    * qquicktextinput: Clear pre-edit text after input method reset
  - Rebase qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch
* Mon Sep 26 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.6+kde20, rebased upstream:
    * Reset currentChanges if currentChanges is active when refilling listView
    * QmlPreview: Protect QQmlPreviewFileLoader::load with another mutex
    * Use QDateTime to get offsets for emscripten (wasm)
    * Doc: fix AnchorChanges typo
    * Avoid crash for deep aliases
    * doc: Improve the Input Handlers index page
    * DropArea: Tell qdoc that DropArea indeed inherits Item
    * QV4::Heap::GeneratorObject: remove unused member
    * Sync shadereffect materialType cleanup between renderloops
    * Avoid infinite loop in designer support
    * Pass the focus reason through to the control on mouse press
    * Update QQuickImage's DPR if re-loading the image didn't
    * Doc: Document matrix4x4 transformation functions
    * Add tests of matrix4x4 transformation functions
    * Handle QScreen::physicalDotsPerInchChanged changes for the initial screen
    * Don't let PointerHandler steal mouse grab from keepMouseGrab layer
    * Emit grabChanged() from DragHandler and PinchHandler
    * Resolve data race on QQmlPropertyCache's arguments object
    * Resolve data race in QQmlPropertyData in a minimally invasive way
    * Register the QML builtin sequence metatypes only once
    * doc: Improve QQuickItem::containmentMask() docs
    * When setting the line dash to be an empty array reset the style to Solid
    * Fix QtQtuickImage docs: correct properties' signatures
    * crash fix - avoid wrong gcc optimization
    * Fix warnings
    * doc: Use DragHandler rather than MouseArea in the externaldrag snippet
    * Ensure model is in context if required properties are not used
    * QQuickItem::forceActiveFocus(): actually force active focus
    * a11y: make links have pressAction first
    * Set a11y role for QQuickTextInput to EditableText
* Mon Jun 27 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.5+kde19, rebased upstream:
    * Fix Flickable with QTBUG-56075 patch applied
    * Fix Flickable wheel velocity calculation
    * QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the same array)
    * QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncation
    * QQuickItem: Guard against cycles in nextPrevItemInTabFocusChain
    * Make sure QQuickWidget and its offscreen window's screens are always in sync
    * V4: Do not call dtor of an object we continue to use
    * doc: Improve QQuickItem::ItemChangeData docs
    * Remove tst_pixel
    * docs: Clarify EventPoint properties
    * Consistent naming for (to|from)Is(Defined|Sourced) in animations
    * Map window coordinates to the same coordinate system as the QPointerEvent point
    * Doc: Fix the Shapes table to reflect reality
    * Doc: Clarify preconditions for using QML_ELEMENT et al
    * Do full overlap checks within the alpha render list when rebuilding
    * MASM: Put pageSize into an inline namespace
    * TextEdit: update all glyphnodes on QTD::contentsChanged() signal
    * qquicktableview: upon forceLayout(), check for visible rows/columns at the origin
    * V4 Debugger: Collect locals also from block scopes
    * Make PinchArea translate correctly inside a rotated parent
    * Avoid stale QSGTexture pointer accesses
    * V4 debugger: Properly count break points
    * Fix build with GCC 11: include <limits>
    * Document QQmlComponent::createWithInitialProperties() error handling
    * QQmlComponentPrivate::setInitialProperty: improve error message
    * Remove extra colon
    * Fix warning and assert when removing items from groups
    * Document that QML_SINGLETON only works with QObjects
    * qqmlirbuilder: Fix treating parser warnings as errros
    * Prevent infinite recursion in QQuickItemPrivate::itemToWindowTransform
    * Avoid crash when accessing an empty QTextLine
    * doc: fix up QQuickItem::contains() docs
    * QQuickTextInput: update cursor rectangle after padding changed
    * Assert that pointer is non-null
    * qqmlapplicationengine: Handle errors during component creation
    * Do not batch lines with > 1 width in alpha pass
    * Don't crash when trying to invoke non-existing string converter
    * Fix incorrect depth test state with QSGRenderNode::DepthAwareRendering
    * Do not auto-clean components with live inline components
    * QuickTest: Do not recurse forever on inline components in enumerateTestCases
    * DelegateModelGroup: Fix bug where item could be removed from the model
    * Remove unnecessary forward declaration
    * QQuickTableView: always update content size when rebuilding small tables
    * Do less work when there are no active ImageParticle particles
    * Revert "Update commercial license headers"
    * QQuickTableView: forceLayout() should work, even when no items are loaded
    * Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects"
    * Ensure that the case of the path will match then QUrl for a UNC path
    * Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects
    * MouseArea: fix containsMouse behavior during visibility changes
    * QQuickTextControl: commit pre-edit after key press
    * qv4generatorobject: Fix crash when creating new properties
    * QQmlIncubator: handle clear inside setinitialState
    * Fix release-only windows builds
    * Fix lookup of existing inline components by name
    * qquicktextinput: Fix validation for IM event
    * docs: Fix documentation of the Locale numberOptions property
    * QQmlPropertyPrivate::signalExpression: handle object being null
    * qquicktextinput: Fix Undo history for IM event
    * QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop reference
    * qmlplugindump: Fix overload ambiguity
    * QV4 Engine: Remove MSVC special casing
    * QQuickTextEdit: ensure we update after changing padding
    * QQuickItemParticle give() method kill particle
    * QSequentialAnimationGroupJob: Protect against self-deletion
    * Change QQuickShortcut::setSequences to bind to all sequences
    * qquicktextinput: ensure we update IM when cursor changes position
    * QQuickListView: Add autotest so that animated delegate does not crash
    * QQmlIRLoader: Actually load RequiredPropertyExtraData
    * Doc: Fix broken QDoc markup
    * Update commercial license headers
    * QQmlProperty: Guard QQmlContextData with QQmlGuardedContextData
    * ListModel: Fix move handling in sync
    * tst_EcmaScriptTests: Raise timeout
    * QuickLayouts: fix crash when layout width depends on parent width
    * export QAcccessibleQuickItem
    * QAnimationGroupJob: Don't call virtual functions from dtor
    * Fix QQuickShortcut::setContext so re-grab all shortcuts
    * Revert "Set the stencil buffer zone" and "Add clipNext null pointer guard"
    * Fix Text with ElideRight not being rendered when width goes from 0 to >0
    * Cache static compilation units
    * Regenerate Shape fill geometry when alpha changes to non-zero
    * Remove QQmlCleanup from QQmlScriptData
    * Add Lancelot tests for both types of clipping
    * masm: Add error handling for failed mprotect()
    * QQuickLoader: prevent clearing initial properties after active = true
    * Correct #if-ery in QML locale's time-zone update test
    * Doc: mention that Item's childrenRect property is local to the item
  - Commits dropped by the rebase:
    * Add missing limits include to fix build with GCC 11
  - Drop 0001-Revert-Bump-version.patch, it's versioned correctly now
  - Rebase qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch
* Wed Apr 06 2022 Antonio Larrosa <alarrosa@suse.com>
  - Increase the disk constraint to 6GB since the SLE build use
    5.5GB already (boo#1197992)
* Fri Jan 21 2022 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.2+kde43:
    * QQmlJs::FixedPoolArray: fix UB (precondition violation) in allocate()
    * Fix crash during model reset
    * QQuickWindow: don't leak old screenChanged connections
    * qqmldelegatemodel: Fix out of bounds cache removal
    * QQuickItemAnimation: close potential memory leak
* Thu Oct 28 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.2+kde36:
    * Do not revert properties of deleted objects
    * Revert "Fix for possible crash in QSGDefaultLayer::grab"
    * Fix distorted text with subpixel matrix translation
    * Fix sweep step for tainted QObject JavaScript wrappers
    * QQmlDelegateModel: Refresh the view when a column is added at 0
    * QQuickLoader: Do not incubate if the source arrives after setActive(false)
    * Include <limits> in Yarr.h to fix build with GCC 11
* Wed Jun 23 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.2+kde29:
    * Remove unused QPointer<QQuickPointerMask>
* Mon Jun 21 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Switch to KDE's maintenance branch
  - Update to version 5.15.2+kde28:
    * Support &apos; in styled text
    * Document that StyledText also supports &nbsp; and &quot;
    * Add missing limits include to fix build with GCC 11
    * Give a warning when StyledText encounters a non supported entity
    * doc: explain QQItem event delivery, handlers, setAcceptTouchEvents()
    * JIT: When making memory writable, include the exception handler
    * Fix IC properties in same file
    * QML: Fix proxy iteration
    * DesignerSupport: Don't skip already inspected objects
    * Show a tableview even if the syncView has an empty model
    * qqmlistmodel: Fix crash when modelCache is null
    * Use load(qt_tool) for qmltime
    * qv4qmlcontext: Fix bounded signal expressions when debugging
    * qmltypes.prf: Take abi into account for *_metatypes.json file names
    * Accessibility event is sent on item's geometry change
    * Fix crash when calling hasOwnProperty() on proxy object
    * QQuickTextInput: Store mask data in std::unique_ptr
    * Fix QML property cache leaks of delegate items
    * qmlfunctions.qdoc: Add clarification to QML_FOREIGN
    * Doc: mention that INCLUDEPATH must be set in some cases
    * QML Text doesn't reset lineCount when text is empty
    * Avoid GHS linker to optimize away QML type registrations
    * QQuickWindow: Check if QQuickItem was not deleted
    * QQuickView docs: show correct usage of setInitialProperties
    * Add changes file for Qt 5.15.2
    * Revert "qquickloader: Free memory of loaded components after source change"
    * Inline components: Fix custom parser support
    * Bump version
  - Add patch to reset version to 5.15.2:
    * 0001-Revert-Bump-version.patch
  - Drop patches, now upstream:
    * 0001-Include-limits-to-fix-build-with-GCC-11.patch
* Thu Apr 22 2021 Fabian Vogt <fvogt@suse.com>
  - Add patch to fix build with GCC 11 (boo#1185100):
    * 0001-Include-limits-to-fix-build-with-GCC-11.patch
* Fri Mar 12 2021 Fabian Vogt <fvogt@suse.com>
  - Work around implicit dependency of src/qml on qmltyperegistrar
    which lead to an incomplete libQt5Qml5.so build for non-SSE2

Files

/usr/lib64/qt5/examples
/usr/lib64/qt5/examples/qml
/usr/lib64/qt5/examples/qml/dynamicscene
/usr/lib64/qt5/examples/qml/dynamicscene/content
/usr/lib64/qt5/examples/qml/dynamicscene/content/Button.qml
/usr/lib64/qt5/examples/qml/dynamicscene/content/GenericSceneItem.qml
/usr/lib64/qt5/examples/qml/dynamicscene/content/PaletteItem.qml
/usr/lib64/qt5/examples/qml/dynamicscene/content/PerspectiveItem.qml
/usr/lib64/qt5/examples/qml/dynamicscene/content/Sun.qml
/usr/lib64/qt5/examples/qml/dynamicscene/content/images
/usr/lib64/qt5/examples/qml/dynamicscene/content/images/NOTE
/usr/lib64/qt5/examples/qml/dynamicscene/content/images/face-smile.png
/usr/lib64/qt5/examples/qml/dynamicscene/content/images/moon.png
/usr/lib64/qt5/examples/qml/dynamicscene/content/images/rabbit_brown.png
/usr/lib64/qt5/examples/qml/dynamicscene/content/images/rabbit_bw.png
/usr/lib64/qt5/examples/qml/dynamicscene/content/images/star.png
/usr/lib64/qt5/examples/qml/dynamicscene/content/images/sun.png
/usr/lib64/qt5/examples/qml/dynamicscene/content/images/tree_s.png
/usr/lib64/qt5/examples/qml/dynamicscene/content/itemCreation.js
/usr/lib64/qt5/examples/qml/dynamicscene/doc
/usr/lib64/qt5/examples/qml/dynamicscene/doc/images
/usr/lib64/qt5/examples/qml/dynamicscene/doc/images/qml-dynamicscene-example.png
/usr/lib64/qt5/examples/qml/dynamicscene/doc/src
/usr/lib64/qt5/examples/qml/dynamicscene/doc/src/dynamicscene.qdoc
/usr/lib64/qt5/examples/qml/dynamicscene/dynamicscene.pro
/usr/lib64/qt5/examples/qml/dynamicscene/dynamicscene.qml
/usr/lib64/qt5/examples/qml/dynamicscene/dynamicscene.qmlproject
/usr/lib64/qt5/examples/qml/dynamicscene/dynamicscene.qrc
/usr/lib64/qt5/examples/qml/dynamicscene/main.cpp
/usr/lib64/qt5/examples/qml/locale
/usr/lib64/qt5/examples/qml/locale/locale.qml
/usr/lib64/qt5/examples/qml/networkaccessmanagerfactory
/usr/lib64/qt5/examples/qml/networkaccessmanagerfactory/main.cpp
/usr/lib64/qt5/examples/qml/networkaccessmanagerfactory/networkaccessmanagerfactory
/usr/lib64/qt5/examples/qml/networkaccessmanagerfactory/networkaccessmanagerfactory.pro
/usr/lib64/qt5/examples/qml/networkaccessmanagerfactory/networkaccessmanagerfactory.qmlproject
/usr/lib64/qt5/examples/qml/networkaccessmanagerfactory/networkaccessmanagerfactory.qrc
/usr/lib64/qt5/examples/qml/networkaccessmanagerfactory/view.qml
/usr/lib64/qt5/examples/qml/qml-i18n
/usr/lib64/qt5/examples/qml/qml-i18n/doc
/usr/lib64/qt5/examples/qml/qml-i18n/doc/images
/usr/lib64/qt5/examples/qml/qml-i18n/doc/images/qml-i18n-example.png
/usr/lib64/qt5/examples/qml/qml-i18n/doc/src
/usr/lib64/qt5/examples/qml/qml-i18n/doc/src/i18n.qdoc
/usr/lib64/qt5/examples/qml/qml-i18n/i18n
/usr/lib64/qt5/examples/qml/qml-i18n/i18n/base.ts
/usr/lib64/qt5/examples/qml/qml-i18n/i18n/qml_en.ts
/usr/lib64/qt5/examples/qml/qml-i18n/i18n/qml_en_AU.ts
/usr/lib64/qt5/examples/qml/qml-i18n/i18n/qml_fr.ts
/usr/lib64/qt5/examples/qml/qml-i18n/main.cpp
/usr/lib64/qt5/examples/qml/qml-i18n/qml-i18n.pro
/usr/lib64/qt5/examples/qml/qml-i18n/qml-i18n.qml
/usr/lib64/qt5/examples/qml/qml-i18n/qml-i18n.qmlproject
/usr/lib64/qt5/examples/qml/qml-i18n/qml-i18n.qrc
/usr/lib64/qt5/examples/qml/qml.pro
/usr/lib64/qt5/examples/qml/qmlextensionplugins
/usr/lib64/qt5/examples/qml/qmlextensionplugins/imports
/usr/lib64/qt5/examples/qml/qmlextensionplugins/imports/TimeExample
/usr/lib64/qt5/examples/qml/qmlextensionplugins/imports/TimeExample/Clock.qml
/usr/lib64/qt5/examples/qml/qmlextensionplugins/imports/TimeExample/center.png
/usr/lib64/qt5/examples/qml/qmlextensionplugins/imports/TimeExample/clock.png
/usr/lib64/qt5/examples/qml/qmlextensionplugins/imports/TimeExample/hour.png
/usr/lib64/qt5/examples/qml/qmlextensionplugins/imports/TimeExample/libqmlqtimeexampleplugin.so
/usr/lib64/qt5/examples/qml/qmlextensionplugins/imports/TimeExample/minute.png
/usr/lib64/qt5/examples/qml/qmlextensionplugins/imports/TimeExample/qmldir
/usr/lib64/qt5/examples/qml/qmlextensionplugins/plugin.cpp
/usr/lib64/qt5/examples/qml/qmlextensionplugins/plugins.qml
/usr/lib64/qt5/examples/qml/qmlextensionplugins/plugins.qmlproject
/usr/lib64/qt5/examples/qml/qmlextensionplugins/qmlextensionplugins.pro
/usr/lib64/qt5/examples/qml/qmlextensionplugins/timemodel.cpp
/usr/lib64/qt5/examples/qml/qmlextensionplugins/timemodel.h
/usr/lib64/qt5/examples/qml/referenceexamples
/usr/lib64/qt5/examples/qml/referenceexamples/adding
/usr/lib64/qt5/examples/qml/referenceexamples/adding/adding
/usr/lib64/qt5/examples/qml/referenceexamples/adding/adding.pro
/usr/lib64/qt5/examples/qml/referenceexamples/adding/adding.qrc
/usr/lib64/qt5/examples/qml/referenceexamples/adding/example.qml
/usr/lib64/qt5/examples/qml/referenceexamples/adding/main.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/adding/person.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/adding/person.h
/usr/lib64/qt5/examples/qml/referenceexamples/attached
/usr/lib64/qt5/examples/qml/referenceexamples/attached/attached
/usr/lib64/qt5/examples/qml/referenceexamples/attached/attached.pro
/usr/lib64/qt5/examples/qml/referenceexamples/attached/attached.qrc
/usr/lib64/qt5/examples/qml/referenceexamples/attached/birthdayparty.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/attached/birthdayparty.h
/usr/lib64/qt5/examples/qml/referenceexamples/attached/example.qml
/usr/lib64/qt5/examples/qml/referenceexamples/attached/main.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/attached/person.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/attached/person.h
/usr/lib64/qt5/examples/qml/referenceexamples/binding
/usr/lib64/qt5/examples/qml/referenceexamples/binding/binding
/usr/lib64/qt5/examples/qml/referenceexamples/binding/binding.pro
/usr/lib64/qt5/examples/qml/referenceexamples/binding/binding.qrc
/usr/lib64/qt5/examples/qml/referenceexamples/binding/birthdayparty.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/binding/birthdayparty.h
/usr/lib64/qt5/examples/qml/referenceexamples/binding/example.qml
/usr/lib64/qt5/examples/qml/referenceexamples/binding/happybirthdaysong.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/binding/happybirthdaysong.h
/usr/lib64/qt5/examples/qml/referenceexamples/binding/main.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/binding/person.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/binding/person.h
/usr/lib64/qt5/examples/qml/referenceexamples/coercion
/usr/lib64/qt5/examples/qml/referenceexamples/coercion/birthdayparty.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/coercion/birthdayparty.h
/usr/lib64/qt5/examples/qml/referenceexamples/coercion/coercion
/usr/lib64/qt5/examples/qml/referenceexamples/coercion/coercion.pro
/usr/lib64/qt5/examples/qml/referenceexamples/coercion/coercion.qrc
/usr/lib64/qt5/examples/qml/referenceexamples/coercion/example.qml
/usr/lib64/qt5/examples/qml/referenceexamples/coercion/main.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/coercion/person.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/coercion/person.h
/usr/lib64/qt5/examples/qml/referenceexamples/default
/usr/lib64/qt5/examples/qml/referenceexamples/default/birthdayparty.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/default/birthdayparty.h
/usr/lib64/qt5/examples/qml/referenceexamples/default/default
/usr/lib64/qt5/examples/qml/referenceexamples/default/default.pro
/usr/lib64/qt5/examples/qml/referenceexamples/default/default.qrc
/usr/lib64/qt5/examples/qml/referenceexamples/default/example.qml
/usr/lib64/qt5/examples/qml/referenceexamples/default/main.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/default/person.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/default/person.h
/usr/lib64/qt5/examples/qml/referenceexamples/extended
/usr/lib64/qt5/examples/qml/referenceexamples/extended/example.qml
/usr/lib64/qt5/examples/qml/referenceexamples/extended/extended
/usr/lib64/qt5/examples/qml/referenceexamples/extended/extended.pro
/usr/lib64/qt5/examples/qml/referenceexamples/extended/extended.qrc
/usr/lib64/qt5/examples/qml/referenceexamples/extended/lineedit.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/extended/lineedit.h
/usr/lib64/qt5/examples/qml/referenceexamples/extended/main.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/grouped
/usr/lib64/qt5/examples/qml/referenceexamples/grouped/birthdayparty.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/grouped/birthdayparty.h
/usr/lib64/qt5/examples/qml/referenceexamples/grouped/example.qml
/usr/lib64/qt5/examples/qml/referenceexamples/grouped/grouped
/usr/lib64/qt5/examples/qml/referenceexamples/grouped/grouped.pro
/usr/lib64/qt5/examples/qml/referenceexamples/grouped/grouped.qrc
/usr/lib64/qt5/examples/qml/referenceexamples/grouped/main.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/grouped/person.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/grouped/person.h
/usr/lib64/qt5/examples/qml/referenceexamples/methods
/usr/lib64/qt5/examples/qml/referenceexamples/methods/birthdayparty.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/methods/birthdayparty.h
/usr/lib64/qt5/examples/qml/referenceexamples/methods/example.qml
/usr/lib64/qt5/examples/qml/referenceexamples/methods/main.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/methods/methods
/usr/lib64/qt5/examples/qml/referenceexamples/methods/methods.pro
/usr/lib64/qt5/examples/qml/referenceexamples/methods/methods.qrc
/usr/lib64/qt5/examples/qml/referenceexamples/methods/person.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/methods/person.h
/usr/lib64/qt5/examples/qml/referenceexamples/properties
/usr/lib64/qt5/examples/qml/referenceexamples/properties/birthdayparty.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/properties/birthdayparty.h
/usr/lib64/qt5/examples/qml/referenceexamples/properties/example.qml
/usr/lib64/qt5/examples/qml/referenceexamples/properties/main.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/properties/person.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/properties/person.h
/usr/lib64/qt5/examples/qml/referenceexamples/properties/properties
/usr/lib64/qt5/examples/qml/referenceexamples/properties/properties.pro
/usr/lib64/qt5/examples/qml/referenceexamples/properties/properties.qrc
/usr/lib64/qt5/examples/qml/referenceexamples/referenceexamples.pro
/usr/lib64/qt5/examples/qml/referenceexamples/referenceexamples.qmlproject
/usr/lib64/qt5/examples/qml/referenceexamples/signal
/usr/lib64/qt5/examples/qml/referenceexamples/signal/birthdayparty.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/signal/birthdayparty.h
/usr/lib64/qt5/examples/qml/referenceexamples/signal/example.qml
/usr/lib64/qt5/examples/qml/referenceexamples/signal/main.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/signal/person.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/signal/person.h
/usr/lib64/qt5/examples/qml/referenceexamples/signal/signal
/usr/lib64/qt5/examples/qml/referenceexamples/signal/signal.pro
/usr/lib64/qt5/examples/qml/referenceexamples/signal/signal.qrc
/usr/lib64/qt5/examples/qml/referenceexamples/valuesource
/usr/lib64/qt5/examples/qml/referenceexamples/valuesource/birthdayparty.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/valuesource/birthdayparty.h
/usr/lib64/qt5/examples/qml/referenceexamples/valuesource/example.qml
/usr/lib64/qt5/examples/qml/referenceexamples/valuesource/happybirthdaysong.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/valuesource/happybirthdaysong.h
/usr/lib64/qt5/examples/qml/referenceexamples/valuesource/main.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/valuesource/person.cpp
/usr/lib64/qt5/examples/qml/referenceexamples/valuesource/person.h
/usr/lib64/qt5/examples/qml/referenceexamples/valuesource/valuesource
/usr/lib64/qt5/examples/qml/referenceexamples/valuesource/valuesource.pro
/usr/lib64/qt5/examples/qml/referenceexamples/valuesource/valuesource.qrc
/usr/lib64/qt5/examples/qml/shell
/usr/lib64/qt5/examples/qml/shell/main.cpp
/usr/lib64/qt5/examples/qml/shell/shell
/usr/lib64/qt5/examples/qml/shell/shell.pro
/usr/lib64/qt5/examples/qml/tutorials
/usr/lib64/qt5/examples/qml/tutorials/extending-qml
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter1-basics
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter1-basics/app.qml
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.pro
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.qrc
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter1-basics/main.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter1-basics/piechart.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter1-basics/piechart.h
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter2-methods
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter2-methods/app.qml
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter2-methods/chapter2-methods
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter2-methods/chapter2-methods.pro
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter2-methods/chapter2-methods.qrc
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter2-methods/main.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter2-methods/piechart.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter2-methods/piechart.h
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter3-bindings
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter3-bindings/app.qml
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter3-bindings/chapter3-bindings
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter3-bindings/chapter3-bindings.pro
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter3-bindings/chapter3-bindings.qrc
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter3-bindings/main.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter3-bindings/piechart.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter3-bindings/piechart.h
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/app.qml
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/chapter4-customPropertyTypes
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/chapter4-customPropertyTypes.qrc
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/main.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/piechart.h
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/pieslice.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/pieslice.h
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter5-listproperties
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter5-listproperties/app.qml
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.pro
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.qrc
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter5-listproperties/main.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter5-listproperties/piechart.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter5-listproperties/piechart.h
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter5-listproperties/pieslice.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter5-listproperties/pieslice.h
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/Charts
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/libchartsplugin.so
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/qmldir
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/app.pro
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/app.qml
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/app.qrc
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pro
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/import
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/import/chartsplugin.h
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/import/import.pro
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/import/piechart.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/import/piechart.h
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/import/pieslice.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/import/pieslice.h
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/import/qmldir
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/chapter6-plugins/main.cpp
/usr/lib64/qt5/examples/qml/tutorials/extending-qml/extending-qml.pro
/usr/lib64/qt5/examples/qml/tutorials/tutorials.pro
/usr/lib64/qt5/examples/qml/xmlhttprequest
/usr/lib64/qt5/examples/qml/xmlhttprequest/Get.qml
/usr/lib64/qt5/examples/qml/xmlhttprequest/GetForm.ui.qml
/usr/lib64/qt5/examples/qml/xmlhttprequest/data.xml
/usr/lib64/qt5/examples/qml/xmlhttprequest/main.cpp
/usr/lib64/qt5/examples/qml/xmlhttprequest/methods.js
/usr/lib64/qt5/examples/qml/xmlhttprequest/xmlhttprequest
/usr/lib64/qt5/examples/qml/xmlhttprequest/xmlhttprequest.pro
/usr/lib64/qt5/examples/qml/xmlhttprequest/xmlhttprequest.qml
/usr/lib64/qt5/examples/qml/xmlhttprequest/xmlhttprequest.qmlproject
/usr/lib64/qt5/examples/qml/xmlhttprequest/xmlhttprequest.qrc
/usr/lib64/qt5/examples/qmltest
/usr/lib64/qt5/examples/qmltest/qmltest
/usr/lib64/qt5/examples/qmltest/qmltest.pro
/usr/lib64/qt5/examples/qmltest/qmltest/qmltest.pro
/usr/lib64/qt5/examples/qmltest/qmltest/tst_basic.qml
/usr/lib64/qt5/examples/qmltest/qmltest/tst_item.qml
/usr/lib64/qt5/examples/qmltest/qmltest/tst_qmltest.cpp
/usr/lib64/qt5/examples/qmltest/qmltest/tst_qmltestexample
/usr/lib64/qt5/examples/quick
/usr/lib64/qt5/examples/quick/animation
/usr/lib64/qt5/examples/quick/animation/animation
/usr/lib64/qt5/examples/quick/animation/animation.pro
/usr/lib64/qt5/examples/quick/animation/animation.qml
/usr/lib64/qt5/examples/quick/animation/animation.qmlproject
/usr/lib64/qt5/examples/quick/animation/animation.qrc
/usr/lib64/qt5/examples/quick/animation/basics
/usr/lib64/qt5/examples/quick/animation/basics/animators.qml
/usr/lib64/qt5/examples/quick/animation/basics/color-animation.qml
/usr/lib64/qt5/examples/quick/animation/basics/images
/usr/lib64/qt5/examples/quick/animation/basics/images/face-smile.png
/usr/lib64/qt5/examples/quick/animation/basics/images/moon.png
/usr/lib64/qt5/examples/quick/animation/basics/images/shadow.png
/usr/lib64/qt5/examples/quick/animation/basics/images/star.png
/usr/lib64/qt5/examples/quick/animation/basics/images/sun.png
/usr/lib64/qt5/examples/quick/animation/basics/property-animation.qml
/usr/lib64/qt5/examples/quick/animation/behaviors
/usr/lib64/qt5/examples/quick/animation/behaviors/FocusRect.qml
/usr/lib64/qt5/examples/quick/animation/behaviors/SideRect.qml
/usr/lib64/qt5/examples/quick/animation/behaviors/behavior-example.qml
/usr/lib64/qt5/examples/quick/animation/behaviors/tvtennis.qml
/usr/lib64/qt5/examples/quick/animation/behaviors/wigglytext.qml
/usr/lib64/qt5/examples/quick/animation/easing
/usr/lib64/qt5/examples/quick/animation/easing/easing.qml
/usr/lib64/qt5/examples/quick/animation/main.cpp
/usr/lib64/qt5/examples/quick/animation/pathanimation
/usr/lib64/qt5/examples/quick/animation/pathanimation/pathanimation.qml
/usr/lib64/qt5/examples/quick/animation/pathinterpolator
/usr/lib64/qt5/examples/quick/animation/pathinterpolator/pathinterpolator.qml
/usr/lib64/qt5/examples/quick/animation/states
/usr/lib64/qt5/examples/quick/animation/states/qt-logo.png
/usr/lib64/qt5/examples/quick/animation/states/states.qml
/usr/lib64/qt5/examples/quick/animation/states/transitions.qml
/usr/lib64/qt5/examples/quick/canvas
/usr/lib64/qt5/examples/quick/canvas/bezierCurve
/usr/lib64/qt5/examples/quick/canvas/bezierCurve/bezierCurve.qml
/usr/lib64/qt5/examples/quick/canvas/canvas
/usr/lib64/qt5/examples/quick/canvas/canvas.pro
/usr/lib64/qt5/examples/quick/canvas/canvas.qml
/usr/lib64/qt5/examples/quick/canvas/canvas.qrc
/usr/lib64/qt5/examples/quick/canvas/clip
/usr/lib64/qt5/examples/quick/canvas/clip/clip.qml
/usr/lib64/qt5/examples/quick/canvas/contents
/usr/lib64/qt5/examples/quick/canvas/contents/qt-logo.png
/usr/lib64/qt5/examples/quick/canvas/main.cpp
/usr/lib64/qt5/examples/quick/canvas/quadraticCurveTo
/usr/lib64/qt5/examples/quick/canvas/quadraticCurveTo/quadraticCurveTo.qml
/usr/lib64/qt5/examples/quick/canvas/roundedrect
/usr/lib64/qt5/examples/quick/canvas/roundedrect/roundedrect.qml
/usr/lib64/qt5/examples/quick/canvas/smile
/usr/lib64/qt5/examples/quick/canvas/smile/smile.qml
/usr/lib64/qt5/examples/quick/canvas/squircle
/usr/lib64/qt5/examples/quick/canvas/squircle/squircle.png
/usr/lib64/qt5/examples/quick/canvas/squircle/squircle.qml
/usr/lib64/qt5/examples/quick/canvas/tiger
/usr/lib64/qt5/examples/quick/canvas/tiger/tiger.js
/usr/lib64/qt5/examples/quick/canvas/tiger/tiger.qml
/usr/lib64/qt5/examples/quick/customitems
/usr/lib64/qt5/examples/quick/customitems/customitems.pro
/usr/lib64/qt5/examples/quick/customitems/dialcontrol
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/content
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/content/Dial.qml
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/content/QuitButton.qml
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/content/background.png
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/content/needle.png
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/content/needle_shadow.png
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/content/overlay.png
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/content/quit.png
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/dialcontrol.pro
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/dialcontrol.qml
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/dialcontrol.qmlproject
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/dialcontrol.qrc
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/doc
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/doc/images
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/doc/images/qml-dialcontrol-example.png
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/doc/src
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/doc/src/dialcontrol.qdoc
/usr/lib64/qt5/examples/quick/customitems/dialcontrol/main.cpp
/usr/lib64/qt5/examples/quick/customitems/flipable
/usr/lib64/qt5/examples/quick/customitems/flipable/content
/usr/lib64/qt5/examples/quick/customitems/flipable/content/5_heart.png
/usr/lib64/qt5/examples/quick/customitems/flipable/content/9_club.png
/usr/lib64/qt5/examples/quick/customitems/flipable/content/Card.qml
/usr/lib64/qt5/examples/quick/customitems/flipable/content/back.png
/usr/lib64/qt5/examples/quick/customitems/flipable/doc
/usr/lib64/qt5/examples/quick/customitems/flipable/doc/images
/usr/lib64/qt5/examples/quick/customitems/flipable/doc/images/qml-flipable-example.png
/usr/lib64/qt5/examples/quick/customitems/flipable/doc/src
/usr/lib64/qt5/examples/quick/customitems/flipable/doc/src/flipable.qdoc
/usr/lib64/qt5/examples/quick/customitems/flipable/flipable.pro
/usr/lib64/qt5/examples/quick/customitems/flipable/flipable.qml
/usr/lib64/qt5/examples/quick/customitems/flipable/flipable.qmlproject
/usr/lib64/qt5/examples/quick/customitems/flipable/flipable.qrc
/usr/lib64/qt5/examples/quick/customitems/flipable/main.cpp
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea/images
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea/images/cloud_1.png
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea/images/cloud_2.png
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea/images/moon.png
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea/main.cpp
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea/maskedmousearea
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea/maskedmousearea.cpp
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea/maskedmousearea.h
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea/maskedmousearea.pro
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea/maskedmousearea.qml
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea/maskedmousearea.qmlproject
/usr/lib64/qt5/examples/quick/customitems/maskedmousearea/maskedmousearea.qrc
/usr/lib64/qt5/examples/quick/customitems/painteditem
/usr/lib64/qt5/examples/quick/customitems/painteditem/TextBalloonPlugin
/usr/lib64/qt5/examples/quick/customitems/painteditem/TextBalloonPlugin/libqmltextballoonplugin.so
/usr/lib64/qt5/examples/quick/customitems/painteditem/TextBalloonPlugin/plugin.h
/usr/lib64/qt5/examples/quick/customitems/painteditem/TextBalloonPlugin/qmldir
/usr/lib64/qt5/examples/quick/customitems/painteditem/painteditem.pro
/usr/lib64/qt5/examples/quick/customitems/painteditem/painteditem.qrc
/usr/lib64/qt5/examples/quick/customitems/painteditem/textballoon.cpp
/usr/lib64/qt5/examples/quick/customitems/painteditem/textballoon.h
/usr/lib64/qt5/examples/quick/customitems/painteditem/textballoons.qml
/usr/lib64/qt5/examples/quick/customitems/progressbar
/usr/lib64/qt5/examples/quick/customitems/progressbar/content
/usr/lib64/qt5/examples/quick/customitems/progressbar/content/ProgressBar.qml
/usr/lib64/qt5/examples/quick/customitems/progressbar/content/background.png
/usr/lib64/qt5/examples/quick/customitems/progressbar/main.qml
/usr/lib64/qt5/examples/quick/customitems/scrollbar
/usr/lib64/qt5/examples/quick/customitems/scrollbar/ScrollBar.qml
/usr/lib64/qt5/examples/quick/customitems/scrollbar/doc
/usr/lib64/qt5/examples/quick/customitems/scrollbar/doc/images
/usr/lib64/qt5/examples/quick/customitems/scrollbar/doc/images/qml-scrollbar-example.png
/usr/lib64/qt5/examples/quick/customitems/scrollbar/doc/src
/usr/lib64/qt5/examples/quick/customitems/scrollbar/doc/src/scrollbar.qdoc
/usr/lib64/qt5/examples/quick/customitems/scrollbar/main.cpp
/usr/lib64/qt5/examples/quick/customitems/scrollbar/main.qml
/usr/lib64/qt5/examples/quick/customitems/scrollbar/pics
/usr/lib64/qt5/examples/quick/customitems/scrollbar/pics/niagara_falls.jpg
/usr/lib64/qt5/examples/quick/customitems/scrollbar/scrollbar.pro
/usr/lib64/qt5/examples/quick/customitems/scrollbar/scrollbar.qmlproject
/usr/lib64/qt5/examples/quick/customitems/scrollbar/scrollbar.qrc
/usr/lib64/qt5/examples/quick/customitems/searchbox
/usr/lib64/qt5/examples/quick/customitems/searchbox/SearchBox.qml
/usr/lib64/qt5/examples/quick/customitems/searchbox/images
/usr/lib64/qt5/examples/quick/customitems/searchbox/images/clear.png
/usr/lib64/qt5/examples/quick/customitems/searchbox/images/lineedit-bg-focus.png
/usr/lib64/qt5/examples/quick/customitems/searchbox/images/lineedit-bg.png
/usr/lib64/qt5/examples/quick/customitems/searchbox/main.cpp
/usr/lib64/qt5/examples/quick/customitems/searchbox/main.qml
/usr/lib64/qt5/examples/quick/customitems/searchbox/searchbox.pro
/usr/lib64/qt5/examples/quick/customitems/searchbox/searchbox.qmlproject
/usr/lib64/qt5/examples/quick/customitems/searchbox/searchbox.qrc
/usr/lib64/qt5/examples/quick/customitems/slideswitch
/usr/lib64/qt5/examples/quick/customitems/slideswitch/content
/usr/lib64/qt5/examples/quick/customitems/slideswitch/content/Switch.qml
/usr/lib64/qt5/examples/quick/customitems/slideswitch/content/background.png
/usr/lib64/qt5/examples/quick/customitems/slideswitch/content/background.svg
/usr/lib64/qt5/examples/quick/customitems/slideswitch/content/knob.png
/usr/lib64/qt5/examples/quick/customitems/slideswitch/content/knob.svg
/usr/lib64/qt5/examples/quick/customitems/slideswitch/doc
/usr/lib64/qt5/examples/quick/customitems/slideswitch/doc/src
/usr/lib64/qt5/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc
/usr/lib64/qt5/examples/quick/customitems/slideswitch/slideswitch.qml
/usr/lib64/qt5/examples/quick/customitems/spinner
/usr/lib64/qt5/examples/quick/customitems/spinner/content
/usr/lib64/qt5/examples/quick/customitems/spinner/content/Spinner.qml
/usr/lib64/qt5/examples/quick/customitems/spinner/content/spinner-bg.png
/usr/lib64/qt5/examples/quick/customitems/spinner/content/spinner-select.png
/usr/lib64/qt5/examples/quick/customitems/spinner/main.cpp
/usr/lib64/qt5/examples/quick/customitems/spinner/main.qml
/usr/lib64/qt5/examples/quick/customitems/spinner/spinner.pro
/usr/lib64/qt5/examples/quick/customitems/spinner/spinner.qmlproject
/usr/lib64/qt5/examples/quick/customitems/spinner/spinner.qrc
/usr/lib64/qt5/examples/quick/customitems/tabwidget
/usr/lib64/qt5/examples/quick/customitems/tabwidget/TabWidget.qml
/usr/lib64/qt5/examples/quick/customitems/tabwidget/doc
/usr/lib64/qt5/examples/quick/customitems/tabwidget/doc/images
/usr/lib64/qt5/examples/quick/customitems/tabwidget/doc/images/qml-tabwidget-example.png
/usr/lib64/qt5/examples/quick/customitems/tabwidget/doc/images/tab.png
/usr/lib64/qt5/examples/quick/customitems/tabwidget/doc/src
/usr/lib64/qt5/examples/quick/customitems/tabwidget/doc/src/tabwidget.qdoc
/usr/lib64/qt5/examples/quick/customitems/tabwidget/main.cpp
/usr/lib64/qt5/examples/quick/customitems/tabwidget/main.qml
/usr/lib64/qt5/examples/quick/customitems/tabwidget/tabwidget.pro
/usr/lib64/qt5/examples/quick/customitems/tabwidget/tabwidget.qmlproject
/usr/lib64/qt5/examples/quick/customitems/tabwidget/tabwidget.qrc
/usr/lib64/qt5/examples/quick/delegatechooser
/usr/lib64/qt5/examples/quick/delegatechooser/delegatechooser
/usr/lib64/qt5/examples/quick/delegatechooser/delegatechooser.pro
/usr/lib64/qt5/examples/quick/delegatechooser/delegatechooser.qml
/usr/lib64/qt5/examples/quick/delegatechooser/main.cpp
/usr/lib64/qt5/examples/quick/delegatechooser/qml.qrc
/usr/lib64/qt5/examples/quick/draganddrop
/usr/lib64/qt5/examples/quick/draganddrop/draganddrop
/usr/lib64/qt5/examples/quick/draganddrop/draganddrop.pro
/usr/lib64/qt5/examples/quick/draganddrop/draganddrop.qml
/usr/lib64/qt5/examples/quick/draganddrop/draganddrop.qmlproject
/usr/lib64/qt5/examples/quick/draganddrop/draganddrop.qrc
/usr/lib64/qt5/examples/quick/draganddrop/main.cpp
/usr/lib64/qt5/examples/quick/draganddrop/tiles
/usr/lib64/qt5/examples/quick/draganddrop/tiles/DragTile.qml
/usr/lib64/qt5/examples/quick/draganddrop/tiles/DropTile.qml
/usr/lib64/qt5/examples/quick/draganddrop/tiles/tiles.qml
/usr/lib64/qt5/examples/quick/draganddrop/views
/usr/lib64/qt5/examples/quick/draganddrop/views/Icon.qml
/usr/lib64/qt5/examples/quick/draganddrop/views/gridview.qml
/usr/lib64/qt5/examples/quick/embeddedinwidgets
/usr/lib64/qt5/examples/quick/embeddedinwidgets/TextBox.qml
/usr/lib64/qt5/examples/quick/embeddedinwidgets/embeddedinwidgets
/usr/lib64/qt5/examples/quick/embeddedinwidgets/embeddedinwidgets.pro
/usr/lib64/qt5/examples/quick/embeddedinwidgets/embeddedinwidgets.qrc
/usr/lib64/qt5/examples/quick/embeddedinwidgets/main.cpp
/usr/lib64/qt5/examples/quick/embeddedinwidgets/main.qml
/usr/lib64/qt5/examples/quick/externaldraganddrop
/usr/lib64/qt5/examples/quick/externaldraganddrop/DragAndDropTextItem.qml
/usr/lib64/qt5/examples/quick/externaldraganddrop/externaldraganddrop
/usr/lib64/qt5/examples/quick/externaldraganddrop/externaldraganddrop.pro
/usr/lib64/qt5/examples/quick/externaldraganddrop/externaldraganddrop.qml
/usr/lib64/qt5/examples/quick/externaldraganddrop/externaldraganddrop.qmlproject
/usr/lib64/qt5/examples/quick/externaldraganddrop/externaldraganddrop.qrc
/usr/lib64/qt5/examples/quick/externaldraganddrop/main.cpp
/usr/lib64/qt5/examples/quick/imageelements
/usr/lib64/qt5/examples/quick/imageelements/animatedimage.qml
/usr/lib64/qt5/examples/quick/imageelements/animatedsprite.qml
/usr/lib64/qt5/examples/quick/imageelements/borderimage.qml
/usr/lib64/qt5/examples/quick/imageelements/content
/usr/lib64/qt5/examples/quick/imageelements/content/BearSheet.png
/usr/lib64/qt5/examples/quick/imageelements/content/BorderImageSelector.qml
/usr/lib64/qt5/examples/quick/imageelements/content/ImageCell.qml
/usr/lib64/qt5/examples/quick/imageelements/content/MyBorderImage.qml
/usr/lib64/qt5/examples/quick/imageelements/content/ShadowRectangle.qml
/usr/lib64/qt5/examples/quick/imageelements/content/Uniflow_steam_engine.gif
/usr/lib64/qt5/examples/quick/imageelements/content/arrow.png
/usr/lib64/qt5/examples/quick/imageelements/content/bw.png
/usr/lib64/qt5/examples/quick/imageelements/content/colors-round.sci
/usr/lib64/qt5/examples/quick/imageelements/content/colors-stretch.sci
/usr/lib64/qt5/examples/quick/imageelements/content/colors.png
/usr/lib64/qt5/examples/quick/imageelements/content/multi.ico
/usr/lib64/qt5/examples/quick/imageelements/content/qt-logo.png
/usr/lib64/qt5/examples/quick/imageelements/content/shadow.png
/usr/lib64/qt5/examples/quick/imageelements/content/speaker.png
/usr/lib64/qt5/examples/quick/imageelements/framestepping.qml
/usr/lib64/qt5/examples/quick/imageelements/image.qml
/usr/lib64/qt5/examples/quick/imageelements/imageelements
/usr/lib64/qt5/examples/quick/imageelements/imageelements.pro
/usr/lib64/qt5/examples/quick/imageelements/imageelements.qml
/usr/lib64/qt5/examples/quick/imageelements/imageelements.qmlproject
/usr/lib64/qt5/examples/quick/imageelements/imageelements.qrc
/usr/lib64/qt5/examples/quick/imageelements/main.cpp
/usr/lib64/qt5/examples/quick/imageelements/multiframeborderimage.qml
/usr/lib64/qt5/examples/quick/imageelements/shadows.qml
/usr/lib64/qt5/examples/quick/imageelements/spritesequence.qml
/usr/lib64/qt5/examples/quick/imageprovider
/usr/lib64/qt5/examples/quick/imageprovider/ImageProviderCore
/usr/lib64/qt5/examples/quick/imageprovider/ImageProviderCore/libqmlimageproviderplugin.so
/usr/lib64/qt5/examples/quick/imageprovider/ImageProviderCore/qmldir
/usr/lib64/qt5/examples/quick/imageprovider/imageprovider-example.qml
/usr/lib64/qt5/examples/quick/imageprovider/imageprovider.cpp
/usr/lib64/qt5/examples/quick/imageprovider/imageprovider.pro
/usr/lib64/qt5/examples/quick/imageprovider/imageprovider.qmlproject
/usr/lib64/qt5/examples/quick/imageresponseprovider
/usr/lib64/qt5/examples/quick/imageresponseprovider/ImageResponseProviderCore
/usr/lib64/qt5/examples/quick/imageresponseprovider/ImageResponseProviderCore/libqmlimageresponseproviderplugin.so
/usr/lib64/qt5/examples/quick/imageresponseprovider/ImageResponseProviderCore/qmldir
/usr/lib64/qt5/examples/quick/imageresponseprovider/imageresponseprovider-example.qml
/usr/lib64/qt5/examples/quick/imageresponseprovider/imageresponseprovider.cpp
/usr/lib64/qt5/examples/quick/imageresponseprovider/imageresponseprovider.pro
/usr/lib64/qt5/examples/quick/imageresponseprovider/imageresponseprovider.qmlproject
/usr/lib64/qt5/examples/quick/keyinteraction
/usr/lib64/qt5/examples/quick/keyinteraction/focus
/usr/lib64/qt5/examples/quick/keyinteraction/focus/Core
/usr/lib64/qt5/examples/quick/keyinteraction/focus/Core/ContextMenu.qml
/usr/lib64/qt5/examples/quick/keyinteraction/focus/Core/GridMenu.qml
/usr/lib64/qt5/examples/quick/keyinteraction/focus/Core/ListMenu.qml
/usr/lib64/qt5/examples/quick/keyinteraction/focus/Core/ListViewDelegate.qml
/usr/lib64/qt5/examples/quick/keyinteraction/focus/Core/TabMenu.qml
/usr/lib64/qt5/examples/quick/keyinteraction/focus/Core/images
/usr/lib64/qt5/examples/quick/keyinteraction/focus/Core/images/arrow.png
/usr/lib64/qt5/examples/quick/keyinteraction/focus/Core/images/qt-logo.png
/usr/lib64/qt5/examples/quick/keyinteraction/focus/focus.qml
/usr/lib64/qt5/examples/quick/keyinteraction/keyinteraction
/usr/lib64/qt5/examples/quick/keyinteraction/keyinteraction.pro
/usr/lib64/qt5/examples/quick/keyinteraction/keyinteraction.qml
/usr/lib64/qt5/examples/quick/keyinteraction/keyinteraction.qmlproject
/usr/lib64/qt5/examples/quick/keyinteraction/keyinteraction.qrc
/usr/lib64/qt5/examples/quick/keyinteraction/main.cpp
/usr/lib64/qt5/examples/quick/layouts
/usr/lib64/qt5/examples/quick/layouts/layouts
/usr/lib64/qt5/examples/quick/layouts/layouts.pro
/usr/lib64/qt5/examples/quick/layouts/layouts.qml
/usr/lib64/qt5/examples/quick/layouts/layouts.qmlproject
/usr/lib64/qt5/examples/quick/layouts/layouts.qrc
/usr/lib64/qt5/examples/quick/layouts/main.cpp
/usr/lib64/qt5/examples/quick/localstorage
/usr/lib64/qt5/examples/quick/localstorage/localstorage
/usr/lib64/qt5/examples/quick/localstorage/localstorage.pro
/usr/lib64/qt5/examples/quick/localstorage/localstorage/Database.js
/usr/lib64/qt5/examples/quick/localstorage/localstorage/Header.qml
/usr/lib64/qt5/examples/quick/localstorage/localstorage/MyButton.qml
/usr/lib64/qt5/examples/quick/localstorage/localstorage/MyDelegate.qml
/usr/lib64/qt5/examples/quick/localstorage/localstorage/MyModel.qml
/usr/lib64/qt5/examples/quick/localstorage/localstorage/localstorage
/usr/lib64/qt5/examples/quick/localstorage/localstorage/localstorage.pro
/usr/lib64/qt5/examples/quick/localstorage/localstorage/localstorage.qml
/usr/lib64/qt5/examples/quick/localstorage/localstorage/localstorage.qrc
/usr/lib64/qt5/examples/quick/localstorage/localstorage/main.cpp
/usr/lib64/qt5/examples/quick/models
/usr/lib64/qt5/examples/quick/models/abstractitemmodel
/usr/lib64/qt5/examples/quick/models/abstractitemmodel/abstractitemmodel
/usr/lib64/qt5/examples/quick/models/abstractitemmodel/abstractitemmodel.pro
/usr/lib64/qt5/examples/quick/models/abstractitemmodel/abstractitemmodel.qrc
/usr/lib64/qt5/examples/quick/models/abstractitemmodel/main.cpp
/usr/lib64/qt5/examples/quick/models/abstractitemmodel/model.cpp
/usr/lib64/qt5/examples/quick/models/abstractitemmodel/model.h
/usr/lib64/qt5/examples/quick/models/abstractitemmodel/view.qml
/usr/lib64/qt5/examples/quick/models/models.pro
/usr/lib64/qt5/examples/quick/models/objectlistmodel
/usr/lib64/qt5/examples/quick/models/objectlistmodel/dataobject.cpp
/usr/lib64/qt5/examples/quick/models/objectlistmodel/dataobject.h
/usr/lib64/qt5/examples/quick/models/objectlistmodel/main.cpp
/usr/lib64/qt5/examples/quick/models/objectlistmodel/objectlistmodel
/usr/lib64/qt5/examples/quick/models/objectlistmodel/objectlistmodel.pro
/usr/lib64/qt5/examples/quick/models/objectlistmodel/objectlistmodel.qrc
/usr/lib64/qt5/examples/quick/models/objectlistmodel/view.qml
/usr/lib64/qt5/examples/quick/models/stringlistmodel
/usr/lib64/qt5/examples/quick/models/stringlistmodel/main.cpp
/usr/lib64/qt5/examples/quick/models/stringlistmodel/stringlistmodel
/usr/lib64/qt5/examples/quick/models/stringlistmodel/stringlistmodel.pro
/usr/lib64/qt5/examples/quick/models/stringlistmodel/stringlistmodel.qrc
/usr/lib64/qt5/examples/quick/models/stringlistmodel/view.qml
/usr/lib64/qt5/examples/quick/mousearea
/usr/lib64/qt5/examples/quick/mousearea/main.cpp
/usr/lib64/qt5/examples/quick/mousearea/mousearea
/usr/lib64/qt5/examples/quick/mousearea/mousearea-wheel-example.qml
/usr/lib64/qt5/examples/quick/mousearea/mousearea.pro
/usr/lib64/qt5/examples/quick/mousearea/mousearea.qml
/usr/lib64/qt5/examples/quick/mousearea/mousearea.qmlproject
/usr/lib64/qt5/examples/quick/mousearea/mousearea.qrc
/usr/lib64/qt5/examples/quick/particles
/usr/lib64/qt5/examples/quick/particles/affectors
/usr/lib64/qt5/examples/quick/particles/affectors/affectors
/usr/lib64/qt5/examples/quick/particles/affectors/affectors.pro
/usr/lib64/qt5/examples/quick/particles/affectors/affectors.qml
/usr/lib64/qt5/examples/quick/particles/affectors/affectors.qmlproject
/usr/lib64/qt5/examples/quick/particles/affectors/affectors.qrc
/usr/lib64/qt5/examples/quick/particles/affectors/content
/usr/lib64/qt5/examples/quick/particles/affectors/content/GreyButton.qml
/usr/lib64/qt5/examples/quick/particles/affectors/content/age.qml
/usr/lib64/qt5/examples/quick/particles/affectors/content/attractor.qml
/usr/lib64/qt5/examples/quick/particles/affectors/content/customaffector.qml
/usr/lib64/qt5/examples/quick/particles/affectors/content/friction.qml
/usr/lib64/qt5/examples/quick/particles/affectors/content/gravity.qml
/usr/lib64/qt5/examples/quick/particles/affectors/content/groupgoal.qml
/usr/lib64/qt5/examples/quick/particles/affectors/content/move.qml
/usr/lib64/qt5/examples/quick/particles/affectors/content/spritegoal.qml
/usr/lib64/qt5/examples/quick/particles/affectors/content/turbulence.qml
/usr/lib64/qt5/examples/quick/particles/affectors/content/wander.qml
/usr/lib64/qt5/examples/quick/particles/affectors/main.cpp
/usr/lib64/qt5/examples/quick/particles/customparticle
/usr/lib64/qt5/examples/quick/particles/customparticle/content
/usr/lib64/qt5/examples/quick/particles/customparticle/content/blurparticles.qml
/usr/lib64/qt5/examples/quick/particles/customparticle/content/fragmentshader.qml
/usr/lib64/qt5/examples/quick/particles/customparticle/content/imagecolors.qml
/usr/lib64/qt5/examples/quick/particles/customparticle/customparticle
/usr/lib64/qt5/examples/quick/particles/customparticle/customparticle.pro
/usr/lib64/qt5/examples/quick/particles/customparticle/customparticle.qml
/usr/lib64/qt5/examples/quick/particles/customparticle/customparticle.qmlproject
/usr/lib64/qt5/examples/quick/particles/customparticle/customparticle.qrc
/usr/lib64/qt5/examples/quick/particles/customparticle/main.cpp
/usr/lib64/qt5/examples/quick/particles/emitters
/usr/lib64/qt5/examples/quick/particles/emitters/content
/usr/lib64/qt5/examples/quick/particles/emitters/content/burstandpulse.qml
/usr/lib64/qt5/examples/quick/particles/emitters/content/customemitter.qml
/usr/lib64/qt5/examples/quick/particles/emitters/content/emitmask.qml
/usr/lib64/qt5/examples/quick/particles/emitters/content/maximumemitted.qml
/usr/lib64/qt5/examples/quick/particles/emitters/content/shapeanddirection.qml
/usr/lib64/qt5/examples/quick/particles/emitters/content/trailemitter.qml
/usr/lib64/qt5/examples/quick/particles/emitters/content/velocityfrommotion.qml
/usr/lib64/qt5/examples/quick/particles/emitters/emitters
/usr/lib64/qt5/examples/quick/particles/emitters/emitters.pro
/usr/lib64/qt5/examples/quick/particles/emitters/emitters.qml
/usr/lib64/qt5/examples/quick/particles/emitters/emitters.qmlproject
/usr/lib64/qt5/examples/quick/particles/emitters/emitters.qrc
/usr/lib64/qt5/examples/quick/particles/emitters/main.cpp
/usr/lib64/qt5/examples/quick/particles/imageparticle
/usr/lib64/qt5/examples/quick/particles/imageparticle/content
/usr/lib64/qt5/examples/quick/particles/imageparticle/content/allatonce.qml
/usr/lib64/qt5/examples/quick/particles/imageparticle/content/colored.qml
/usr/lib64/qt5/examples/quick/particles/imageparticle/content/colortable.qml
/usr/lib64/qt5/examples/quick/particles/imageparticle/content/deformation.qml
/usr/lib64/qt5/examples/quick/particles/imageparticle/content/rotation.qml
/usr/lib64/qt5/examples/quick/particles/imageparticle/content/sharing.qml
/usr/lib64/qt5/examples/quick/particles/imageparticle/content/sprites.qml
/usr/lib64/qt5/examples/quick/particles/imageparticle/imageparticle
/usr/lib64/qt5/examples/quick/particles/imageparticle/imageparticle.pro
/usr/lib64/qt5/examples/quick/particles/imageparticle/imageparticle.qml
/usr/lib64/qt5/examples/quick/particles/imageparticle/imageparticle.qmlproject
/usr/lib64/qt5/examples/quick/particles/imageparticle/imageparticle.qrc
/usr/lib64/qt5/examples/quick/particles/imageparticle/main.cpp
/usr/lib64/qt5/examples/quick/particles/images
/usr/lib64/qt5/examples/quick/particles/images.qrc
/usr/lib64/qt5/examples/quick/particles/images/_explo.png
/usr/lib64/qt5/examples/quick/particles/images/backgroundLeaves.jpg
/usr/lib64/qt5/examples/quick/particles/images/bear_tiles.png
/usr/lib64/qt5/examples/quick/particles/images/candle.png
/usr/lib64/qt5/examples/quick/particles/images/colortable.png
/usr/lib64/qt5/examples/quick/particles/images/finalfrontier.png
/usr/lib64/qt5/examples/quick/particles/images/flower.png
/usr/lib64/qt5/examples/quick/particles/images/matchmask.png
/usr/lib64/qt5/examples/quick/particles/images/meteor.png
/usr/lib64/qt5/examples/quick/particles/images/meteor_explo.png
/usr/lib64/qt5/examples/quick/particles/images/meteors.png
/usr/lib64/qt5/examples/quick/particles/images/nullRock.png
/usr/lib64/qt5/examples/quick/particles/images/particle2.png
/usr/lib64/qt5/examples/quick/particles/images/particle3.png
/usr/lib64/qt5/examples/quick/particles/images/particleA.png
/usr/lib64/qt5/examples/quick/particles/images/portal_bg.png
/usr/lib64/qt5/examples/quick/particles/images/realLeaf1.png
/usr/lib64/qt5/examples/quick/particles/images/realLeaf2.png
/usr/lib64/qt5/examples/quick/particles/images/realLeaf3.png
/usr/lib64/qt5/examples/quick/particles/images/realLeaf4.png
/usr/lib64/qt5/examples/quick/particles/images/rocket.png
/usr/lib64/qt5/examples/quick/particles/images/rocket2.png
/usr/lib64/qt5/examples/quick/particles/images/sizeInOut.png
/usr/lib64/qt5/examples/quick/particles/images/snowflake.png
/usr/lib64/qt5/examples/quick/particles/images/sparkleSize.png
/usr/lib64/qt5/examples/quick/particles/images/starfish_0.png
/usr/lib64/qt5/examples/quick/particles/images/starfish_1.png
/usr/lib64/qt5/examples/quick/particles/images/starfish_2.png
/usr/lib64/qt5/examples/quick/particles/images/starfish_3.png
/usr/lib64/qt5/examples/quick/particles/images/starfish_4.png
/usr/lib64/qt5/examples/quick/particles/images/starfish_mask.png
/usr/lib64/qt5/examples/quick/particles/itemparticle
/usr/lib64/qt5/examples/quick/particles/itemparticle/content
/usr/lib64/qt5/examples/quick/particles/itemparticle/content/Delegate.qml
/usr/lib64/qt5/examples/quick/particles/itemparticle/content/Delegate2.qml
/usr/lib64/qt5/examples/quick/particles/itemparticle/content/ExpandingDelegate.qml
/usr/lib64/qt5/examples/quick/particles/itemparticle/content/bubble.png
/usr/lib64/qt5/examples/quick/particles/itemparticle/content/script.js
/usr/lib64/qt5/examples/quick/particles/itemparticle/delegates.qml
/usr/lib64/qt5/examples/quick/particles/itemparticle/itemparticle
/usr/lib64/qt5/examples/quick/particles/itemparticle/itemparticle.pro
/usr/lib64/qt5/examples/quick/particles/itemparticle/main.cpp
/usr/lib64/qt5/examples/quick/particles/itemparticle/particleview.qml
/usr/lib64/qt5/examples/quick/particles/particles.pro
/usr/lib64/qt5/examples/quick/particles/system
/usr/lib64/qt5/examples/quick/particles/system/content
/usr/lib64/qt5/examples/quick/particles/system/content/dynamiccomparison.qml
/usr/lib64/qt5/examples/quick/particles/system/content/dynamicemitters.qml
/usr/lib64/qt5/examples/quick/particles/system/content/multiplepainters.qml
/usr/lib64/qt5/examples/quick/particles/system/content/startstop.qml
/usr/lib64/qt5/examples/quick/particles/system/content/timedgroupchanges.qml
/usr/lib64/qt5/examples/quick/particles/system/main.cpp
/usr/lib64/qt5/examples/quick/particles/system/system
/usr/lib64/qt5/examples/quick/particles/system/system.pro
/usr/lib64/qt5/examples/quick/particles/system/system.qml
/usr/lib64/qt5/examples/quick/particles/system/system.qmlproject
/usr/lib64/qt5/examples/quick/particles/system/system.qrc
/usr/lib64/qt5/examples/quick/positioners
/usr/lib64/qt5/examples/quick/positioners/main.cpp
/usr/lib64/qt5/examples/quick/positioners/positioners
/usr/lib64/qt5/examples/quick/positioners/positioners-attachedproperties.qml
/usr/lib64/qt5/examples/quick/positioners/positioners-transitions.qml
/usr/lib64/qt5/examples/quick/positioners/positioners.pro
/usr/lib64/qt5/examples/quick/positioners/positioners.qml
/usr/lib64/qt5/examples/quick/positioners/positioners.qmlproject
/usr/lib64/qt5/examples/quick/positioners/positioners.qrc
/usr/lib64/qt5/examples/quick/quick-accessibility
/usr/lib64/qt5/examples/quick/quick-accessibility/accessibility.qml
/usr/lib64/qt5/examples/quick/quick-accessibility/accessibility.qmlproject
/usr/lib64/qt5/examples/quick/quick-accessibility/accessibility.qrc
/usr/lib64/qt5/examples/quick/quick-accessibility/content
/usr/lib64/qt5/examples/quick/quick-accessibility/content/Button.qml
/usr/lib64/qt5/examples/quick/quick-accessibility/content/Checkbox.qml
/usr/lib64/qt5/examples/quick/quick-accessibility/content/Slider.qml
/usr/lib64/qt5/examples/quick/quick-accessibility/main.cpp
/usr/lib64/qt5/examples/quick/quick-accessibility/quick-accessibility
/usr/lib64/qt5/examples/quick/quick-accessibility/quick-accessibility.pro
/usr/lib64/qt5/examples/quick/quick.pro
/usr/lib64/qt5/examples/quick/quickwidgets
/usr/lib64/qt5/examples/quick/quickwidgets/qquickviewcomparison
/usr/lib64/qt5/examples/quick/quickwidgets/qquickviewcomparison/fbitem.cpp
/usr/lib64/qt5/examples/quick/quickwidgets/qquickviewcomparison/fbitem.h
/usr/lib64/qt5/examples/quick/quickwidgets/qquickviewcomparison/logo.cpp
/usr/lib64/qt5/examples/quick/quickwidgets/qquickviewcomparison/logo.h
/usr/lib64/qt5/examples/quick/quickwidgets/qquickviewcomparison/main.cpp
/usr/lib64/qt5/examples/quick/quickwidgets/qquickviewcomparison/mainwindow.cpp
/usr/lib64/qt5/examples/quick/quickwidgets/qquickviewcomparison/mainwindow.h
/usr/lib64/qt5/examples/quick/quickwidgets/qquickviewcomparison/qquickviewcomparison
/usr/lib64/qt5/examples/quick/quickwidgets/qquickviewcomparison/qquickviewcomparison.pro
/usr/lib64/qt5/examples/quick/quickwidgets/qquickviewcomparison/qquickviewcomparison.qrc
/usr/lib64/qt5/examples/quick/quickwidgets/qquickviewcomparison/test.qml
/usr/lib64/qt5/examples/quick/quickwidgets/quickwidget
/usr/lib64/qt5/examples/quick/quickwidgets/quickwidget/customgl.qml
/usr/lib64/qt5/examples/quick/quickwidgets/quickwidget/fbitem.cpp
/usr/lib64/qt5/examples/quick/quickwidgets/quickwidget/fbitem.h
/usr/lib64/qt5/examples/quick/quickwidgets/quickwidget/main.cpp
/usr/lib64/qt5/examples/quick/quickwidgets/quickwidget/quickwidget
/usr/lib64/qt5/examples/quick/quickwidgets/quickwidget/quickwidget.pro
/usr/lib64/qt5/examples/quick/quickwidgets/quickwidget/quickwidget.qrc
/usr/lib64/qt5/examples/quick/quickwidgets/quickwidget/rotatingsquare.qml
/usr/lib64/qt5/examples/quick/quickwidgets/quickwidget/rotatingsquaretab.qml
/usr/lib64/qt5/examples/quick/quickwidgets/quickwidgets.pro
/usr/lib64/qt5/examples/quick/rendercontrol
/usr/lib64/qt5/examples/quick/rendercontrol/cuberenderer.cpp
/usr/lib64/qt5/examples/quick/rendercontrol/cuberenderer.h
/usr/lib64/qt5/examples/quick/rendercontrol/demo.qml
/usr/lib64/qt5/examples/quick/rendercontrol/main.cpp
/usr/lib64/qt5/examples/quick/rendercontrol/rendercontrol
/usr/lib64/qt5/examples/quick/rendercontrol/rendercontrol.pro
/usr/lib64/qt5/examples/quick/rendercontrol/rendercontrol.qrc
/usr/lib64/qt5/examples/quick/rendercontrol/window_multithreaded.cpp
/usr/lib64/qt5/examples/quick/rendercontrol/window_multithreaded.h
/usr/lib64/qt5/examples/quick/rendercontrol/window_singlethreaded.cpp
/usr/lib64/qt5/examples/quick/rendercontrol/window_singlethreaded.h
/usr/lib64/qt5/examples/quick/righttoleft
/usr/lib64/qt5/examples/quick/righttoleft/layoutdirection
/usr/lib64/qt5/examples/quick/righttoleft/layoutdirection/layoutdirection.qml
/usr/lib64/qt5/examples/quick/righttoleft/layoutdirection/layoutdirection.qmlproject
/usr/lib64/qt5/examples/quick/righttoleft/layoutmirroring
/usr/lib64/qt5/examples/quick/righttoleft/layoutmirroring/layoutmirroring.qml
/usr/lib64/qt5/examples/quick/righttoleft/layoutmirroring/layoutmirroring.qmlproject
/usr/lib64/qt5/examples/quick/righttoleft/main.cpp
/usr/lib64/qt5/examples/quick/righttoleft/righttoleft
/usr/lib64/qt5/examples/quick/righttoleft/righttoleft.pro
/usr/lib64/qt5/examples/quick/righttoleft/righttoleft.qml
/usr/lib64/qt5/examples/quick/righttoleft/righttoleft.qmlproject
/usr/lib64/qt5/examples/quick/righttoleft/righttoleft.qrc
/usr/lib64/qt5/examples/quick/righttoleft/textalignment
/usr/lib64/qt5/examples/quick/righttoleft/textalignment/textalignment.qml
/usr/lib64/qt5/examples/quick/righttoleft/textalignment/textalignment.qmlproject
/usr/lib64/qt5/examples/quick/scenegraph
/usr/lib64/qt5/examples/quick/scenegraph/customgeometry
/usr/lib64/qt5/examples/quick/scenegraph/customgeometry/beziercurve.cpp
/usr/lib64/qt5/examples/quick/scenegraph/customgeometry/beziercurve.h
/usr/lib64/qt5/examples/quick/scenegraph/customgeometry/customgeometry
/usr/lib64/qt5/examples/quick/scenegraph/customgeometry/customgeometry.pro
/usr/lib64/qt5/examples/quick/scenegraph/customgeometry/customgeometry.qrc
/usr/lib64/qt5/examples/quick/scenegraph/customgeometry/main.cpp
/usr/lib64/qt5/examples/quick/scenegraph/customgeometry/main.qml
/usr/lib64/qt5/examples/quick/scenegraph/fboitem
/usr/lib64/qt5/examples/quick/scenegraph/fboitem/fboinsgrenderer.cpp
/usr/lib64/qt5/examples/quick/scenegraph/fboitem/fboinsgrenderer.h
/usr/lib64/qt5/examples/quick/scenegraph/fboitem/fboitem
/usr/lib64/qt5/examples/quick/scenegraph/fboitem/fboitem.pro
/usr/lib64/qt5/examples/quick/scenegraph/fboitem/fboitem.qrc
/usr/lib64/qt5/examples/quick/scenegraph/fboitem/main.cpp
/usr/lib64/qt5/examples/quick/scenegraph/fboitem/main.qml
/usr/lib64/qt5/examples/quick/scenegraph/fboitem/shaders
/usr/lib64/qt5/examples/quick/scenegraph/fboitem/shaders/+qsb
/usr/lib64/qt5/examples/quick/scenegraph/fboitem/shaders/+qsb/checker.frag
/usr/lib64/qt5/examples/quick/scenegraph/fboitem/shaders/checker.frag
/usr/lib64/qt5/examples/quick/scenegraph/fboitem/shaders/checker_rhi.frag
/usr/lib64/qt5/examples/quick/scenegraph/graph
/usr/lib64/qt5/examples/quick/scenegraph/graph/graph
/usr/lib64/qt5/examples/quick/scenegraph/graph/graph.cpp
/usr/lib64/qt5/examples/quick/scenegraph/graph/graph.h
/usr/lib64/qt5/examples/quick/scenegraph/graph/graph.pro
/usr/lib64/qt5/examples/quick/scenegraph/graph/graph.qrc
/usr/lib64/qt5/examples/quick/scenegraph/graph/gridnode.cpp
/usr/lib64/qt5/examples/quick/scenegraph/graph/gridnode.h
/usr/lib64/qt5/examples/quick/scenegraph/graph/linenode.cpp
/usr/lib64/qt5/examples/quick/scenegraph/graph/linenode.h
/usr/lib64/qt5/examples/quick/scenegraph/graph/main.cpp
/usr/lib64/qt5/examples/quick/scenegraph/graph/main.qml
/usr/lib64/qt5/examples/quick/scenegraph/graph/noisynode.cpp
/usr/lib64/qt5/examples/quick/scenegraph/graph/noisynode.h
/usr/lib64/qt5/examples/quick/scenegraph/graph/shaders
/usr/lib64/qt5/examples/quick/scenegraph/graph/shaders/line.fsh
/usr/lib64/qt5/examples/quick/scenegraph/graph/shaders/line.vsh
/usr/lib64/qt5/examples/quick/scenegraph/graph/shaders/noisy.fsh
/usr/lib64/qt5/examples/quick/scenegraph/graph/shaders/noisy.vsh
/usr/lib64/qt5/examples/quick/scenegraph/openglunderqml
/usr/lib64/qt5/examples/quick/scenegraph/openglunderqml/main.cpp
/usr/lib64/qt5/examples/quick/scenegraph/openglunderqml/main.qml
/usr/lib64/qt5/examples/quick/scenegraph/openglunderqml/openglunderqml
/usr/lib64/qt5/examples/quick/scenegraph/openglunderqml/openglunderqml.pro
/usr/lib64/qt5/examples/quick/scenegraph/openglunderqml/openglunderqml.qrc
/usr/lib64/qt5/examples/quick/scenegraph/openglunderqml/squircle.cpp
/usr/lib64/qt5/examples/quick/scenegraph/openglunderqml/squircle.h
/usr/lib64/qt5/examples/quick/scenegraph/rendernode
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/customrenderitem.cpp
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/customrenderitem.h
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/main.cpp
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/main.qml
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/metalshader.frag
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/metalshader.vert
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/openglrenderer.cpp
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/openglrenderer.h
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/rendernode
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/rendernode.pro
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/rendernode.qrc
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/shader_frag.cso
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/shader_vert.cso
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/softwarerenderer.cpp
/usr/lib64/qt5/examples/quick/scenegraph/rendernode/softwarerenderer.h
/usr/lib64/qt5/examples/quick/scenegraph/scenegraph.pro
/usr/lib64/qt5/examples/quick/scenegraph/sgengine
/usr/lib64/qt5/examples/quick/scenegraph/sgengine/face-smile.png
/usr/lib64/qt5/examples/quick/scenegraph/sgengine/main.cpp
/usr/lib64/qt5/examples/quick/scenegraph/sgengine/sgengine
/usr/lib64/qt5/examples/quick/scenegraph/sgengine/sgengine.pro
/usr/lib64/qt5/examples/quick/scenegraph/sgengine/sgengine.qrc
/usr/lib64/qt5/examples/quick/scenegraph/sgengine/window.cpp
/usr/lib64/qt5/examples/quick/scenegraph/sgengine/window.h
/usr/lib64/qt5/examples/quick/scenegraph/shared
/usr/lib64/qt5/examples/quick/scenegraph/shared/logorenderer.cpp
/usr/lib64/qt5/examples/quick/scenegraph/shared/logorenderer.h
/usr/lib64/qt5/examples/quick/scenegraph/shared/squircle_rhi.frag
/usr/lib64/qt5/examples/quick/scenegraph/shared/squircle_rhi.vert
/usr/lib64/qt5/examples/quick/scenegraph/simplematerial
/usr/lib64/qt5/examples/quick/scenegraph/simplematerial/main.qml
/usr/lib64/qt5/examples/quick/scenegraph/simplematerial/simplematerial
/usr/lib64/qt5/examples/quick/scenegraph/simplematerial/simplematerial.cpp
/usr/lib64/qt5/examples/quick/scenegraph/simplematerial/simplematerial.pro
/usr/lib64/qt5/examples/quick/scenegraph/simplematerial/simplematerial.qrc
/usr/lib64/qt5/examples/quick/scenegraph/simplematerial/simplematerialitem.cpp
/usr/lib64/qt5/examples/quick/scenegraph/simplematerial/simplematerialitem.h
/usr/lib64/qt5/examples/quick/scenegraph/textureinthread
/usr/lib64/qt5/examples/quick/scenegraph/textureinthread/error.qml
/usr/lib64/qt5/examples/quick/scenegraph/textureinthread/main.cpp
/usr/lib64/qt5/examples/quick/scenegraph/textureinthread/main.qml
/usr/lib64/qt5/examples/quick/scenegraph/textureinthread/textureinthread
/usr/lib64/qt5/examples/quick/scenegraph/textureinthread/textureinthread.pro
/usr/lib64/qt5/examples/quick/scenegraph/textureinthread/textureinthread.qrc
/usr/lib64/qt5/examples/quick/scenegraph/textureinthread/threadrenderer.cpp
/usr/lib64/qt5/examples/quick/scenegraph/textureinthread/threadrenderer.h
/usr/lib64/qt5/examples/quick/scenegraph/threadedanimation
/usr/lib64/qt5/examples/quick/scenegraph/threadedanimation/main.cpp
/usr/lib64/qt5/examples/quick/scenegraph/threadedanimation/main.qml
/usr/lib64/qt5/examples/quick/scenegraph/threadedanimation/spinner.cpp
/usr/lib64/qt5/examples/quick/scenegraph/threadedanimation/spinner.h
/usr/lib64/qt5/examples/quick/scenegraph/threadedanimation/spinner.png
/usr/lib64/qt5/examples/quick/scenegraph/threadedanimation/threadedanimation
/usr/lib64/qt5/examples/quick/scenegraph/threadedanimation/threadedanimation.pro
/usr/lib64/qt5/examples/quick/scenegraph/threadedanimation/threadedanimation.qrc
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/main.cpp
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/main.qml
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/shaders
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/shaders/+qsb
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/shaders/+qsb/checker.frag
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/shaders/+qsb/xorblender.frag
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/shaders/+qsb/xorblender.vert
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/shaders/checker.frag
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/shaders/checker_rhi.frag
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/shaders/xorblender.frag
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/shaders/xorblender.vert
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/shaders/xorblender_rhi.frag
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/shaders/xorblender_rhi.vert
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/twotextureproviders
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/twotextureproviders.pro
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/xorblender.cpp
/usr/lib64/qt5/examples/quick/scenegraph/twotextureproviders/xorblender.h
/usr/lib64/qt5/examples/quick/scenegraph/vulkantextureimport
/usr/lib64/qt5/examples/quick/scenegraph/vulkantextureimport/main.cpp
/usr/lib64/qt5/examples/quick/scenegraph/vulkantextureimport/main.qml
/usr/lib64/qt5/examples/quick/scenegraph/vulkantextureimport/squircle.frag.spv
/usr/lib64/qt5/examples/quick/scenegraph/vulkantextureimport/squircle.vert.spv
/usr/lib64/qt5/examples/quick/scenegraph/vulkantextureimport/vulkantextureimport
/usr/lib64/qt5/examples/quick/scenegraph/vulkantextureimport/vulkantextureimport.cpp
/usr/lib64/qt5/examples/quick/scenegraph/vulkantextureimport/vulkantextureimport.h
/usr/lib64/qt5/examples/quick/scenegraph/vulkantextureimport/vulkantextureimport.pro
/usr/lib64/qt5/examples/quick/scenegraph/vulkantextureimport/vulkantextureimport.qrc
/usr/lib64/qt5/examples/quick/scenegraph/vulkanunderqml
/usr/lib64/qt5/examples/quick/scenegraph/vulkanunderqml/main.cpp
/usr/lib64/qt5/examples/quick/scenegraph/vulkanunderqml/main.qml
/usr/lib64/qt5/examples/quick/scenegraph/vulkanunderqml/squircle.frag.spv
/usr/lib64/qt5/examples/quick/scenegraph/vulkanunderqml/squircle.vert.spv
/usr/lib64/qt5/examples/quick/scenegraph/vulkanunderqml/vulkansquircle.cpp
/usr/lib64/qt5/examples/quick/scenegraph/vulkanunderqml/vulkansquircle.h
/usr/lib64/qt5/examples/quick/scenegraph/vulkanunderqml/vulkanunderqml
/usr/lib64/qt5/examples/quick/scenegraph/vulkanunderqml/vulkanunderqml.pro
/usr/lib64/qt5/examples/quick/scenegraph/vulkanunderqml/vulkanunderqml.qrc
/usr/lib64/qt5/examples/quick/shadereffects
/usr/lib64/qt5/examples/quick/shadereffects/content
/usr/lib64/qt5/examples/quick/shadereffects/content/Slider.qml
/usr/lib64/qt5/examples/quick/shadereffects/content/face-smile.png
/usr/lib64/qt5/examples/quick/shadereffects/content/qt-logo.png
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+hlsl
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+hlsl/blur.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+hlsl/colorize.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+hlsl/genie.vert
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+hlsl/outline.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+hlsl/shadow.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+hlsl/wobble.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+qsb
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+qsb/blur.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+qsb/colorize.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+qsb/genie.vert
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+qsb/outline.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+qsb/shadow.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/+qsb/wobble.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/blur.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/colorize.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/genie.vert
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/outline.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/rhi
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/rhi/blur.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/rhi/colorize.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/rhi/compile.bat
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/rhi/genie.vert
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/rhi/outline.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/rhi/shadow.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/rhi/wobble.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/shadow.frag
/usr/lib64/qt5/examples/quick/shadereffects/content/shaders/wobble.frag
/usr/lib64/qt5/examples/quick/shadereffects/main.cpp
/usr/lib64/qt5/examples/quick/shadereffects/shadereffects
/usr/lib64/qt5/examples/quick/shadereffects/shadereffects.pro
/usr/lib64/qt5/examples/quick/shadereffects/shadereffects.qml
/usr/lib64/qt5/examples/quick/shadereffects/shadereffects.qmlproject
/usr/lib64/qt5/examples/quick/shadereffects/shadereffects.qrc
/usr/lib64/qt5/examples/quick/shapes
/usr/lib64/qt5/examples/quick/shapes/content
/usr/lib64/qt5/examples/quick/shapes/content/clippedtigers.qml
/usr/lib64/qt5/examples/quick/shapes/content/interactive.qml
/usr/lib64/qt5/examples/quick/shapes/content/item10.qml
/usr/lib64/qt5/examples/quick/shapes/content/item11.qml
/usr/lib64/qt5/examples/quick/shapes/content/item12.qml
/usr/lib64/qt5/examples/quick/shapes/content/item13.qml
/usr/lib64/qt5/examples/quick/shapes/content/item14.qml
/usr/lib64/qt5/examples/quick/shapes/content/item15.qml
/usr/lib64/qt5/examples/quick/shapes/content/item17.qml
/usr/lib64/qt5/examples/quick/shapes/content/item18.qml
/usr/lib64/qt5/examples/quick/shapes/content/item2.qml
/usr/lib64/qt5/examples/quick/shapes/content/item3.qml
/usr/lib64/qt5/examples/quick/shapes/content/item4.qml
/usr/lib64/qt5/examples/quick/shapes/content/item5.qml
/usr/lib64/qt5/examples/quick/shapes/content/item6.qml
/usr/lib64/qt5/examples/quick/shapes/content/item7.qml
/usr/lib64/qt5/examples/quick/shapes/content/item8.qml
/usr/lib64/qt5/examples/quick/shapes/content/item9.qml
/usr/lib64/qt5/examples/quick/shapes/content/main.qml
/usr/lib64/qt5/examples/quick/shapes/content/sampling.qml
/usr/lib64/qt5/examples/quick/shapes/content/shapegallery.qml
/usr/lib64/qt5/examples/quick/shapes/content/tapableTriangle.qml
/usr/lib64/qt5/examples/quick/shapes/content/tiger.qml
/usr/lib64/qt5/examples/quick/shapes/main.cpp
/usr/lib64/qt5/examples/quick/shapes/shapes
/usr/lib64/qt5/examples/quick/shapes/shapes.pro
/usr/lib64/qt5/examples/quick/shapes/shapes.qrc
/usr/lib64/qt5/examples/quick/shared
/usr/lib64/qt5/examples/quick/shared/Button.qml
/usr/lib64/qt5/examples/quick/shared/CheckBox.qml
/usr/lib64/qt5/examples/quick/shared/FlickrRssModel.qml
/usr/lib64/qt5/examples/quick/shared/Label.qml
/usr/lib64/qt5/examples/quick/shared/LauncherList.qml
/usr/lib64/qt5/examples/quick/shared/README
/usr/lib64/qt5/examples/quick/shared/SimpleLauncherDelegate.qml
/usr/lib64/qt5/examples/quick/shared/Slider.qml
/usr/lib64/qt5/examples/quick/shared/TabSet.qml
/usr/lib64/qt5/examples/quick/shared/TextField.qml
/usr/lib64/qt5/examples/quick/shared/images
/usr/lib64/qt5/examples/quick/shared/images/back.png
/usr/lib64/qt5/examples/quick/shared/images/checkmark.png
/usr/lib64/qt5/examples/quick/shared/images/next.png
/usr/lib64/qt5/examples/quick/shared/images/qt-logo.png
/usr/lib64/qt5/examples/quick/shared/images/slider_handle.png
/usr/lib64/qt5/examples/quick/shared/images/tab.png
/usr/lib64/qt5/examples/quick/shared/qmldir
/usr/lib64/qt5/examples/quick/shared/quick_shared.qrc
/usr/lib64/qt5/examples/quick/shared/shared.h
/usr/lib64/qt5/examples/quick/shared/shared.qrc
/usr/lib64/qt5/examples/quick/tableview
/usr/lib64/qt5/examples/quick/tableview/gameoflife
/usr/lib64/qt5/examples/quick/tableview/gameoflife/gameoflife
/usr/lib64/qt5/examples/quick/tableview/gameoflife/gameoflife.pro
/usr/lib64/qt5/examples/quick/tableview/gameoflife/gameoflifemodel.cpp
/usr/lib64/qt5/examples/quick/tableview/gameoflife/gameoflifemodel.h
/usr/lib64/qt5/examples/quick/tableview/gameoflife/gosperglidergun.cells
/usr/lib64/qt5/examples/quick/tableview/gameoflife/main.cpp
/usr/lib64/qt5/examples/quick/tableview/gameoflife/main.qml
/usr/lib64/qt5/examples/quick/tableview/pixelator
/usr/lib64/qt5/examples/quick/tableview/pixelator/imagemodel.cpp
/usr/lib64/qt5/examples/quick/tableview/pixelator/imagemodel.h
/usr/lib64/qt5/examples/quick/tableview/pixelator/main.cpp
/usr/lib64/qt5/examples/quick/tableview/pixelator/main.qml
/usr/lib64/qt5/examples/quick/tableview/pixelator/pixelator
/usr/lib64/qt5/examples/quick/tableview/pixelator/pixelator.pro
/usr/lib64/qt5/examples/quick/tableview/pixelator/qt.png
/usr/lib64/qt5/examples/quick/tableview/tableview.pro
/usr/lib64/qt5/examples/quick/text
/usr/lib64/qt5/examples/quick/text/fonts
/usr/lib64/qt5/examples/quick/text/fonts/availableFonts.qml
/usr/lib64/qt5/examples/quick/text/fonts/banner.qml
/usr/lib64/qt5/examples/quick/text/fonts/content
/usr/lib64/qt5/examples/quick/text/fonts/content/fonts
/usr/lib64/qt5/examples/quick/text/fonts/content/fonts/tarzeau_ocr_a.ttf
/usr/lib64/qt5/examples/quick/text/fonts/fonts.qml
/usr/lib64/qt5/examples/quick/text/fonts/hello.qml
/usr/lib64/qt5/examples/quick/text/imgtag
/usr/lib64/qt5/examples/quick/text/imgtag/TextWithImage.qml
/usr/lib64/qt5/examples/quick/text/imgtag/images
/usr/lib64/qt5/examples/quick/text/imgtag/images/face-sad.png
/usr/lib64/qt5/examples/quick/text/imgtag/images/face-smile-big.png
/usr/lib64/qt5/examples/quick/text/imgtag/images/face-smile.png
/usr/lib64/qt5/examples/quick/text/imgtag/images/heart200.png
/usr/lib64/qt5/examples/quick/text/imgtag/images/qtlogo.png
/usr/lib64/qt5/examples/quick/text/imgtag/images/starfish_2.png
/usr/lib64/qt5/examples/quick/text/imgtag/imgtag.qml
/usr/lib64/qt5/examples/quick/text/main.cpp
/usr/lib64/qt5/examples/quick/text/styledtext-layout.qml
/usr/lib64/qt5/examples/quick/text/text
/usr/lib64/qt5/examples/quick/text/text.pro
/usr/lib64/qt5/examples/quick/text/text.qml
/usr/lib64/qt5/examples/quick/text/text.qmlproject
/usr/lib64/qt5/examples/quick/text/text.qrc
/usr/lib64/qt5/examples/quick/text/textselection
/usr/lib64/qt5/examples/quick/text/textselection/pics
/usr/lib64/qt5/examples/quick/text/textselection/pics/endHandle.png
/usr/lib64/qt5/examples/quick/text/textselection/pics/endHandle.sci
/usr/lib64/qt5/examples/quick/text/textselection/pics/startHandle.png
/usr/lib64/qt5/examples/quick/text/textselection/pics/startHandle.sci
/usr/lib64/qt5/examples/quick/text/textselection/textselection.qml
/usr/lib64/qt5/examples/quick/textureprovider
/usr/lib64/qt5/examples/quick/textureprovider/Label.qml
/usr/lib64/qt5/examples/quick/textureprovider/etcprovider.cpp
/usr/lib64/qt5/examples/quick/textureprovider/etcprovider.h
/usr/lib64/qt5/examples/quick/textureprovider/images
/usr/lib64/qt5/examples/quick/textureprovider/images/qt-logo.jpg
/usr/lib64/qt5/examples/quick/textureprovider/images/qt-logo.pkm
/usr/lib64/qt5/examples/quick/textureprovider/main.cpp
/usr/lib64/qt5/examples/quick/textureprovider/textureprovider
/usr/lib64/qt5/examples/quick/textureprovider/textureprovider.pro
/usr/lib64/qt5/examples/quick/textureprovider/textureprovider.qml
/usr/lib64/qt5/examples/quick/textureprovider/textureprovider.qrc
/usr/lib64/qt5/examples/quick/threading
/usr/lib64/qt5/examples/quick/threading/main.cpp
/usr/lib64/qt5/examples/quick/threading/threadedlistmodel
/usr/lib64/qt5/examples/quick/threading/threadedlistmodel/dataloader.mjs
/usr/lib64/qt5/examples/quick/threading/threadedlistmodel/doc
/usr/lib64/qt5/examples/quick/threading/threadedlistmodel/doc/src
/usr/lib64/qt5/examples/quick/threading/threadedlistmodel/doc/src/threadedlistmodel.qdoc
/usr/lib64/qt5/examples/quick/threading/threadedlistmodel/threadedlistmodel.qmlproject
/usr/lib64/qt5/examples/quick/threading/threadedlistmodel/timedisplay.qml
/usr/lib64/qt5/examples/quick/threading/threading
/usr/lib64/qt5/examples/quick/threading/threading.pro
/usr/lib64/qt5/examples/quick/threading/threading.qml
/usr/lib64/qt5/examples/quick/threading/threading.qmlproject
/usr/lib64/qt5/examples/quick/threading/threading.qrc
/usr/lib64/qt5/examples/quick/threading/workerscript
/usr/lib64/qt5/examples/quick/threading/workerscript/Spinner.qml
/usr/lib64/qt5/examples/quick/threading/workerscript/workerscript.mjs
/usr/lib64/qt5/examples/quick/threading/workerscript/workerscript.qml
/usr/lib64/qt5/examples/quick/threading/workerscript/workerscript.qmlproject
/usr/lib64/qt5/examples/quick/touchinteraction
/usr/lib64/qt5/examples/quick/touchinteraction/flickable
/usr/lib64/qt5/examples/quick/touchinteraction/flickable/basic-flickable.qml
/usr/lib64/qt5/examples/quick/touchinteraction/flickable/content
/usr/lib64/qt5/examples/quick/touchinteraction/flickable/content/Panel.qml
/usr/lib64/qt5/examples/quick/touchinteraction/flickable/content/cork.jpg
/usr/lib64/qt5/examples/quick/touchinteraction/flickable/content/note-yellow.png
/usr/lib64/qt5/examples/quick/touchinteraction/flickable/content/tack.png
/usr/lib64/qt5/examples/quick/touchinteraction/flickable/corkboards.qml
/usr/lib64/qt5/examples/quick/touchinteraction/main.cpp
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/bearwhack.qml
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content/AugmentedTouchPoint.qml
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content/Bear0.png
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content/Bear1.png
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content/Bear2.png
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content/Bear3.png
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content/BearB.png
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content/ParticleFlame.qml
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content/blur-circle.png
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content/blur-circle3.png
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content/heart-blur.png
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/content/title.png
/usr/lib64/qt5/examples/quick/touchinteraction/multipointtouch/multiflame.qml
/usr/lib64/qt5/examples/quick/touchinteraction/pincharea
/usr/lib64/qt5/examples/quick/touchinteraction/pincharea/flickresize.qml
/usr/lib64/qt5/examples/quick/touchinteraction/pincharea/qt-logo.jpg
/usr/lib64/qt5/examples/quick/touchinteraction/touchinteraction
/usr/lib64/qt5/examples/quick/touchinteraction/touchinteraction.pro
/usr/lib64/qt5/examples/quick/touchinteraction/touchinteraction.qml
/usr/lib64/qt5/examples/quick/touchinteraction/touchinteraction.qmlproject
/usr/lib64/qt5/examples/quick/touchinteraction/touchinteraction.qrc
/usr/lib64/qt5/examples/quick/tutorials
/usr/lib64/qt5/examples/quick/tutorials/dynamicview
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview1
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview1/PetsModel.qml
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview1/dynamicview.qml
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview1/dynamicview1.pro
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview1/dynamicview1.qmlproject
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview1/dynamicview1.qrc
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview1/main.cpp
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview2
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview2/PetsModel.qml
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview2/dynamicview.qml
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview2/dynamicview2.pro
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview2/dynamicview2.qmlproject
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview2/dynamicview2.qrc
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview2/main.cpp
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview3
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview3/PetsModel.qml
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview3/dynamicview.qml
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview3/dynamicview3.pro
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview3/dynamicview3.qmlproject
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview3/dynamicview3.qrc
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview3/main.cpp
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview4
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview4/ListSelector.qml
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview4/PetsModel.qml
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview4/dynamicview.qml
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview4/dynamicview4.pro
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qmlproject
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qrc
/usr/lib64/qt5/examples/quick/tutorials/dynamicview/dynamicview4/main.cpp
/usr/lib64/qt5/examples/quick/tutorials/helloworld
/usr/lib64/qt5/examples/quick/tutorials/helloworld/Cell.qml
/usr/lib64/qt5/examples/quick/tutorials/helloworld/tutorial1.qml
/usr/lib64/qt5/examples/quick/tutorials/helloworld/tutorial2.qml
/usr/lib64/qt5/examples/quick/tutorials/helloworld/tutorial3.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame1
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame1/Block.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame1/Button.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame1/main.cpp
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame1/samegame.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame1/samegame1.pro
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame1/samegame1.qmlproject
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame1/samegame1.qrc
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame2
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame2/Block.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame2/Button.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame2/main.cpp
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame2/samegame.js
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame2/samegame.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame2/samegame2.pro
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame2/samegame2.qmlproject
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame2/samegame2.qrc
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame3
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame3/Block.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame3/Button.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame3/Dialog.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame3/main.cpp
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame3/samegame.js
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame3/samegame.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame3/samegame3.pro
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame3/samegame3.qmlproject
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame3/samegame3.qrc
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/content
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/content/BoomBlock.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/content/Button.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/content/Dialog.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/content/samegame.js
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/highscores
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/highscores/README
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/highscores/score_data.xml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/highscores/score_style.xsl
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/highscores/scores.php
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/main.cpp
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/samegame.qml
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/samegame4.pro
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/samegame4.qmlproject
/usr/lib64/qt5/examples/quick/tutorials/samegame/samegame4/samegame4.qrc
/usr/lib64/qt5/examples/quick/tutorials/samegame/shared
/usr/lib64/qt5/examples/quick/tutorials/samegame/shared/pics
/usr/lib64/qt5/examples/quick/tutorials/samegame/shared/pics/background.jpg
/usr/lib64/qt5/examples/quick/tutorials/samegame/shared/pics/blueStar.png
/usr/lib64/qt5/examples/quick/tutorials/samegame/shared/pics/blueStone.png
/usr/lib64/qt5/examples/quick/tutorials/samegame/shared/pics/greenStar.png
/usr/lib64/qt5/examples/quick/tutorials/samegame/shared/pics/greenStone.png
/usr/lib64/qt5/examples/quick/tutorials/samegame/shared/pics/redStar.png
/usr/lib64/qt5/examples/quick/tutorials/samegame/shared/pics/redStone.png
/usr/lib64/qt5/examples/quick/tutorials/samegame/shared/pics/shared.qrc
/usr/lib64/qt5/examples/quick/tutorials/samegame/shared/pics/star.png
/usr/lib64/qt5/examples/quick/tutorials/samegame/shared/pics/yellowStone.png
/usr/lib64/qt5/examples/quick/tutorials/tutorials.pro
/usr/lib64/qt5/examples/quick/views
/usr/lib64/qt5/examples/quick/views/delegatemodel
/usr/lib64/qt5/examples/quick/views/delegatemodel/delegatemodel.qmlproject
/usr/lib64/qt5/examples/quick/views/delegatemodel/dragselection.qml
/usr/lib64/qt5/examples/quick/views/delegatemodel/flipable.pro
/usr/lib64/qt5/examples/quick/views/delegatemodel/flipable.qrc
/usr/lib64/qt5/examples/quick/views/delegatemodel/main.cpp
/usr/lib64/qt5/examples/quick/views/delegatemodel/slideshow.qml
/usr/lib64/qt5/examples/quick/views/gridview
/usr/lib64/qt5/examples/quick/views/gridview/gridview-example.qml
/usr/lib64/qt5/examples/quick/views/gridview/pics
/usr/lib64/qt5/examples/quick/views/gridview/pics/AddressBook_48.png
/usr/lib64/qt5/examples/quick/views/gridview/pics/AudioPlayer_48.png
/usr/lib64/qt5/examples/quick/views/gridview/pics/Camera_48.png
/usr/lib64/qt5/examples/quick/views/gridview/pics/DateBook_48.png
/usr/lib64/qt5/examples/quick/views/gridview/pics/EMail_48.png
/usr/lib64/qt5/examples/quick/views/gridview/pics/TodoList_48.png
/usr/lib64/qt5/examples/quick/views/gridview/pics/VideoPlayer_48.png
/usr/lib64/qt5/examples/quick/views/listview
/usr/lib64/qt5/examples/quick/views/listview/content
/usr/lib64/qt5/examples/quick/views/listview/content/PetsModel.qml
/usr/lib64/qt5/examples/quick/views/listview/content/PressAndHoldButton.qml
/usr/lib64/qt5/examples/quick/views/listview/content/RecipesModel.qml
/usr/lib64/qt5/examples/quick/views/listview/content/SmallText.qml
/usr/lib64/qt5/examples/quick/views/listview/content/TextButton.qml
/usr/lib64/qt5/examples/quick/views/listview/content/ToggleButton.qml
/usr/lib64/qt5/examples/quick/views/listview/content/pics
/usr/lib64/qt5/examples/quick/views/listview/content/pics/arrow-down.png
/usr/lib64/qt5/examples/quick/views/listview/content/pics/arrow-up.png
/usr/lib64/qt5/examples/quick/views/listview/content/pics/fruit-salad.jpg
/usr/lib64/qt5/examples/quick/views/listview/content/pics/hamburger.jpg
/usr/lib64/qt5/examples/quick/views/listview/content/pics/lemonade.jpg
/usr/lib64/qt5/examples/quick/views/listview/content/pics/list-delete.png
/usr/lib64/qt5/examples/quick/views/listview/content/pics/minus-sign.png
/usr/lib64/qt5/examples/quick/views/listview/content/pics/moreDown.png
/usr/lib64/qt5/examples/quick/views/listview/content/pics/moreUp.png
/usr/lib64/qt5/examples/quick/views/listview/content/pics/pancakes.jpg
/usr/lib64/qt5/examples/quick/views/listview/content/pics/plus-sign.png
/usr/lib64/qt5/examples/quick/views/listview/content/pics/vegetable-soup.jpg
/usr/lib64/qt5/examples/quick/views/listview/displaymargin.qml
/usr/lib64/qt5/examples/quick/views/listview/dynamiclist.qml
/usr/lib64/qt5/examples/quick/views/listview/expandingdelegates.qml
/usr/lib64/qt5/examples/quick/views/listview/highlight.qml
/usr/lib64/qt5/examples/quick/views/listview/highlightranges.qml
/usr/lib64/qt5/examples/quick/views/listview/sections.qml
/usr/lib64/qt5/examples/quick/views/main.cpp
/usr/lib64/qt5/examples/quick/views/objectmodel
/usr/lib64/qt5/examples/quick/views/objectmodel/objectmodel.qml
/usr/lib64/qt5/examples/quick/views/package
/usr/lib64/qt5/examples/quick/views/package/Delegate.qml
/usr/lib64/qt5/examples/quick/views/package/view.qml
/usr/lib64/qt5/examples/quick/views/pathview
/usr/lib64/qt5/examples/quick/views/pathview/pathview-example.qml
/usr/lib64/qt5/examples/quick/views/pathview/pics
/usr/lib64/qt5/examples/quick/views/pathview/pics/AddressBook_48.png
/usr/lib64/qt5/examples/quick/views/pathview/pics/AudioPlayer_48.png
/usr/lib64/qt5/examples/quick/views/pathview/pics/Camera_48.png
/usr/lib64/qt5/examples/quick/views/pathview/pics/DateBook_48.png
/usr/lib64/qt5/examples/quick/views/pathview/pics/EMail_48.png
/usr/lib64/qt5/examples/quick/views/pathview/pics/TodoList_48.png
/usr/lib64/qt5/examples/quick/views/pathview/pics/VideoPlayer_48.png
/usr/lib64/qt5/examples/quick/views/views
/usr/lib64/qt5/examples/quick/views/views.pro
/usr/lib64/qt5/examples/quick/views/views.qml
/usr/lib64/qt5/examples/quick/views/views.qmlproject
/usr/lib64/qt5/examples/quick/views/views.qrc
/usr/lib64/qt5/examples/quick/window
/usr/lib64/qt5/examples/quick/window/AllScreens.qml
/usr/lib64/qt5/examples/quick/window/CurrentScreen.qml
/usr/lib64/qt5/examples/quick/window/Splash.qml
/usr/lib64/qt5/examples/quick/window/main.cpp
/usr/lib64/qt5/examples/quick/window/resources
/usr/lib64/qt5/examples/quick/window/resources/icon.icns
/usr/lib64/qt5/examples/quick/window/resources/icon.ico
/usr/lib64/qt5/examples/quick/window/resources/icon.svg
/usr/lib64/qt5/examples/quick/window/resources/icon64.png
/usr/lib64/qt5/examples/quick/window/resources/window.rc
/usr/lib64/qt5/examples/quick/window/window
/usr/lib64/qt5/examples/quick/window/window.pro
/usr/lib64/qt5/examples/quick/window/window.qml
/usr/lib64/qt5/examples/quick/window/window.qrc
/usr/share/licenses/libqt5-qtdeclarative-examples
/usr/share/licenses/libqt5-qtdeclarative-examples/LICENSE.FDL
/usr/share/licenses/libqt5-qtdeclarative-examples/LICENSE.GPL2
/usr/share/licenses/libqt5-qtdeclarative-examples/LICENSE.GPL3
/usr/share/licenses/libqt5-qtdeclarative-examples/LICENSE.GPL3-EXCEPT
/usr/share/licenses/libqt5-qtdeclarative-examples/LICENSE.LGPL3


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 30 23:52:28 2024