├── .cmake.conf ├── .gitreview ├── .tag ├── CMakeLists.txt ├── LICENSES ├── Apache-2.0.txt ├── BSD-3-Clause.txt ├── BSL-1.0.txt ├── CC-BY-4.0.txt ├── CC-BY-SA-4.0.txt ├── CC0-1.0.txt ├── GFDL-1.3-no-invariants-only.txt ├── GPL-2.0-only.txt ├── GPL-3.0-only.txt ├── ISC.txt ├── LGPL-3.0-only.txt ├── LicenseRef-Qt-Commercial.txt └── MIT.txt ├── README.md ├── REUSE.toml ├── coin └── module_config.yaml ├── dependencies.yaml ├── dist ├── REUSE.toml ├── changes-5.0.1 ├── changes-5.0.2 ├── changes-5.1.0 ├── changes-5.1.1 ├── changes-5.10.0 ├── changes-5.10.1 ├── changes-5.11.0 ├── changes-5.11.1 ├── changes-5.11.2 ├── changes-5.11.3 ├── changes-5.12.0 ├── changes-5.12.1 ├── changes-5.12.2 ├── changes-5.12.3 ├── changes-5.12.4 ├── changes-5.12.5 ├── changes-5.13.0 ├── changes-5.13.1 ├── changes-5.13.2 ├── changes-5.14.0 ├── changes-5.14.1 ├── changes-5.14.2 ├── changes-5.15.0 ├── changes-5.15.1 ├── changes-5.15.2 ├── changes-5.2.0 ├── changes-5.3.1 ├── changes-5.3.2 ├── changes-5.4.0 ├── changes-5.5.0 ├── changes-5.6.0 ├── changes-5.6.1 ├── changes-5.6.2 ├── changes-5.6.3 ├── changes-5.7.0 ├── changes-5.7.1 ├── changes-5.8.0 ├── changes-5.9.0 ├── changes-5.9.1 ├── changes-5.9.2 ├── changes-5.9.3 ├── changes-5.9.4 ├── changes-5.9.5 ├── changes-5.9.6 └── changes-6.0.0 ├── doc ├── CMakeLists.txt ├── config │ ├── images │ │ ├── 5OiIqFTjUZI.jpg │ │ ├── nmvurCcsWos.jpg │ │ ├── qt-codesample.png │ │ └── xNIz78IPBu0.jpg │ ├── qtdoc.qdocconf │ └── style │ │ └── tree_config.xml ├── doc.pro ├── edu │ ├── config │ │ └── qtforeducation.qdocconf │ ├── images │ │ ├── qt-edu-apply.png │ │ ├── qt-edu-browse-qbsp.png │ │ ├── qt-edu-contribute.png │ │ ├── qt-edu-creator-open.png │ │ ├── qt-edu-creator-welcome.png │ │ ├── qt-edu-custominstallation.png │ │ ├── qt-edu-design-studio-open.png │ │ ├── qt-edu-design-studio-welcome.png │ │ ├── qt-edu-download.png │ │ ├── qt-edu-eeula-terms.png │ │ ├── qt-edu-install-design-studio.png │ │ ├── qt-edu-install-finish-design-studio.png │ │ ├── qt-edu-install-finish-qt.png │ │ ├── qt-edu-install-qt.png │ │ ├── qt-edu-install-xcode.png │ │ ├── qt-edu-license-agreement.png │ │ ├── qt-edu-login.png │ │ ├── qt-edu-maintenancetool.png │ │ ├── qt-edu-password.png │ │ ├── qt-edu-qbsp-download.png │ │ └── qt-edu-qbsp.png │ └── src │ │ ├── external-resources.qdoc │ │ ├── qt-edu-for-designers.qdoc │ │ ├── qt-edu-for-developers.qdoc │ │ ├── qt-edu-mcu.qdoc │ │ ├── qt-edu-raspberry-pi.qdoc │ │ ├── qt-edu-steps.qdocinc │ │ └── qt-for-education.qdoc ├── images │ ├── 2dgraphics │ │ ├── lottietoqmlexample.png │ │ ├── quickeffectmaker.png │ │ ├── tiger.png │ │ ├── vectorimageexample.png │ │ └── weatherforecastexample.png │ ├── blogs │ │ ├── BenchmarkDemoQt6.png │ │ └── qtquick3D.png │ ├── dprgadget.png │ ├── front-coding.png │ ├── front-ui.png │ ├── landing │ │ ├── icon_QtCreator_78x78px.png │ │ ├── icon_Qt_78x78px.png │ │ └── icon_Tools.png │ ├── numbers │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ ├── 08.png │ │ ├── 09.png │ │ └── 10.png │ ├── ok.png │ ├── qt-android-architecture.drawio.svg │ ├── qtcreator │ │ └── qtcreator-qt-quick-editors.png │ ├── rhiarch.png │ ├── wayland-multi-process.png │ ├── wayland-single-process-develop.png │ └── wayland-single-process-eglfs.png ├── snippets │ ├── examples │ │ └── qtquick3d.qdocinc │ ├── ios │ │ └── asset_catalog_icons.json │ ├── platforms │ │ └── cmake │ │ │ ├── linux │ │ │ └── toolchain_integrity.cmake │ │ │ └── win │ │ │ └── toolchain_integrity.cmake │ └── plugins │ │ ├── doc_src_plugins-howto.cmake │ │ └── doc_src_plugins-howto.pro └── src │ ├── bughowto.qdoc │ ├── classes.qdoc │ ├── cmake │ ├── CMakeLists.txt │ ├── cmake-making-qt-available.qdoc │ ├── cmake-manual.qdoc │ ├── cmake.pro │ ├── qtcmake.qdocconf │ └── snippets │ │ └── cmake │ │ ├── deploy_non_qml.cmake │ │ ├── deploy_qml.cmake │ │ ├── examples.cmake │ │ ├── helloworld_qtcore.cmake │ │ ├── helloworld_qtqml.cmake │ │ ├── helloworld_qtwidgets.cmake │ │ ├── helloworld_src_businesslogic.cmake │ │ ├── import_qt_minimal.cmake │ │ └── qt5_qt6_compatible.cmake │ ├── configure.qdoc │ ├── connectivity.qdoc │ ├── core.qdoc │ ├── datainputoutput.qdoc │ ├── deployment │ ├── deployment-plugins.qdoc │ ├── deployment.qdoc │ └── qt-conf.qdoc │ ├── development │ ├── activeqt-idc.qdoc │ ├── activeqt-testcon.qdoc │ ├── debug.qdoc │ ├── moc.qdoc │ ├── rcc.qdoc │ └── uic.qdoc │ ├── developmenttools.qdoc │ ├── examples-ios.qdoc │ ├── examples.qdoc │ ├── external-resources.qdoc │ ├── extras-changes.qdoc │ ├── frameworks-technologies │ ├── accessible.qdoc │ ├── desktop-integration.qdoc │ ├── ipc.qdoc │ ├── qundo.qdoc │ ├── threads.qdoc │ ├── unicode.qdoc │ └── why-moc.qdoc │ ├── getting-sources-from-git.qdoc │ ├── getting-started │ ├── create-your-first-applications.qdoc │ ├── examples.qdoc │ ├── explore-qt.qdoc │ ├── get-and-install-qt.qdoc │ ├── gettingstarted.qdoc │ ├── gettingstartedqml.qdoc │ ├── installation.qdoc │ ├── known-issues.qdoc │ ├── qt-online-installation.qdoc │ ├── solutions-for-application-development.qdoc │ └── tools-for-qt-quick-uis.qdoc │ ├── graphics.qdoc │ ├── graphics2d.qdoc │ ├── highdpi.qdoc │ ├── howtos │ ├── appicon.qdoc │ ├── exceptionsafety.qdoc │ ├── installer-cli.qdoc │ ├── plugins-howto.qdoc │ ├── restoring-geometry.qdoc │ ├── scalabilityintro.qdoc │ ├── session.qdoc │ ├── sharedlibrary.qdoc │ └── unix-signal-handlers.qdoc │ ├── images │ ├── accessibleobjecttree.png │ ├── activeqt-examples.png │ ├── addalarms.png │ ├── alarms2.png │ ├── alarms3.png │ ├── android-single-abis.png │ ├── android-source-folder.png │ ├── animatedtiles_snapshot.png │ ├── animation-examples.png │ ├── arrow.png │ ├── deployment-mac-application.png │ ├── deployment-mac-bundlestructure.png │ ├── detailscreen.png │ ├── dynamic-loaded-pro.png │ ├── dynamic-pro.png │ ├── fastboot-mode.png │ ├── flickr_application.png │ ├── gs-project1.png │ ├── gs-project2.png │ ├── gs1.png │ ├── gs2.png │ ├── gs3.png │ ├── gs4.png │ ├── gs5.png │ ├── icon.png │ ├── integrity-os.png │ ├── kernel-settings.png │ ├── layout-examples.png │ ├── mainscreen.png │ ├── maintenancetool.webp │ ├── notepad.png │ ├── notepad1.png │ ├── notepad2.png │ ├── notepad3.png │ ├── notepad4.png │ ├── notepad_menu.png │ ├── open-project.png │ ├── piemenu.gif │ ├── project-structure.png │ ├── project-view-2.png │ ├── project-view.png │ ├── project-wizard.png │ ├── qml-application.png │ ├── qml-texteditor1_button.png │ ├── qml-texteditor1_editmenu.png │ ├── qml-texteditor1_filemenu.png │ ├── qml-texteditor1_simplebutton.png │ ├── qml-texteditor2_menubar.png │ ├── qml-texteditor3_texteditor.png │ ├── qml-texteditor4_texteditor.png │ ├── qml-texteditor5_editmenu.png │ ├── qml-texteditor5_filemenu.png │ ├── qml-texteditor5_newfile.png │ ├── qt-creator-sdks.webp │ ├── qt-embedded-fontfeatures.png │ ├── qt-logo.png │ ├── qt5_everywhere_demo.jpg │ ├── qt5_graphicaleffects.jpg │ ├── qt5_particles.jpg │ ├── qt5_shadereffect.jpg │ ├── qt5_video.jpg │ ├── qt5_widgets.jpg │ ├── qtcreator-clazy-checks-for-porting-to-qt6.png │ ├── qtcreator-create-templates.png │ ├── qtdesignstudio.webp │ ├── qtinstallercomponents.webp │ ├── qtjenny-callback-extended-class.drawio.svg │ ├── qtjenny-callback-interface.drawio.svg │ ├── qtjenny-sequence.drawio.svg │ ├── qtpositioning_weatherinfo_ex.jpg │ ├── qtquick-for-android-architecture.drawio.svg │ ├── qtquickcontrols2-material.png │ ├── qtsensors_accelbubble_ex.jpg │ ├── qtwebengine_quicknanobrowser.jpg │ ├── sa8155-target.png │ ├── sa8155p.png │ ├── scalability-gridlayout.png │ ├── select-item-to-add.png │ ├── session.png │ ├── sql-examples.png │ ├── t1.png │ ├── t2.png │ ├── thread-examples.png │ ├── threadsandobjects.png │ ├── tool-examples.png │ ├── tree.png │ ├── vxwb-advanced-settings.png │ ├── vxwb-cmake-rtp-project.png │ ├── vxwb-connection.png │ ├── vxwb-rundebug-settings.png │ ├── vxwb-rundebug.png │ ├── wiring1.png │ ├── wiring2.png │ └── xml-examples.png │ ├── index.qdoc │ ├── internationalization │ ├── i18n.qdoc │ └── l10n.qdoc │ ├── language-overview.qdoc │ ├── legal │ ├── android-runtime-licensing-notes.qdoc │ ├── bsd.qdoc │ ├── exportcontrols.qdoc │ ├── fdl.qdoc │ ├── gpl.qdoc │ ├── licensechanges.qdoc │ ├── licenses.qdoc │ ├── sbom-overview.qdoc │ └── trademarks.qdoc │ ├── mobile.qdoc │ ├── module-changes.qdoc │ ├── modules-cpp.qdoc │ ├── modules-qml.qdoc │ ├── modules.qdoc │ ├── overviews.qdoc │ ├── platformintegration │ ├── CMakeLists.txt │ ├── platformintegration.h │ ├── platformintegration.pro │ ├── platformintegration.qdoc │ ├── platformintegration.qdocinc │ ├── qpa.qdoc │ └── qtplatformintegration.qdocconf │ ├── platforms │ ├── android │ │ ├── android-3rdparty-libs.qdoc │ │ ├── android-CMake-variables.qdoc │ │ ├── android-building-projects-from-commandline.qdoc │ │ ├── android-building.qdoc │ │ ├── android-deploying-application.qdoc │ │ ├── android-emoji-font.qdoc │ │ ├── android-environment-variables.qdoc │ │ ├── android-how-it-works.qdoc │ │ ├── android-openssl-support.qdoc │ │ ├── android-platform-notes.qdoc │ │ ├── android-publishing-to-googleplay.qdoc │ │ ├── android-services.qdoc │ │ ├── android.qdoc │ │ └── porting-to-android.qdoc │ ├── apple │ │ ├── apple-app-bundle.qdocinc │ │ ├── apple-common.qdocinc │ │ ├── apple-hidden-symbols.qdocinc │ │ ├── apple-xcode-dsym-archiving.qdocinc │ │ ├── ios.qdoc │ │ ├── macos-deploy-cmake.qdocinc │ │ ├── macos.qdoc │ │ └── objective-c.qdocinc │ ├── build-optimized-qt.qdoc │ ├── configure-linux-device.qdoc │ ├── cross-compiling-qt.qdoc │ ├── debian-packages.qdoc │ ├── emb-fonts.qdoc │ ├── emb-kmap2qmap.qdoc │ ├── emb-linux.qdoc │ ├── emb-opengl.qdocinc │ ├── expressing-apple-os-versions.qdocinc │ ├── inputs-linux-device.qdoc │ ├── integrity-build-monolith-app-tutorial.qdoc │ ├── integrity.qdoc │ ├── linux-wayland-build-qt-from-source.qdocinc │ ├── linux.qdoc │ ├── packaging.qdoc │ ├── porting-notes.qdocinc │ ├── qnx.qdoc │ ├── qt6GettingSources.qdocinc │ ├── supported-platforms.qdoc │ ├── supported-platforms.qdocinc │ ├── system-requirements-building-from-source.qdocinc │ ├── use-ninja-note.qdocinc │ ├── vxworks.qdoc │ ├── wasm.qdoc │ ├── wayland.qdoc │ ├── webos.qdoc │ └── windows.qdoc │ ├── portcppapps_toqt6.qdoc │ ├── porting-qt3d-to-qtquick3d.qdoc │ ├── porting.qdoc │ ├── product-information.qdoc │ ├── qt-additional-modules.qdoc │ ├── qt-intro.qdoc │ ├── qt-tools-utilities.qdoc │ ├── qtdoc-toc.qdoc │ ├── qtjenny │ ├── callbacks.qdoc │ ├── concepts.qdoc │ ├── configuration.qdoc │ ├── installation.qdoc │ ├── known-issues.qdoc │ ├── qt-jenny.qdoc │ └── whatsnew.qdoc │ ├── qtmodules.qdoc │ ├── reference.qdoc │ ├── releases.qdoc │ ├── security │ ├── security.qdoc │ └── untrusteddata.qdoc │ ├── signalslotsyntaxes.qdoc │ ├── snippets │ ├── accessibilityfactorysnippet.cpp │ ├── accessibilitypluginsnippet.cpp │ ├── accessibilityslidersnippet.cpp │ ├── animation │ │ └── sequential │ │ │ ├── icons.qrc │ │ │ ├── icons │ │ │ ├── left.png │ │ │ └── right.png │ │ │ ├── main.cpp │ │ │ ├── sequential.pro │ │ │ ├── tracer.cpp │ │ │ └── tracer.h │ ├── audio │ │ └── main.cpp │ ├── brush │ │ └── brush.pro │ ├── brushstyles │ │ ├── brushstyles.pro │ │ ├── main.cpp │ │ ├── qt-logo.png │ │ ├── renderarea.cpp │ │ ├── renderarea.h │ │ ├── stylewidget.cpp │ │ └── stylewidget.h │ ├── buffer │ │ └── buffer.pro │ ├── clipboard │ │ ├── clipboard.pro │ │ ├── clipwindow.cpp │ │ ├── clipwindow.h │ │ └── main.cpp │ ├── code │ │ ├── doc_src_appicon.pro │ │ ├── doc_src_appicon.qdoc │ │ ├── doc_src_assistant-manual.qdoc │ │ ├── doc_src_atomic-operations.qdoc │ │ ├── doc_src_bsd.qdoc │ │ ├── doc_src_debug.cpp │ │ ├── doc_src_deployment.cpp │ │ ├── doc_src_deployment.pro │ │ ├── doc_src_deployment.qdoc │ │ ├── doc_src_emb-charinput.qdoc │ │ ├── doc_src_emb-crosscompiling.qdoc │ │ ├── doc_src_emb-envvars.qdoc │ │ ├── doc_src_emb-features.qdoc │ │ ├── doc_src_emb-fonts.qdoc │ │ ├── doc_src_emb-performance.cpp │ │ ├── doc_src_emb-performance.qdoc │ │ ├── doc_src_emb-pointer.pro │ │ ├── doc_src_emb-pointer.qdoc │ │ ├── doc_src_emb-qvfb.qdoc │ │ ├── doc_src_emb-running.qdoc │ │ ├── doc_src_emb-vnc.qdoc │ │ ├── doc_src_examples_qtscriptcustomclass.cpp │ │ ├── doc_src_examples_tutorial.qdoc │ │ ├── doc_src_fdl.qdoc │ │ ├── doc_src_gpl.qdoc │ │ ├── doc_src_i18n.cpp │ │ ├── doc_src_i18n.qdoc │ │ ├── doc_src_installation.qdoc │ │ ├── doc_src_lgpl.qdoc │ │ ├── doc_src_lgpl3.qdoc │ │ ├── doc_src_licenses.qdoc │ │ ├── doc_src_linguist-manual.cpp │ │ ├── doc_src_linguist-manual.pro │ │ ├── doc_src_mac-differences.cpp │ │ ├── doc_src_mac-differences.pro │ │ ├── doc_src_mac-differences.qdoc │ │ ├── doc_src_moc.cpp │ │ ├── doc_src_moc.qdoc │ │ ├── doc_src_platform-notes.qdoc │ │ ├── doc_src_qt-conf.qdoc │ │ ├── doc_src_qt-embedded-displaymanagement.qdoc │ │ ├── doc_src_qtmac-as-native.qdoc │ │ ├── doc_src_qtmultimedia.cpp │ │ ├── doc_src_qtmultimedia.pro │ │ ├── doc_src_rcc.qdoc │ │ ├── doc_src_session.qdoc │ │ ├── doc_src_uic.qdoc │ │ ├── doc_src_unicode.cpp │ │ ├── doc_src_unix-signal-handlers.cpp │ │ ├── src_corelib_kernel_qobject.cpp │ │ ├── src_gui_widgets_qmainwindow.cpp │ │ ├── tools_assistant_compat_lib_qassistantclient.cpp │ │ ├── tools_designer_src_lib_extension_default_extensionfactory.cpp │ │ ├── tools_designer_src_lib_extension_extension.cpp │ │ ├── tools_designer_src_lib_extension_qextensionmanager.cpp │ │ ├── tools_designer_src_lib_sdk_abstractformeditor.cpp │ │ ├── tools_designer_src_lib_sdk_abstractformwindow.cpp │ │ ├── tools_designer_src_lib_sdk_abstractformwindowcursor.cpp │ │ ├── tools_designer_src_lib_sdk_abstractformwindowmanager.cpp │ │ ├── tools_designer_src_lib_sdk_abstractobjectinspector.cpp │ │ ├── tools_designer_src_lib_sdk_abstractpropertyeditor.cpp │ │ ├── tools_designer_src_lib_sdk_abstractwidgetbox.cpp │ │ ├── tools_designer_src_lib_uilib_abstractformbuilder.cpp │ │ ├── tools_designer_src_lib_uilib_formbuilder.cpp │ │ ├── tools_patternist_qapplicationargumentparser.cpp │ │ ├── tools_shared_qtgradienteditor_qtgradientdialog.cpp │ │ ├── tools_shared_qtpropertybrowser_qtpropertybrowser.cpp │ │ ├── tools_shared_qtpropertybrowser_qtvariantproperty.cpp │ │ └── tools_shared_qttoolbardialog_qttoolbardialog.cpp │ ├── colors │ │ ├── colors.pro │ │ ├── main.cpp │ │ ├── window.cpp │ │ └── window.h │ ├── console │ │ └── dbus_pingpong.txt │ ├── coordsys │ │ ├── coordsys.cpp │ │ └── coordsys.pro │ ├── dbus-pingpong-example.txt │ ├── declarative │ │ ├── arrow.png │ │ ├── borderimage │ │ │ ├── borderimage-defaults.qml │ │ │ └── pics │ │ │ │ ├── borderframe.png │ │ │ │ └── borderframe.svg │ │ ├── codingconventions │ │ │ └── myscript.js │ │ ├── column │ │ │ └── vertical-positioner-transition.qml │ │ ├── flow-diagram.qml │ │ ├── focus │ │ │ ├── focusColumn.qml │ │ │ ├── focusscopewidget.qml │ │ │ └── qmldir │ │ ├── focusscopes.qml │ │ ├── gridview │ │ │ └── pics │ │ │ │ └── portrait.png │ │ ├── imports │ │ │ └── best-practices.qml │ │ ├── pathview │ │ │ └── pics │ │ │ │ └── qtlogo.png │ │ ├── pics │ │ │ ├── checker.svg │ │ │ ├── qt.png │ │ │ └── qtlogo.png │ │ ├── qml-extending-types │ │ │ ├── components │ │ │ │ ├── Button.qml │ │ │ │ └── application.qml │ │ │ ├── methods │ │ │ │ └── app.qml │ │ │ ├── properties │ │ │ │ ├── ImageViewer.qml │ │ │ │ ├── alias-override.qml │ │ │ │ ├── alias.qml │ │ │ │ ├── alias │ │ │ │ │ ├── ImageViewer.qml │ │ │ │ │ └── application.qml │ │ │ │ ├── application.qml │ │ │ │ └── property-signals.qml │ │ │ └── signals │ │ │ │ ├── Button.qml │ │ │ │ ├── basic.qml │ │ │ │ ├── connectdynamic.qml │ │ │ │ ├── connectslots.qml │ │ │ │ ├── no-parameters.qml │ │ │ │ └── parameters.qml │ │ ├── qtbinding │ │ │ ├── context-advanced │ │ │ │ └── context-advanced.pro │ │ │ ├── context │ │ │ │ └── context.pro │ │ │ ├── enums │ │ │ │ ├── enums.pro │ │ │ │ └── main.cpp │ │ │ ├── functions-cpp │ │ │ │ └── functions-qml.pro │ │ │ ├── functions-qml │ │ │ │ └── functions-qml.pro │ │ │ ├── loading │ │ │ │ └── loading.pro │ │ │ ├── newelements │ │ │ │ └── newelements.pro │ │ │ ├── properties-cpp │ │ │ │ ├── main.cpp │ │ │ │ └── properties-cpp.pro │ │ │ ├── properties-qml │ │ │ │ └── properties-qml.pro │ │ │ ├── resources │ │ │ │ └── images │ │ │ │ │ └── background.png │ │ │ ├── signals-cpp │ │ │ │ └── signals-cpp.pro │ │ │ ├── signals-qml │ │ │ │ └── signals-qml.pro │ │ │ └── variantlistmap │ │ │ │ └── variantlistmap.pro │ │ ├── rectangle │ │ │ └── rectangle-smooth.qml │ │ ├── righttoleft │ │ │ └── Child.qml │ │ ├── text-lines.qml │ │ ├── texteditor.qml │ │ └── visualdatamodel_rootindex │ │ │ └── visualdatamodel_rootindex.pro │ ├── dialogs │ │ └── dialogs.pro │ ├── dockwidgets │ │ ├── Resources │ │ │ ├── modules.html │ │ │ ├── qtcore.html │ │ │ ├── qtgui.html │ │ │ ├── qtnetwork.html │ │ │ ├── qtopengl.html │ │ │ ├── qtsql.html │ │ │ ├── qtxml.html │ │ │ └── titles.txt │ │ ├── dockwidgets.pro │ │ ├── dockwidgets.qrc │ │ ├── main.cpp │ │ └── mainwindow.h │ ├── draganddrop │ │ ├── draganddrop.pro │ │ ├── dragwidget.cpp │ │ ├── dragwidget.h │ │ ├── main.cpp │ │ ├── mainwindow.cpp │ │ └── mainwindow.h │ ├── dragging │ │ ├── dragging.pro │ │ ├── images.qrc │ │ ├── images │ │ │ └── file.png │ │ ├── main.cpp │ │ └── mainwindow.h │ ├── dropactions │ │ ├── dropactions.pro │ │ ├── main.cpp │ │ ├── window.cpp │ │ └── window.h │ ├── dropevents │ │ ├── dropevents.pro │ │ ├── main.cpp │ │ ├── window.cpp │ │ └── window.h │ ├── droprectangle │ │ ├── droprectangle.pro │ │ ├── main.cpp │ │ ├── window.cpp │ │ └── window.h │ ├── explicitlysharedemployee │ │ ├── employee.cpp │ │ ├── employee.h │ │ ├── explicitlysharedemployee.pro │ │ └── main.cpp │ ├── file │ │ └── file.pro │ ├── fileinfo │ │ └── fileinfo.pro │ ├── i18n-non-qt-class │ │ ├── i18n-non-qt-class.pro │ │ ├── main.cpp │ │ ├── myclass.cpp │ │ ├── myclass.h │ │ ├── myclass.ts │ │ ├── resources.qrc │ │ └── translations │ │ │ ├── i18n-non-qt-class_en.ts │ │ │ └── i18n-non-qt-class_fr.ts │ ├── image │ │ └── image.pro │ ├── inherited-slot │ │ ├── button.cpp │ │ ├── button.h │ │ ├── inherited-slot.pro │ │ └── main.cpp │ ├── layouts │ │ └── layouts.pro │ ├── legal │ │ └── CatharonLicense.txt │ ├── matrix │ │ └── matrix.pro │ ├── moc │ │ ├── main.cpp │ │ ├── moc.pro │ │ ├── myclass1.h │ │ ├── myclass2.h │ │ └── myclass3.h │ ├── modelview-subclasses │ │ ├── main.cpp │ │ ├── model.cpp │ │ ├── model.h │ │ ├── view.cpp │ │ ├── view.h │ │ ├── window.cpp │ │ └── window.h │ ├── painterpath │ │ ├── painterpath.cpp │ │ └── painterpath.pro │ ├── persistentindexes │ │ ├── main.cpp │ │ ├── mainwindow.cpp │ │ ├── mainwindow.h │ │ ├── model.cpp │ │ ├── model.h │ │ └── persistentindexes.pro │ ├── picture │ │ └── picture.pro │ ├── polygon │ │ └── polygon.pro │ ├── porting-qx11info │ │ ├── main.cpp │ │ ├── porting-qx11info.pro │ │ ├── testwindow.cpp │ │ └── testwindow.h │ ├── porting4-dropevents │ │ ├── main.cpp │ │ ├── porting4-dropevents.pro │ │ └── window.h │ ├── printing-qprinter │ │ ├── main.cpp │ │ ├── object.h │ │ └── printing-qprinter.pro │ ├── process │ │ └── process.pro │ ├── qabstractsliderisnippet.cpp │ ├── qcalendarwidget │ │ ├── main.cpp │ │ └── qcalendarwidget.pro │ ├── qcolumnview │ │ ├── main.cpp │ │ └── qcolumnview.pro │ ├── qdbusextratypes │ │ └── qdbusextratypes.pro │ ├── qdebug │ │ ├── qdebug.pro │ │ └── qdebugsnippet.cpp │ ├── qdir-filepaths │ │ ├── main.cpp │ │ └── qdir-filepaths.pro │ ├── qdir-listfiles │ │ └── qdir-listfiles.pro │ ├── qdir-namefilters │ │ └── qdir-namefilters.pro │ ├── qelapsedtimer │ │ └── qelapsedtimer.pro │ ├── qfontdatabase │ │ └── qfontdatabase.pro │ ├── qgl-namespace │ │ ├── main.cpp │ │ └── qgl-namespace.pro │ ├── qlabel │ │ ├── main.cpp │ │ └── qlabel.pro │ ├── qlineargradient │ │ ├── main.cpp │ │ ├── paintwidget.cpp │ │ ├── paintwidget.h │ │ └── qlineargradient.pro │ ├── qlistview-using │ │ ├── main.cpp │ │ ├── mainwindow.cpp │ │ ├── mainwindow.h │ │ ├── model.cpp │ │ ├── model.h │ │ └── qlistview-using.pro │ ├── qlistwidget-using │ │ ├── main.cpp │ │ ├── mainwindow.h │ │ └── qlistwidget-using.pro │ ├── qprocess-environment │ │ └── qprocess-environment.pro │ ├── qprocess │ │ └── qprocess.pro │ ├── qsignalmapper │ │ ├── main.cpp │ │ ├── mainwindow.h │ │ └── qsignalmapper.pro │ ├── qsortfilterproxymodel-details │ │ └── qsortfilterproxymodel-details.pro │ ├── qsplashscreen │ │ ├── mainwindow.cpp │ │ ├── mainwindow.h │ │ ├── qsplashscreen.pro │ │ ├── qsplashscreen.qrc │ │ └── splash.png │ ├── qsql-namespace │ │ ├── main.cpp │ │ └── qsql-namespace.pro │ ├── qstack │ │ └── qstack.pro │ ├── qstackedlayout │ │ └── qstackedlayout.pro │ ├── qstackedwidget │ │ └── qstackedwidget.pro │ ├── qstandarditemmodel │ │ ├── main.cpp │ │ └── qstandarditemmodel.pro │ ├── qstatustipevent │ │ └── qstatustipevent.pro │ ├── qstring │ │ └── qstring.pro │ ├── qstringlist │ │ └── qstringlist.pro │ ├── qstringlistmodel │ │ └── qstringlistmodel.pro │ ├── qstyleoption │ │ └── qstyleoption.pro │ ├── qstyleplugin │ │ └── qstyleplugin.pro │ ├── qsvgwidget │ │ ├── qsvgwidget.pro │ │ ├── qsvgwidget.qrc │ │ ├── spheres.svg │ │ └── sunflower.svg │ ├── qt-namespace │ │ ├── main.cpp │ │ └── qt-namespace.pro │ ├── qtablewidget-dnd │ │ ├── Images │ │ │ ├── cubed.png │ │ │ └── squared.png │ │ ├── images.qrc │ │ ├── main.cpp │ │ ├── mainwindow.cpp │ │ ├── mainwindow.h │ │ └── qtablewidget-dnd.pro │ ├── qtablewidget-resizing │ │ ├── main.cpp │ │ ├── mainwindow.h │ │ └── qtablewidget-resizing.pro │ ├── qtcast │ │ ├── qtcast.h │ │ └── qtcast.pro │ ├── qtest-namespace │ │ ├── main.cpp │ │ └── qtest-namespace.pro │ ├── qtreeview-dnd │ │ ├── dragdropmodel.cpp │ │ ├── dragdropmodel.h │ │ ├── main.cpp │ │ ├── mainwindow.cpp │ │ ├── mainwindow.h │ │ ├── qtreeview-dnd.pro │ │ ├── treeitem.cpp │ │ ├── treeitem.h │ │ ├── treemodel.cpp │ │ └── treemodel.h │ ├── qtreewidget-using │ │ ├── main.cpp │ │ ├── mainwindow.h │ │ └── qtreewidget-using.pro │ ├── qtreewidgetitemiterator-using │ │ ├── main.cpp │ │ ├── mainwindow.h │ │ └── qtreewidgetitemiterator-using.pro │ ├── qtscript │ │ ├── evaluation │ │ │ └── evaluation.pro │ │ ├── registeringobjects │ │ │ ├── myobject.cpp │ │ │ ├── myobject.h │ │ │ └── registeringobjects.pro │ │ ├── registeringvalues │ │ │ └── registeringvalues.pro │ │ └── scriptedslot │ │ │ ├── main.cpp │ │ │ ├── object.js │ │ │ ├── scriptedslot.pro │ │ │ └── scriptedslot.qrc │ ├── qxmlschema │ │ └── qxmlschema.pro │ ├── qxmlschemavalidator │ │ └── qxmlschemavalidator.pro │ ├── qxmlstreamwriter │ │ └── qxmlstreamwriter.pro │ ├── separations │ │ ├── finalwidget.h │ │ ├── main.cpp │ │ ├── screenwidget.cpp │ │ ├── screenwidget.h │ │ ├── separations.pro │ │ ├── separations.qdoc │ │ ├── viewer.cpp │ │ └── viewer.h │ ├── shareddirmodel │ │ └── shareddirmodel.pro │ ├── sharedemployee │ │ ├── employee.cpp │ │ └── sharedemployee.pro │ ├── signalmapper │ │ ├── accountsfile.txt │ │ ├── filereader.h │ │ ├── main.cpp │ │ ├── reportfile.txt │ │ ├── signalmapper.pro │ │ └── taxfile.txt │ ├── signalsandslots │ │ ├── QmlGui.qml │ │ ├── signalslotsyntaxes.cpp │ │ ├── signalslotsyntaxes.h │ │ └── signalslotsyntaxes.pro │ ├── snippets.pro │ ├── splitter │ │ └── splitter.pro │ ├── splitterhandle │ │ ├── main.cpp │ │ └── splitterhandle.pro │ ├── sqldatabase │ │ └── sqldatabase.pro │ ├── threads │ │ └── threads.cpp │ ├── timeline │ │ └── timeline.pro │ ├── timers │ │ └── timers.pro │ ├── transform │ │ └── transform.pro │ ├── uitools │ │ └── calculatorform │ │ │ ├── calculatorform.pro │ │ │ ├── calculatorform.ui │ │ │ └── main.cpp │ ├── webkit │ │ ├── imageanalyzer │ │ │ ├── imageanalyzer.cpp │ │ │ ├── imageanalyzer.h │ │ │ ├── mainwindow.cpp │ │ │ └── resources │ │ │ │ └── index.html │ │ └── simpleselector │ │ │ ├── main.cpp │ │ │ ├── window.cpp │ │ │ └── window.h │ ├── whatsthis │ │ └── whatsthis.pro │ ├── widget-mask │ │ ├── mask.qrc │ │ ├── tux.png │ │ └── widget-mask.pro │ └── xml │ │ ├── prettyprint │ │ ├── main.cpp │ │ └── prettyprint.pro │ │ ├── rsslisting │ │ ├── handler.h │ │ ├── main.cpp │ │ └── rsslisting.h │ │ ├── simpleparse │ │ ├── handler.cpp │ │ ├── handler.h │ │ └── simpleparse.pro │ │ └── xml.pro │ ├── testing.qdoc │ ├── topics.qdoc │ ├── userinterfaces.qdoc │ ├── vectorgraphicsformats.qdoc │ ├── wayland-and-qt.qdoc │ ├── whatsnew │ ├── qt6-buildsystem.qdoc │ ├── whatsnew.qdoc │ ├── whatsnew60.qdoc │ ├── whatsnew61.qdoc │ ├── whatsnew610.qdoc │ ├── whatsnew611.qdoc │ ├── whatsnew612.qdoc │ ├── whatsnew62.qdoc │ ├── whatsnew63.qdoc │ ├── whatsnew64.qdoc │ ├── whatsnew65.qdoc │ ├── whatsnew66.qdoc │ ├── whatsnew67.qdoc │ ├── whatsnew68.qdoc │ └── whatsnew69.qdoc │ └── xml-overview.qdoc ├── examples ├── .qmlformat.ini ├── CMakeLists.txt ├── demos │ ├── CMakeLists.txt │ ├── FX_Material_Showroom │ │ ├── .qmllint.ini │ │ ├── CMakeLists.txt │ │ ├── README.md │ │ ├── content │ │ │ ├── AmbientEffect.ui.qml │ │ │ ├── App.qml │ │ │ ├── BubblesEffect.ui.qml │ │ │ ├── CMakeLists.txt │ │ │ ├── CloudEffect.ui.qml │ │ │ ├── DebugBox.ui.qml │ │ │ ├── DustEffect.ui.qml │ │ │ ├── ExplosionEffect.ui.qml │ │ │ ├── Figma_Assets │ │ │ │ ├── Button.ui.qml │ │ │ │ ├── CardMaterial.ui.qml │ │ │ │ ├── Checkbox.ui.qml │ │ │ │ ├── CheckboxImages.ui.qml │ │ │ │ ├── CheckboxImages_1.ui.qml │ │ │ │ ├── IconsCards.ui.qml │ │ │ │ ├── IconsCheckbox.ui.qml │ │ │ │ ├── IconsCheckbox_1.ui.qml │ │ │ │ ├── IconsFunctional.ui.qml │ │ │ │ ├── LabelQt.ui.qml │ │ │ │ ├── LayoutFull.ui.qml │ │ │ │ ├── ListEffects.ui.qml │ │ │ │ ├── ListMaterial.ui.qml │ │ │ │ ├── ListModels.ui.qml │ │ │ │ ├── ListSelection.qml │ │ │ │ ├── Material_pop_up.ui.qml │ │ │ │ ├── MouseScroll.qml │ │ │ │ ├── Scrollbar.ui.qml │ │ │ │ ├── State_Idle.ui.qml │ │ │ │ └── assets │ │ │ │ │ ├── qtlogo.png │ │ │ │ │ └── vector.svg │ │ │ ├── FireEffect.ui.qml │ │ │ ├── FlashEffect.ui.qml │ │ │ ├── FloorComponent.ui.qml │ │ │ ├── HeatwaveEffect.ui.qml │ │ │ ├── LineparticleEffect.ui.qml │ │ │ ├── MouseRotatorAndWASD.qml │ │ │ ├── Pocket_Demo_SkylightUI │ │ │ │ ├── ButtonTabs.ui.qml │ │ │ │ ├── ButtonWithIcon.ui.qml │ │ │ │ ├── IconsSkylight.ui.qml │ │ │ │ ├── Layout.ui.qml │ │ │ │ └── images │ │ │ │ │ ├── Icon_Colorful.svg │ │ │ │ │ ├── Icon_Dark.svg │ │ │ │ │ └── Icon_Light.svg │ │ │ ├── RainEffect.ui.qml │ │ │ ├── Screen01.ui.qml │ │ │ ├── ShockwaveEffect.ui.qml │ │ │ ├── SmokeEffect.ui.qml │ │ │ ├── SnowEffect.ui.qml │ │ │ ├── SparksEffect.ui.qml │ │ │ ├── SteamEffect.ui.qml │ │ │ ├── color_table.png │ │ │ ├── color_table2.png │ │ │ ├── fonts │ │ │ │ └── fonts.txt │ │ │ └── shaders │ │ │ │ ├── SSS.frag │ │ │ │ ├── SSS.vert │ │ │ │ ├── bubble.frag │ │ │ │ ├── bubble.vert │ │ │ │ ├── cloud.frag │ │ │ │ ├── cloud.vert │ │ │ │ ├── debris.frag │ │ │ │ ├── debris.vert │ │ │ │ ├── dustcloud.frag │ │ │ │ ├── dustcloud.vert │ │ │ │ ├── fire.frag │ │ │ │ ├── fire.vert │ │ │ │ ├── flash.frag │ │ │ │ ├── flash.vert │ │ │ │ ├── floor.frag │ │ │ │ ├── floor.vert │ │ │ │ ├── heatwave.frag │ │ │ │ ├── heatwave.vert │ │ │ │ ├── raindrop.frag │ │ │ │ ├── raindrop.vert │ │ │ │ ├── rainsplash.frag │ │ │ │ ├── shockwave.frag │ │ │ │ ├── shockwave.vert │ │ │ │ ├── sky.frag │ │ │ │ ├── sky.vert │ │ │ │ ├── smoke.frag │ │ │ │ ├── smoke.vert │ │ │ │ ├── smokerm.frag │ │ │ │ ├── smokerm.vert │ │ │ │ ├── snow.frag │ │ │ │ ├── snow.vert │ │ │ │ ├── spark.frag │ │ │ │ ├── spark.vert │ │ │ │ ├── steam.frag │ │ │ │ └── steam.vert │ │ ├── doc │ │ │ ├── images │ │ │ │ └── FX_Material_Showroom.png │ │ │ └── src │ │ │ │ └── FX_Material_Showroom.qdoc │ │ ├── imports │ │ │ ├── CMakeLists.txt │ │ │ ├── ComponentBundles │ │ │ │ └── MaterialBundle │ │ │ │ │ ├── AsphaltMaterial.qml │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ ├── CopperMaterial.qml │ │ │ │ │ ├── GoldMaterial.qml │ │ │ │ │ ├── SilverMaterial.qml │ │ │ │ │ ├── _asset_ref.json │ │ │ │ │ ├── designer │ │ │ │ │ ├── asphalt.metainfo │ │ │ │ │ ├── copper.metainfo │ │ │ │ │ ├── gold.metainfo │ │ │ │ │ └── silver.metainfo │ │ │ │ │ └── qmldir │ │ │ ├── PocketDemo │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Constants.qml │ │ │ │ ├── designer │ │ │ │ │ └── plugin.metainfo │ │ │ │ └── qmldir │ │ │ └── QtQuick │ │ │ │ └── Studio │ │ │ │ ├── Application │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── quickstudioapplication.cpp │ │ │ │ └── quickstudioapplication_p.h │ │ │ │ └── Components │ │ │ │ ├── ArcItem.qml │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── RectangleItem.qml │ │ │ │ ├── StraightArrow.qml │ │ │ │ ├── SvgPathItem.qml │ │ │ │ └── TriangleItem.qml │ │ ├── main.qml │ │ ├── qmlmodules │ │ ├── qtquickcontrols2.conf │ │ └── src │ │ │ ├── app_environment.h │ │ │ ├── imagedownloader.cpp │ │ │ ├── imagedownloader.h │ │ │ ├── import_qml_plugins.h │ │ │ └── main.cpp │ ├── android │ │ ├── feature-delivery │ │ │ ├── CMakeLists.txt │ │ │ ├── doc │ │ │ │ ├── images │ │ │ │ │ └── summermap-view.webp │ │ │ │ └── src │ │ │ │ │ └── android-feature-delivery.qdoc │ │ │ ├── fdmaploader │ │ │ │ ├── BasicButton.qml │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Main.qml │ │ │ │ ├── android │ │ │ │ │ └── res │ │ │ │ │ │ └── drawable │ │ │ │ │ │ └── icon.png │ │ │ │ ├── images.qrc │ │ │ │ ├── images │ │ │ │ │ └── summermap.jpeg │ │ │ │ ├── main.cpp │ │ │ │ ├── maploader.cpp │ │ │ │ ├── maploader.h │ │ │ │ └── storeloader │ │ │ │ │ ├── java │ │ │ │ │ └── src │ │ │ │ │ │ └── main │ │ │ │ │ │ └── java │ │ │ │ │ │ └── io │ │ │ │ │ │ └── qt │ │ │ │ │ │ └── fdmaploader │ │ │ │ │ │ ├── PlayStoreLoader.java │ │ │ │ │ │ ├── PlayStoreLoaderListener.java │ │ │ │ │ │ └── PlayStoreLoaderListenerCallback.java │ │ │ │ │ ├── playstoreloader.cpp │ │ │ │ │ └── playstoreloader.h │ │ │ └── fdwintermapmodule │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── images.qrc │ │ │ │ ├── images │ │ │ │ └── wintermap.jpeg │ │ │ │ └── wintermapmodule.cpp │ │ └── splashscreen │ │ │ ├── manifest │ │ │ ├── CMakeLists.txt │ │ │ ├── Main.qml │ │ │ ├── android │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ │ └── io │ │ │ │ │ │ └── qt │ │ │ │ │ │ └── qtsplashscreeninandroid │ │ │ │ │ │ └── SplashActivity.java │ │ │ │ └── res │ │ │ │ │ ├── drawable │ │ │ │ │ ├── logo.png │ │ │ │ │ └── qtsplashscreen.xml │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ └── icon.png │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ └── icon.png │ │ │ │ │ └── values │ │ │ │ │ ├── qtactivitytheme.xml │ │ │ │ │ └── splashstarttheme.xml │ │ │ ├── doc │ │ │ │ ├── images │ │ │ │ │ └── splash-screen-launch.webp │ │ │ │ └── src │ │ │ │ │ └── qt-splashscreen-in-android.qdoc │ │ │ └── main.cpp │ │ │ └── quick │ │ │ ├── CMakeLists.txt │ │ │ ├── Main.qml │ │ │ ├── Splash.qml │ │ │ ├── android │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── io │ │ │ │ │ └── qt │ │ │ │ │ └── qmlsplashscreeninandroid │ │ │ │ │ └── SplashActivity.java │ │ │ └── res │ │ │ │ ├── mipmap-hdpi │ │ │ │ └── icon.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ └── icon.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ └── icon.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ └── icon.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ └── icon.png │ │ │ │ └── values │ │ │ │ ├── color.xml │ │ │ │ ├── splashstarttheme.xml │ │ │ │ └── theme.xml │ │ │ ├── doc │ │ │ ├── images │ │ │ │ └── splash-screen-launch.webp │ │ │ └── src │ │ │ │ └── qml-splashscreen-in-android.qdoc │ │ │ ├── main.cpp │ │ │ └── qt_logo.png │ ├── calqlatr │ │ ├── .qmllint.ini │ │ ├── CMakeLists.txt │ │ ├── Main.qml │ │ ├── android │ │ │ ├── AndroidManifest.xml │ │ │ └── res │ │ │ │ ├── drawable-hdpi │ │ │ │ └── icon.png │ │ │ │ ├── drawable-ldpi │ │ │ │ └── icon.png │ │ │ │ ├── drawable-mdpi │ │ │ │ └── icon.png │ │ │ │ ├── drawable-xhdpi │ │ │ │ └── icon.png │ │ │ │ ├── drawable-xxhdpi │ │ │ │ └── icon.png │ │ │ │ └── drawable-xxxhdpi │ │ │ │ └── icon.png │ │ ├── calqlatr.pro │ │ ├── calqlatr.qmlproject │ │ ├── calqlatr.qrc │ │ ├── content │ │ │ ├── ApplicationState.qml │ │ │ ├── BackspaceButton.qml │ │ │ ├── CalculatorButton.qml │ │ │ ├── Display.qml │ │ │ ├── NumberPad.qml │ │ │ ├── calculator.js │ │ │ └── images │ │ │ │ ├── backspace.svg │ │ │ │ └── backspace_fill.svg │ │ ├── doc │ │ │ ├── images │ │ │ │ └── qtquick-demo-calqlatr.png │ │ │ └── src │ │ │ │ └── calqlatr.qdoc │ │ ├── ios │ │ │ └── Assets.xcassets │ │ │ │ └── AppIcon.appiconset │ │ │ │ ├── AppleIconCalqlatr.png │ │ │ │ └── Contents.json │ │ ├── main.cpp │ │ ├── qmldir │ │ ├── test │ │ │ └── Squish_testsuite_calqulator │ │ │ │ ├── shared │ │ │ │ └── scripts │ │ │ │ │ └── names.py │ │ │ │ ├── suite.conf │ │ │ │ ├── tst_buttonsAndClear │ │ │ │ └── test.py │ │ │ │ ├── tst_main_operations │ │ │ │ └── test.py │ │ │ │ ├── tst_numberpad │ │ │ │ └── test.py │ │ │ │ ├── tst_operatorsNotAvailable │ │ │ │ └── test.py │ │ │ │ └── tst_scientific_operations_landscape │ │ │ │ └── test.py │ │ └── windows │ │ │ ├── calqlatr.ico │ │ │ └── calqlatr.rc │ ├── car-configurator │ │ ├── CMakeLists.txt │ │ ├── CarConfigurator.qmlproject │ │ ├── CarConfigurator.qmlproject.qtds │ │ ├── asset_imports │ │ │ ├── CMakeLists.txt │ │ │ └── Quick3DAssets │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── EV_SportsCar_low │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Ev_SportsCar_low.qml │ │ │ │ ├── Hood.qml │ │ │ │ ├── MyDoorLeft.qml │ │ │ │ ├── MyDoorRight.qml │ │ │ │ ├── TrunkLid.qml │ │ │ │ └── qmldir │ │ │ │ ├── InteriorShadow │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── InteriorShadow.qml │ │ │ │ └── qmldir │ │ │ │ ├── LightDecal │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── LightDecal.qml │ │ │ │ └── qmldir │ │ │ │ ├── Pebbles │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Pebbles.qml │ │ │ │ └── qmldir │ │ │ │ ├── ShadowPlane │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── ShadowPlane.qml │ │ │ │ └── qmldir │ │ │ │ ├── Venodhb_LOD0 │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Venodhb_LOD0.qml │ │ │ │ └── qmldir │ │ │ │ └── Ventdee_LOD0 │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Ventdee_LOD0.qml │ │ │ │ └── qmldir │ │ ├── buildsetup.cmake │ │ ├── content │ │ │ ├── App.qml │ │ │ ├── CMakeLists.txt │ │ │ ├── CameraReset.qml │ │ │ ├── DebugBox.ui.qml │ │ │ ├── DoorButton.qml │ │ │ ├── Headlights.ui.qml │ │ │ ├── InteriorPointLight.qml │ │ │ ├── KissButton.qml │ │ │ ├── KissButtonSeparator.qml │ │ │ ├── MouseRotatorAndWASD.qml │ │ │ ├── PinchWidget.qml │ │ │ ├── ScreenPrimary.qml │ │ │ ├── WallEffect1 │ │ │ │ └── WallEffect1.qml │ │ │ ├── WallEffect2 │ │ │ │ └── WallEffect2.qml │ │ │ ├── WallEffect3 │ │ │ │ └── WallEffect3.qml │ │ │ ├── assets │ │ │ │ └── assets_download.json │ │ │ ├── doorIcon │ │ │ │ ├── Door_button.ui.qml │ │ │ │ ├── Icons.ui.qml │ │ │ │ └── Logo.ui.qml │ │ │ └── images │ │ │ │ └── builtWithQt.png │ │ ├── doc │ │ │ ├── images │ │ │ │ └── car_configurator_overview.png │ │ │ └── src │ │ │ │ └── car_configurator.qdoc │ │ ├── imports │ │ │ ├── CMakeLists.txt │ │ │ └── CarRendering │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Constants.qml │ │ │ │ ├── DirectoryFontLoader.qml │ │ │ │ └── qmldir │ │ ├── qmlcomponents.cmake │ │ ├── qmlmodules.cmake │ │ ├── qtquickcontrols2.conf │ │ └── src │ │ │ ├── app_environment.h │ │ │ ├── import_qml_components_plugins.h │ │ │ ├── import_qml_plugins.h │ │ │ └── main.cpp │ ├── clocks │ │ ├── CMakeLists.txt │ │ ├── Clock.qml │ │ ├── Main.qml │ │ ├── clocks.pro │ │ ├── clocks.qmlproject │ │ ├── clocks.qrc │ │ ├── doc │ │ │ ├── images │ │ │ │ └── qtquick-demo-clocks-small.png │ │ │ └── src │ │ │ │ └── clocks.qdoc │ │ ├── images │ │ │ ├── arrow.png │ │ │ ├── background.png │ │ │ ├── center.png │ │ │ ├── clock-night.png │ │ │ ├── clock.png │ │ │ ├── hour.png │ │ │ ├── minute.png │ │ │ ├── quit.png │ │ │ └── second.png │ │ ├── main.cpp │ │ └── qmldir │ ├── coffee │ │ ├── .qmllint.ini │ │ ├── ApplicationFlow.qml │ │ ├── ApplicationFlowForm.ui.qml │ │ ├── CMakeLists.txt │ │ ├── ChoosingCoffee.qml │ │ ├── ChoosingCoffeeForm.ui.qml │ │ ├── CoffeeCard.qml │ │ ├── CoffeeCardForm.ui.qml │ │ ├── CoffeeConfig.qml │ │ ├── Colors.qml │ │ ├── Config.qml │ │ ├── Cup.ui.qml │ │ ├── CustomButton.qml │ │ ├── CustomButtonForm.ui.qml │ │ ├── CustomSlider.qml │ │ ├── CustomSliderForm.ui.qml │ │ ├── CustomToolBar.qml │ │ ├── CustomToolBarForm.ui.qml │ │ ├── Home.qml │ │ ├── HomeForm.ui.qml │ │ ├── Insert.qml │ │ ├── InsertForm.ui.qml │ │ ├── Main.qml │ │ ├── Progress.qml │ │ ├── ProgressForm.ui.qml │ │ ├── Ready.qml │ │ ├── ReadyForm.ui.qml │ │ ├── Settings.qml │ │ ├── SettingsForm.ui.qml │ │ ├── android │ │ │ ├── AndroidManifest.xml │ │ │ └── res │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ └── ic_launcher.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_background.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_monochrome.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_background.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_monochrome.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_background.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_monochrome.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_background.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_monochrome.png │ │ │ │ └── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_background.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_monochrome.png │ │ ├── coffee.pro │ │ ├── coffeemachine.qrc │ │ ├── doc │ │ │ ├── images │ │ │ │ ├── coffee_machine_emptycup.png │ │ │ │ ├── coffee_machine_modify.png │ │ │ │ ├── coffee_machine_overview.png │ │ │ │ ├── coffee_machine_overview_landscape.png │ │ │ │ ├── coffee_machine_selection.png │ │ │ │ ├── coffee_machine_selection_android_landscape.png │ │ │ │ └── coffee_machine_selection_windows.png │ │ │ └── src │ │ │ │ └── coffee.qdoc │ │ ├── images │ │ │ ├── Cups │ │ │ │ ├── card_cup_dark.svg │ │ │ │ ├── card_cup_light.svg │ │ │ │ ├── dark_cup.svgz │ │ │ │ ├── home_dark.svg │ │ │ │ ├── home_light.svg │ │ │ │ └── light_cup.svgz │ │ │ ├── Ingredients │ │ │ │ ├── Milk_foam.svg │ │ │ │ ├── espresso_coffee.svg │ │ │ │ ├── milk.svg │ │ │ │ └── sugar.svg │ │ │ └── icons │ │ │ │ ├── Polygon.svg │ │ │ │ ├── Qt-logo-white-transparent.svg │ │ │ │ ├── check.svg │ │ │ │ ├── dark_mode_black_24dp.svg │ │ │ │ ├── ellipse_dark.svg │ │ │ │ ├── ellipse_light.svg │ │ │ │ ├── keyboard_backspace_black.svg │ │ │ │ ├── keyboard_backspace_black_left.svg │ │ │ │ ├── keyboard_backspace_black_right.svg │ │ │ │ ├── keyboard_backspace_white_left.svg │ │ │ │ ├── keyboard_backspace_white_right.svg │ │ │ │ └── light_mode_black_24dp.svg │ │ ├── ios │ │ │ └── Assets.xcassets │ │ │ │ └── AppIcon.appiconset │ │ │ │ ├── App Icon-Coffee.png │ │ │ │ └── Contents.json │ │ ├── main.cpp │ │ ├── qmldir │ │ ├── qtquickcontrols2.conf │ │ └── test │ │ │ └── Squish_testsuite_coffeemachine │ │ │ ├── shared │ │ │ └── scripts │ │ │ │ ├── names.py │ │ │ │ └── shared.py │ │ │ ├── suite.conf │ │ │ ├── tst_choosing_coffee │ │ │ └── test.py │ │ │ ├── tst_home │ │ │ └── test.py │ │ │ ├── tst_insert │ │ │ └── test.py │ │ │ ├── tst_progress │ │ │ └── test.py │ │ │ ├── tst_ready │ │ │ └── test.py │ │ │ └── tst_settings │ │ │ └── test.py │ ├── colorpaletteclient │ │ ├── CMakeLists.txt │ │ ├── ColorPalette │ │ │ ├── ColorDialogDelete.qml │ │ │ ├── ColorDialogEditor.qml │ │ │ ├── ColorView.qml │ │ │ ├── Main.qml │ │ │ ├── ServerSelection.qml │ │ │ ├── UserMenu.qml │ │ │ └── qmldir │ │ ├── QtExampleStyle │ │ │ ├── Button.qml │ │ │ ├── CMakeLists.txt │ │ │ ├── Popup.qml │ │ │ ├── TextField.qml │ │ │ ├── UIStyle.qml │ │ │ └── qmldir │ │ ├── abstractresource.h │ │ ├── basiclogin.cpp │ │ ├── basiclogin.h │ │ ├── colorpalette.qrc │ │ ├── colorpaletteclient.pro │ │ ├── doc │ │ │ ├── images │ │ │ │ ├── colorpalette_editing.png │ │ │ │ ├── colorpalette_listing.png │ │ │ │ ├── colorpalette_urlselection.png │ │ │ │ └── colorpalette_userlisting.png │ │ │ └── src │ │ │ │ └── colorpaletteclient.qdoc │ │ ├── icons │ │ │ ├── REUSE.toml │ │ │ ├── close.svg │ │ │ ├── delete.svg │ │ │ ├── dots.svg │ │ │ ├── edit.svg │ │ │ ├── login.svg │ │ │ ├── logout.svg │ │ │ ├── ok.svg │ │ │ ├── plus.svg │ │ │ ├── qt.png │ │ │ ├── qt_attribution.json │ │ │ ├── testserver.png │ │ │ ├── update.svg │ │ │ ├── user.svg │ │ │ └── userMask.svg │ │ ├── main.cpp │ │ ├── paginatedresource.cpp │ │ ├── paginatedresource.h │ │ ├── restservice.cpp │ │ └── restservice.h │ ├── demos.pro │ ├── dice │ │ ├── .qmllint.ini │ │ ├── CMakeLists.txt │ │ ├── Carpet.qml │ │ ├── DiceSpawner.qml │ │ ├── Dice_low.qml │ │ ├── Main.qml │ │ ├── Menu_Icon.svg │ │ ├── PhysicalDie.qml │ │ ├── PhysicalTable.qml │ │ ├── REUSE.toml │ │ ├── RoundTable.qml │ │ ├── Scene.qml │ │ ├── android │ │ │ ├── AndroidManifest.xml │ │ │ └── res │ │ │ │ ├── drawable-hdpi │ │ │ │ └── icon.png │ │ │ │ ├── drawable-ldpi │ │ │ │ └── icon.png │ │ │ │ ├── drawable-mdpi │ │ │ │ └── icon.png │ │ │ │ ├── drawable-xhdpi │ │ │ │ └── icon.png │ │ │ │ ├── drawable-xxhdpi │ │ │ │ └── icon.png │ │ │ │ └── drawable-xxxhdpi │ │ │ │ └── icon.png │ │ ├── dice.pro │ │ ├── doc │ │ │ ├── images │ │ │ │ └── dice-screenshot.webp │ │ │ └── src │ │ │ │ └── dice.qdoc │ │ ├── ios │ │ │ └── Assets.xcassets │ │ │ │ └── AppIcon.appiconset │ │ │ │ ├── App-Icon-Apple-Qt-Dice.png │ │ │ │ └── Contents.json │ │ ├── license_carpet.txt │ │ ├── license_table.txt │ │ ├── main.cpp │ │ ├── maps │ │ │ ├── M_Side_Table_Natural_Wenge_Wood_4K_baseColor_small.jpg │ │ │ ├── M_Side_Table_Natural_Wenge_Wood_4K_metallicRoughness_small.png │ │ │ ├── M_Side_Table_Natural_Wenge_Wood_4K_normal_small.png │ │ │ └── carpet_texture_baseColor.jpeg │ │ ├── meshes │ │ │ ├── cube_001.mesh │ │ │ ├── object_2.mesh │ │ │ ├── object_3.mesh │ │ │ └── side_Table_Pine_LOD0_M_Side_Table_Natural_Wenge_Wood_4K_0.mesh │ │ ├── qmldir │ │ ├── qt_attribution.json │ │ └── sounds │ │ │ ├── onedice.wav │ │ │ └── rolling.wav │ ├── documentviewer │ │ ├── CMakeLists.txt │ │ ├── app │ │ │ ├── CMakeLists.txt │ │ │ ├── abstractviewer.cpp │ │ │ ├── abstractviewer.h │ │ │ ├── abstractviewerglobal.h │ │ │ ├── documentviewer.qrc │ │ │ ├── docviewer_de.ts │ │ │ ├── docviewer_en.ts │ │ │ ├── images │ │ │ │ ├── copy.png │ │ │ │ ├── copy@2x.png │ │ │ │ ├── cut.png │ │ │ │ ├── cut@2x.png │ │ │ │ ├── paste.png │ │ │ │ ├── paste@2x.png │ │ │ │ ├── qt-logo.png │ │ │ │ ├── qt-logo@2x.png │ │ │ │ ├── zoom-in.png │ │ │ │ ├── zoom-in@2x.png │ │ │ │ ├── zoom-out.png │ │ │ │ └── zoom-out@2x.png │ │ │ ├── main.cpp │ │ │ ├── mainwindow.cpp │ │ │ ├── mainwindow.h │ │ │ ├── mainwindow.ui │ │ │ ├── recentfilemenu.cpp │ │ │ ├── recentfilemenu.h │ │ │ ├── recentfiles.cpp │ │ │ ├── recentfiles.h │ │ │ ├── translator.cpp │ │ │ ├── translator.h │ │ │ ├── viewerfactory.cpp │ │ │ ├── viewerfactory.h │ │ │ └── viewerinterfaces.h │ │ ├── doc │ │ │ ├── images │ │ │ │ ├── documentviewer_open.png │ │ │ │ └── txtviewer_screenshot.png │ │ │ └── src │ │ │ │ └── documentviewer.qdoc │ │ └── plugins │ │ │ ├── CMakeLists.txt │ │ │ ├── Q3DViewer │ │ │ ├── CMakeLists.txt │ │ │ ├── QueryMimeTypes.qml │ │ │ ├── Viewer.qml │ │ │ ├── q3dviewer.cpp │ │ │ ├── q3dviewer.h │ │ │ └── q3dviewer.json │ │ │ ├── imageviewer │ │ │ ├── CMakeLists.txt │ │ │ ├── imageviewer.cpp │ │ │ ├── imageviewer.h │ │ │ ├── imageviewer.json │ │ │ ├── imgviewer_de.ts │ │ │ └── imgviewer_en.ts │ │ │ ├── jsonviewer │ │ │ ├── CMakeLists.txt │ │ │ ├── jsonviewer.cpp │ │ │ ├── jsonviewer.h │ │ │ ├── jsonviewer.json │ │ │ ├── jsonviewer_de.ts │ │ │ └── jsonviewer_en.ts │ │ │ ├── pdfviewer │ │ │ ├── CMakeLists.txt │ │ │ ├── hoverwatcher.cpp │ │ │ ├── hoverwatcher.h │ │ │ ├── pdfviewer.cpp │ │ │ ├── pdfviewer.h │ │ │ ├── pdfviewer.json │ │ │ ├── pdfviewer_de.ts │ │ │ ├── pdfviewer_en.ts │ │ │ ├── zoomselector.cpp │ │ │ └── zoomselector.h │ │ │ └── txtviewer │ │ │ ├── CMakeLists.txt │ │ │ ├── txtviewer.cpp │ │ │ ├── txtviewer.h │ │ │ ├── txtviewer.json │ │ │ ├── txtviewer_de.ts │ │ │ └── txtviewer_en.ts │ ├── graphs_csv │ │ ├── 3rdparty │ │ │ ├── CMakeLists.txt │ │ │ ├── REUSE.toml │ │ │ ├── csv-parser │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── CMakeSettings.json │ │ │ │ ├── LICENSE │ │ │ │ ├── Makefile │ │ │ │ ├── README.md │ │ │ │ ├── cpp.hint │ │ │ │ ├── include │ │ │ │ │ ├── csv.hpp │ │ │ │ │ ├── external │ │ │ │ │ │ ├── hedley.h │ │ │ │ │ │ ├── mio.hpp │ │ │ │ │ │ └── string_view.hpp │ │ │ │ │ └── internal │ │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ │ ├── basic_csv_parser.cpp │ │ │ │ │ │ ├── basic_csv_parser.hpp │ │ │ │ │ │ ├── col_names.cpp │ │ │ │ │ │ ├── col_names.hpp │ │ │ │ │ │ ├── common.hpp │ │ │ │ │ │ ├── csv_format.cpp │ │ │ │ │ │ ├── csv_format.hpp │ │ │ │ │ │ ├── csv_reader.cpp │ │ │ │ │ │ ├── csv_reader.hpp │ │ │ │ │ │ ├── csv_reader_iterator.cpp │ │ │ │ │ │ ├── csv_row.cpp │ │ │ │ │ │ ├── csv_row.hpp │ │ │ │ │ │ ├── csv_row_json.cpp │ │ │ │ │ │ ├── csv_stat.cpp │ │ │ │ │ │ ├── csv_stat.hpp │ │ │ │ │ │ ├── csv_utility.cpp │ │ │ │ │ │ ├── csv_utility.hpp │ │ │ │ │ │ ├── csv_writer.hpp │ │ │ │ │ │ └── data_type.hpp │ │ │ │ └── single_include │ │ │ │ │ └── csv.hpp │ │ │ └── qt_attribution.json │ │ ├── CMakeLists.txt │ │ ├── Main.qml │ │ ├── Units.qml │ │ ├── components │ │ │ ├── CustomTableView.qml │ │ │ ├── Graph.qml │ │ │ ├── HorizontalHeaderDelegate.qml │ │ │ ├── LegendItem.qml │ │ │ └── VerticalHeaderDelegate.qml │ │ ├── data │ │ │ └── medals.csv │ │ ├── datamodel.cpp │ │ ├── datamodel.h │ │ ├── doc │ │ │ ├── images │ │ │ │ └── qtquick-demo-graphs-csv.png │ │ │ └── src │ │ │ │ └── graphs_csv.qdoc │ │ └── main.cpp │ ├── hangman │ │ ├── CMakeLists.txt │ │ ├── dict.txt │ │ ├── doc │ │ │ ├── images │ │ │ │ ├── qthangman-example.png │ │ │ │ └── qthangman-store-example.png │ │ │ └── src │ │ │ │ ├── androidclasses.qdoc │ │ │ │ ├── appstore.qdoc │ │ │ │ ├── baseclass.qdoc │ │ │ │ ├── googleplay.qdoc │ │ │ │ ├── iosclasses.qdoc │ │ │ │ └── qtpurchasing-overview.qdoc │ │ ├── hangman.pro │ │ ├── hangmangame.cpp │ │ ├── hangmangame.h │ │ ├── main.cpp │ │ ├── main.qml │ │ ├── purchasing │ │ │ ├── android │ │ │ │ ├── androidinappproduct.cpp │ │ │ │ ├── androidinappproduct.h │ │ │ │ ├── androidinapppurchasebackend.cpp │ │ │ │ ├── androidinapppurchasebackend.h │ │ │ │ ├── androidinapptransaction.cpp │ │ │ │ ├── androidinapptransaction.h │ │ │ │ ├── androidjni.cpp │ │ │ │ ├── build.gradle │ │ │ │ └── src │ │ │ │ │ └── org │ │ │ │ │ └── qtproject │ │ │ │ │ └── qt │ │ │ │ │ └── android │ │ │ │ │ └── purchasing │ │ │ │ │ ├── Base64.java │ │ │ │ │ ├── Base64DecoderException.java │ │ │ │ │ ├── InAppPurchase.java │ │ │ │ │ ├── REUSE.toml │ │ │ │ │ └── Security.java │ │ │ ├── inapp │ │ │ │ ├── inappproduct.cpp │ │ │ │ ├── inappproduct.h │ │ │ │ ├── inapppurchasebackend.cpp │ │ │ │ ├── inapppurchasebackend.h │ │ │ │ ├── inappstore.cpp │ │ │ │ ├── inappstore.h │ │ │ │ ├── inapptransaction.cpp │ │ │ │ └── inapptransaction.h │ │ │ ├── ios │ │ │ │ ├── iosinapppurchasebackend.h │ │ │ │ ├── iosinapppurchasebackend.mm │ │ │ │ ├── iosinapppurchaseproduct.h │ │ │ │ ├── iosinapppurchaseproduct.mm │ │ │ │ ├── iosinapppurchasetransaction.h │ │ │ │ └── iosinapppurchasetransaction.mm │ │ │ ├── purchasing.pri │ │ │ └── qmltypes │ │ │ │ ├── inappproductqmltype.cpp │ │ │ │ ├── inappproductqmltype.h │ │ │ │ ├── inappstoreqmltype.cpp │ │ │ │ └── inappstoreqmltype.h │ │ ├── qml │ │ │ ├── GameView.qml │ │ │ ├── GuessWordView.qml │ │ │ ├── Hangman.qml │ │ │ ├── HowToView.qml │ │ │ ├── Key.qml │ │ │ ├── Letter.qml │ │ │ ├── LetterSelector.qml │ │ │ ├── MainView.qml │ │ │ ├── PageHeader.qml │ │ │ ├── ScoreItem.qml │ │ │ ├── SimpleButton.qml │ │ │ ├── SplashScreen.qml │ │ │ ├── StoreItem.qml │ │ │ ├── StoreView.qml │ │ │ └── Word.qml │ │ └── resources.qrc │ ├── lightningviewer │ │ ├── .qmllint.ini │ │ ├── CMakeLists.txt │ │ ├── Info.plist │ │ ├── LightningViewerModule │ │ │ ├── ActionsLayer.qml │ │ │ ├── CMakeLists.txt │ │ │ ├── Deployment.qml │ │ │ ├── DistanceTimeLayer.qml │ │ │ ├── LightningMapLayer.qml │ │ │ ├── LightningView.qml │ │ │ ├── LightningViewConfig.qml │ │ │ ├── Main.qml │ │ │ ├── MapLayersDrawer.qml │ │ │ ├── MapLayersItem.qml │ │ │ ├── MapTypeConfig.qml │ │ │ ├── MapView.qml │ │ │ ├── SwitchMap.qml │ │ │ ├── controller.cpp │ │ │ ├── controller.h │ │ │ ├── icons │ │ │ │ ├── distance.svg │ │ │ │ ├── globe.svg │ │ │ │ ├── lightning-layer.svg │ │ │ │ ├── lightning-strike.svg │ │ │ │ ├── map-layers.svg │ │ │ │ ├── map.svg │ │ │ │ ├── recenter.svg │ │ │ │ └── user-location.svg │ │ │ ├── laststrikeinfo.h │ │ │ ├── lightningitemdata.cpp │ │ │ ├── lightningitemdata.h │ │ │ ├── lightningitemmodel.cpp │ │ │ ├── lightningitemmodel.h │ │ │ ├── lightningprovider.cpp │ │ │ └── lightningprovider.h │ │ ├── LightningViewerStyle │ │ │ ├── Button.qml │ │ │ ├── CMakeLists.txt │ │ │ ├── Config.qml │ │ │ ├── RoundButton.qml │ │ │ ├── StyleImage.qml │ │ │ ├── dark │ │ │ │ └── images │ │ │ │ │ ├── button-background-checked-disabled.png │ │ │ │ │ ├── button-background-checked-disabled@2x.png │ │ │ │ │ ├── button-background-checked-hovered.png │ │ │ │ │ ├── button-background-checked-hovered@2x.png │ │ │ │ │ ├── button-background-checked-pressed.png │ │ │ │ │ ├── button-background-checked-pressed@2x.png │ │ │ │ │ ├── button-background-checked.png │ │ │ │ │ ├── button-background-checked@2x.png │ │ │ │ │ ├── button-background-disabled.png │ │ │ │ │ ├── button-background-disabled@2x.png │ │ │ │ │ ├── button-background-hovered.png │ │ │ │ │ ├── button-background-hovered@2x.png │ │ │ │ │ ├── button-background-pressed.png │ │ │ │ │ ├── button-background-pressed@2x.png │ │ │ │ │ ├── button-background.png │ │ │ │ │ ├── button-background@2x.png │ │ │ │ │ ├── flatbutton-background-checked-disabled.png │ │ │ │ │ ├── flatbutton-background-checked-disabled@2x.png │ │ │ │ │ ├── flatbutton-background-checked-hovered.png │ │ │ │ │ ├── flatbutton-background-checked-hovered@2x.png │ │ │ │ │ ├── flatbutton-background-checked-pressed.png │ │ │ │ │ ├── flatbutton-background-checked-pressed@2x.png │ │ │ │ │ ├── flatbutton-background-checked.png │ │ │ │ │ ├── flatbutton-background-checked@2x.png │ │ │ │ │ ├── flatbutton-background-disabled.png │ │ │ │ │ ├── flatbutton-background-disabled@2x.png │ │ │ │ │ ├── flatbutton-background-hovered.png │ │ │ │ │ ├── flatbutton-background-hovered@2x.png │ │ │ │ │ ├── flatbutton-background-pressed.png │ │ │ │ │ ├── flatbutton-background-pressed@2x.png │ │ │ │ │ ├── flatbutton-background.png │ │ │ │ │ ├── flatbutton-background@2x.png │ │ │ │ │ ├── roundbutton-background-checked-disabled.png │ │ │ │ │ ├── roundbutton-background-checked-disabled@2x.png │ │ │ │ │ ├── roundbutton-background-checked-hovered.png │ │ │ │ │ ├── roundbutton-background-checked-hovered@2x.png │ │ │ │ │ ├── roundbutton-background-checked-pressed.png │ │ │ │ │ ├── roundbutton-background-checked-pressed@2x.png │ │ │ │ │ ├── roundbutton-background-checked.png │ │ │ │ │ ├── roundbutton-background-checked@2x.png │ │ │ │ │ ├── roundbutton-background-disabled.png │ │ │ │ │ ├── roundbutton-background-disabled@2x.png │ │ │ │ │ ├── roundbutton-background-hovered.png │ │ │ │ │ ├── roundbutton-background-hovered@2x.png │ │ │ │ │ ├── roundbutton-background-pressed.png │ │ │ │ │ ├── roundbutton-background-pressed@2x.png │ │ │ │ │ ├── roundbutton-background.png │ │ │ │ │ └── roundbutton-background@2x.png │ │ │ └── light │ │ │ │ └── images │ │ │ │ ├── button-background-checked-disabled.png │ │ │ │ ├── button-background-checked-disabled@2x.png │ │ │ │ ├── button-background-checked-hovered.png │ │ │ │ ├── button-background-checked-hovered@2x.png │ │ │ │ ├── button-background-checked-pressed.png │ │ │ │ ├── button-background-checked-pressed@2x.png │ │ │ │ ├── button-background-checked.png │ │ │ │ ├── button-background-checked@2x.png │ │ │ │ ├── button-background-disabled.png │ │ │ │ ├── button-background-disabled@2x.png │ │ │ │ ├── button-background-hovered.png │ │ │ │ ├── button-background-hovered@2x.png │ │ │ │ ├── button-background-pressed.png │ │ │ │ ├── button-background-pressed@2x.png │ │ │ │ ├── button-background.png │ │ │ │ ├── button-background@2x.png │ │ │ │ ├── flatbutton-background-checked-disabled.png │ │ │ │ ├── flatbutton-background-checked-disabled@2x.png │ │ │ │ ├── flatbutton-background-checked-hovered.png │ │ │ │ ├── flatbutton-background-checked-hovered@2x.png │ │ │ │ ├── flatbutton-background-checked-pressed.png │ │ │ │ ├── flatbutton-background-checked-pressed@2x.png │ │ │ │ ├── flatbutton-background-checked.png │ │ │ │ ├── flatbutton-background-checked@2x.png │ │ │ │ ├── flatbutton-background-disabled.png │ │ │ │ ├── flatbutton-background-disabled@2x.png │ │ │ │ ├── flatbutton-background-hovered.png │ │ │ │ ├── flatbutton-background-hovered@2x.png │ │ │ │ ├── flatbutton-background-pressed.png │ │ │ │ ├── flatbutton-background-pressed@2x.png │ │ │ │ ├── flatbutton-background.png │ │ │ │ ├── flatbutton-background@2x.png │ │ │ │ ├── roundbutton-background-checked-disabled.png │ │ │ │ ├── roundbutton-background-checked-disabled@2x.png │ │ │ │ ├── roundbutton-background-checked-hovered.png │ │ │ │ ├── roundbutton-background-checked-hovered@2x.png │ │ │ │ ├── roundbutton-background-checked-pressed.png │ │ │ │ ├── roundbutton-background-checked-pressed@2x.png │ │ │ │ ├── roundbutton-background-checked.png │ │ │ │ ├── roundbutton-background-checked@2x.png │ │ │ │ ├── roundbutton-background-disabled.png │ │ │ │ ├── roundbutton-background-disabled@2x.png │ │ │ │ ├── roundbutton-background-hovered.png │ │ │ │ ├── roundbutton-background-hovered@2x.png │ │ │ │ ├── roundbutton-background-pressed.png │ │ │ │ ├── roundbutton-background-pressed@2x.png │ │ │ │ ├── roundbutton-background.png │ │ │ │ └── roundbutton-background@2x.png │ │ ├── doc │ │ │ ├── images │ │ │ │ └── lightningviewer.jpg │ │ │ └── src │ │ │ │ └── lightningviewer.qdoc │ │ └── main.cpp │ ├── maroon │ │ ├── CMakeLists.txt │ │ ├── Main.qml │ │ ├── content │ │ │ ├── BuildButton.qml │ │ │ ├── GameCanvas.qml │ │ │ ├── GameOverScreen.qml │ │ │ ├── InfoBar.qml │ │ │ ├── NewGameScreen.qml │ │ │ ├── audio │ │ │ │ ├── bomb-action.wav │ │ │ │ ├── catch-action.wav │ │ │ │ ├── catch.wav │ │ │ │ ├── currency.wav │ │ │ │ ├── factory-action.wav │ │ │ │ ├── melee-action.wav │ │ │ │ ├── projectile-action.wav │ │ │ │ └── shooter-action.wav │ │ │ ├── gfx │ │ │ │ ├── background.png │ │ │ │ ├── bomb-action.png │ │ │ │ ├── bomb-idle.png │ │ │ │ ├── bomb.png │ │ │ │ ├── button-help.png │ │ │ │ ├── button-play.png │ │ │ │ ├── catch-action.png │ │ │ │ ├── catch.png │ │ │ │ ├── cloud.png │ │ │ │ ├── currency.png │ │ │ │ ├── dialog-bomb.png │ │ │ │ ├── dialog-factory.png │ │ │ │ ├── dialog-melee.png │ │ │ │ ├── dialog-pointer.png │ │ │ │ ├── dialog-shooter.png │ │ │ │ ├── dialog.png │ │ │ │ ├── factory-action.png │ │ │ │ ├── factory-idle.png │ │ │ │ ├── factory.png │ │ │ │ ├── grid.png │ │ │ │ ├── help.png │ │ │ │ ├── lifes.png │ │ │ │ ├── logo-bubble.png │ │ │ │ ├── logo-fish.png │ │ │ │ ├── logo.png │ │ │ │ ├── melee-action.png │ │ │ │ ├── melee-idle.png │ │ │ │ ├── melee.png │ │ │ │ ├── mob-idle.png │ │ │ │ ├── mob.png │ │ │ │ ├── points.png │ │ │ │ ├── projectile-action.png │ │ │ │ ├── projectile.png │ │ │ │ ├── scores.png │ │ │ │ ├── shooter-action.png │ │ │ │ ├── shooter-idle.png │ │ │ │ ├── shooter.png │ │ │ │ ├── sunlight.png │ │ │ │ ├── text-1.png │ │ │ │ ├── text-2.png │ │ │ │ ├── text-3.png │ │ │ │ ├── text-blank.png │ │ │ │ ├── text-gameover.png │ │ │ │ ├── text-go.png │ │ │ │ └── wave.png │ │ │ ├── logic.js │ │ │ ├── mobs │ │ │ │ └── MobBase.qml │ │ │ └── towers │ │ │ │ ├── Bomb.qml │ │ │ │ ├── Factory.qml │ │ │ │ ├── Melee.qml │ │ │ │ ├── Ranged.qml │ │ │ │ └── TowerBase.qml │ │ ├── doc │ │ │ ├── images │ │ │ │ ├── qtquick-demo-maroon-med-1.png │ │ │ │ ├── qtquick-demo-maroon-med-2.png │ │ │ │ ├── qtquick-demo-maroon-med-3.jpg │ │ │ │ ├── qtquick-demo-maroon-med-4.jpg │ │ │ │ ├── qtquick-demo-maroon-med-5.jpg │ │ │ │ └── qtquick-demo-maroon-med-6.jpg │ │ │ └── src │ │ │ │ └── maroon.qdoc │ │ ├── main.cpp │ │ ├── maroon.pro │ │ ├── maroon.qrc │ │ └── qmldir │ ├── mediaplayer │ │ ├── .qmllint.ini │ │ ├── CMakeLists.txt │ │ ├── Config │ │ │ ├── CMakeLists.txt │ │ │ ├── Config.qml │ │ │ └── qmldir │ │ ├── MediaControls │ │ │ ├── AudioControl.qml │ │ │ ├── CMakeLists.txt │ │ │ ├── ControlImages.qml │ │ │ ├── CustomButton.qml │ │ │ ├── CustomRadioButton.qml │ │ │ ├── CustomSlider.qml │ │ │ ├── PlaybackControl.qml │ │ │ ├── PlaybackRateControl.qml │ │ │ ├── PlaybackSeekControl.qml │ │ │ ├── icons │ │ │ │ ├── Add_file.svg │ │ │ │ ├── Add_file_Dark.svg │ │ │ │ ├── Cancel_Button.svg │ │ │ │ ├── Error.svg │ │ │ │ ├── FullScreen_Icon.svg │ │ │ │ ├── FullScreen_Icon_Dark.svg │ │ │ │ ├── Load_Button.svg │ │ │ │ ├── Loop_Icon.svg │ │ │ │ ├── Loop_Icon_Dark.svg │ │ │ │ ├── Loop_Playlist.svg │ │ │ │ ├── Menu_Icon.svg │ │ │ │ ├── Menu_Icon_Dark.svg │ │ │ │ ├── Mute_Icon.svg │ │ │ │ ├── Mute_Icon_Dark.svg │ │ │ │ ├── Next_Icon.svg │ │ │ │ ├── Next_Icon_Dark.svg │ │ │ │ ├── Play_Icon.svg │ │ │ │ ├── Playlist_Active.svg │ │ │ │ ├── Playlist_Icon.svg │ │ │ │ ├── Playlist_Icon_Dark.svg │ │ │ │ ├── Previous_Icon.svg │ │ │ │ ├── Previous_Icon_Dark.svg │ │ │ │ ├── Rate_Icon.svg │ │ │ │ ├── Rate_Icon_Dark.svg │ │ │ │ ├── Settings_Icon.svg │ │ │ │ ├── Settings_Icon_Dark.svg │ │ │ │ ├── Shuffle_Active.svg │ │ │ │ ├── Shuffle_Icon.svg │ │ │ │ ├── Shuffle_Icon_Dark.svg │ │ │ │ ├── Single_Loop.svg │ │ │ │ ├── Stop_Icon.svg │ │ │ │ ├── Trash_Icon.svg │ │ │ │ ├── Trash_Icon_Dark.svg │ │ │ │ ├── Volume_Icon.svg │ │ │ │ └── Volume_Icon_Dark.svg │ │ │ └── qmldir │ │ ├── MediaPlayer │ │ │ ├── CMakeLists.txt │ │ │ ├── ErrorPopup.qml │ │ │ ├── Images.qml │ │ │ ├── Main.qml │ │ │ ├── MetadataInfo.qml │ │ │ ├── PlayerMenuBar.qml │ │ │ ├── PlaylistInfo.qml │ │ │ ├── SettingsInfo.qml │ │ │ ├── ThemeInfo.qml │ │ │ ├── TouchMenu.qml │ │ │ ├── TracksInfo.qml │ │ │ ├── TracksOptions.qml │ │ │ ├── UrlPopup.qml │ │ │ ├── icons │ │ │ │ ├── Default_CoverArt.svg │ │ │ │ ├── Movie_Active.svg │ │ │ │ ├── Movie_Icon.svg │ │ │ │ ├── Movie_Icon_Dark.svg │ │ │ │ ├── Music_Active.svg │ │ │ │ ├── Music_Icon.svg │ │ │ │ ├── Music_Icon_Dark.svg │ │ │ │ ├── Shadow.png │ │ │ │ ├── Shadow@2x.png │ │ │ │ └── Warning_Icon.svg │ │ │ └── qmldir │ │ ├── doc │ │ │ ├── images │ │ │ │ ├── controls.png │ │ │ │ ├── mediaplayerapp.png │ │ │ │ └── project_structure.png │ │ │ └── src │ │ │ │ ├── mediaplayer.qdoc │ │ │ │ └── mediaplayer.rst │ │ ├── filenameprovider.h │ │ ├── main.cpp │ │ ├── mediaplayer.py │ │ └── mediaplayer.pyproject │ ├── osmbuildings │ │ ├── 3rdparty │ │ │ └── mapbox │ │ │ │ ├── REUSE.toml │ │ │ │ └── earcut.h │ │ ├── CMakeLists.txt │ │ ├── Main.qml │ │ ├── OSMCameraController.qml │ │ ├── customshaderbuildings.frag │ │ ├── customshaderbuildings.vert │ │ ├── customshadertiles.frag │ │ ├── doc │ │ │ ├── images │ │ │ │ └── osmbuildings.jpg │ │ │ └── src │ │ │ │ └── osmbuildings.qdoc │ │ ├── geometry.cpp │ │ ├── geometry.h │ │ ├── main.cpp │ │ ├── manager.cpp │ │ ├── manager.h │ │ ├── qml.qrc │ │ ├── request.cpp │ │ └── request.h │ ├── photosurface │ │ ├── CMakeLists.txt │ │ ├── doc │ │ │ ├── images │ │ │ │ └── qtquick-demo-photosurface-small.png │ │ │ └── src │ │ │ │ └── photosurface.qdoc │ │ ├── main.cpp │ │ ├── photosurface.qml │ │ ├── photosurface.qmlproject │ │ └── resources │ │ │ ├── MomentumAnimation.qml │ │ │ ├── SlideShow.qml │ │ │ ├── folder.png │ │ │ ├── icon.png │ │ │ ├── photosurface.icns │ │ │ ├── photosurface.ico │ │ │ ├── photosurface.rc │ │ │ ├── shaders │ │ │ └── gneiss.frag │ │ │ └── welcome.pdf │ ├── qtjennydemo │ │ ├── CMakeLists.txt │ │ ├── Main.qml │ │ ├── android │ │ │ ├── AndroidManifest.xml │ │ │ ├── res │ │ │ │ ├── drawable-hdpi │ │ │ │ │ └── icon.png │ │ │ │ ├── drawable-ldpi │ │ │ │ │ └── icon.png │ │ │ │ ├── drawable-mdpi │ │ │ │ │ └── icon.png │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ └── icon.png │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ └── icon.png │ │ │ │ └── drawable-xxxhdpi │ │ │ │ │ └── icon.png │ │ │ └── src │ │ │ │ └── org │ │ │ │ └── qtproject │ │ │ │ └── qtjennydemo │ │ │ │ └── NativeInvocationHandler.java │ │ ├── backend.cpp │ │ ├── backend.h │ │ ├── contentobserver.cpp │ │ ├── contentobserver.h │ │ ├── doc │ │ │ ├── images │ │ │ │ └── qtjennydemo_overview.webp │ │ │ └── src │ │ │ │ └── qtjennydemo.qdoc │ │ ├── main.cpp │ │ ├── nativedispatch.cpp │ │ ├── nativedispatch.h │ │ ├── qtjenny_baseclass │ │ │ ├── build.gradle │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ ├── libs.versions.toml │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── settings.gradle │ │ │ ├── src │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── qtproject │ │ │ │ │ └── qt │ │ │ │ │ └── qtjenny_baseclass │ │ │ │ │ └── GenerateCppCode.kt │ │ │ └── templates │ │ │ │ ├── constructor_definition.kte │ │ │ │ ├── constructors_ids_declarations.kte │ │ │ │ ├── constructors_ids_initialisations.kte │ │ │ │ ├── field_getter.kte │ │ │ │ ├── field_setter.kte │ │ │ │ ├── fields_ids_declarations.kte │ │ │ │ ├── fields_ids_initialisations.kte │ │ │ │ ├── header_final_postamble.kte │ │ │ │ ├── header_initfunctions.kte │ │ │ │ ├── header_initvars.kte │ │ │ │ ├── header_postamble.kte │ │ │ │ ├── header_preamble.kte │ │ │ │ ├── initclass_postamble.kte │ │ │ │ ├── initclass_preamble.kte │ │ │ │ ├── method_definition.kte │ │ │ │ ├── method_prologue.kte │ │ │ │ ├── methods_ids_declarations.kte │ │ │ │ ├── methods_ids_initialisations.kte │ │ │ │ └── param.kte │ │ ├── qtjenny_callback │ │ │ ├── build.gradle │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ ├── libs.versions.toml │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── settings.gradle │ │ │ ├── src │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── java │ │ │ │ │ └── org │ │ │ │ │ └── qtproject │ │ │ │ │ └── qt │ │ │ │ │ └── qtjenny_callback │ │ │ │ │ └── GenerateCppCode.kt │ │ │ └── templates │ │ │ │ ├── constructor_definition.kte │ │ │ │ ├── constructors_ids_declarations.kte │ │ │ │ ├── constructors_ids_initialisations.kte │ │ │ │ ├── field_getter.kte │ │ │ │ ├── field_setter.kte │ │ │ │ ├── fields_ids_declarations.kte │ │ │ │ ├── fields_ids_initialisations.kte │ │ │ │ ├── header_final_postamble.kte │ │ │ │ ├── header_initfunctions.kte │ │ │ │ ├── header_initvars.kte │ │ │ │ ├── header_postamble.kte │ │ │ │ ├── header_preamble.kte │ │ │ │ ├── initclass_postamble.kte │ │ │ │ ├── initclass_preamble.kte │ │ │ │ ├── method_definition.kte │ │ │ │ ├── method_prologue.kte │ │ │ │ ├── methods_ids_declarations.kte │ │ │ │ ├── methods_ids_initialisations.kte │ │ │ │ └── param.kte │ │ ├── qtjenny_general │ │ │ ├── app │ │ │ │ ├── build.gradle │ │ │ │ └── src │ │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ └── org │ │ │ │ │ │ └── qtproject │ │ │ │ │ │ └── qt │ │ │ │ │ │ └── qtjenny_general │ │ │ │ │ │ ├── GenerateCppCode.kt │ │ │ │ │ │ └── MainActivity.kt │ │ │ │ │ └── res │ │ │ │ │ └── values │ │ │ │ │ └── strings.xml │ │ │ ├── build.gradle │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ ├── libs.versions.toml │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ ├── settings.gradle │ │ │ └── templates │ │ │ │ ├── constructor_definition.kte │ │ │ │ ├── constructors_ids_declarations.kte │ │ │ │ ├── constructors_ids_initialisations.kte │ │ │ │ ├── field_getter.kte │ │ │ │ ├── field_setter.kte │ │ │ │ ├── fields_ids_declarations.kte │ │ │ │ ├── fields_ids_initialisations.kte │ │ │ │ ├── header_final_postamble.kte │ │ │ │ ├── header_initfunctions.kte │ │ │ │ ├── header_initvars.kte │ │ │ │ ├── header_postamble.kte │ │ │ │ ├── header_preamble.kte │ │ │ │ ├── header_preamble.kte~ │ │ │ │ ├── initclass_postamble.kte │ │ │ │ ├── initclass_preamble.kte │ │ │ │ ├── method_definition.kte │ │ │ │ ├── method_prologue.kte │ │ │ │ ├── methods_ids_declarations.kte │ │ │ │ ├── methods_ids_initialisations.kte │ │ │ │ └── param.kte │ │ ├── volumeandbrightnessobserver.cpp │ │ └── volumeandbrightnessobserver.h │ ├── robotarm │ │ ├── .qmllint.ini │ │ ├── Backend │ │ │ ├── CMakeLists.txt │ │ │ ├── animatedparam.cpp │ │ │ ├── animatedparam.h │ │ │ ├── backend.cpp │ │ │ └── backend.h │ │ ├── CMakeLists.txt │ │ ├── Main.qml │ │ ├── RobotArm.qmlproject │ │ ├── backend_mock │ │ │ └── Backend │ │ │ │ ├── BackendMock.qml │ │ │ │ └── qmldir │ │ ├── content │ │ │ ├── +Material │ │ │ │ ├── App.qml │ │ │ │ ├── Circle.qml │ │ │ │ └── LabeledSlider.qml │ │ │ ├── App.qml │ │ │ ├── CMakeLists.txt │ │ │ ├── Circle.qml │ │ │ ├── LabeledSlider.qml │ │ │ ├── MainScreen.ui.qml │ │ │ ├── NodeIndicator.qml │ │ │ ├── RoboticArm.ui.qml │ │ │ ├── Toggle.ui.qml │ │ │ ├── fonts │ │ │ │ └── fonts.txt │ │ │ ├── maps │ │ │ │ └── qt.png │ │ │ └── meshes │ │ │ │ ├── arm.mesh │ │ │ │ ├── base.mesh │ │ │ │ ├── forearm.mesh │ │ │ │ ├── hand.mesh │ │ │ │ ├── hand_grab_b.mesh │ │ │ │ ├── hand_grab_b_hinge_1.mesh │ │ │ │ ├── hand_grab_b_hinge_2.mesh │ │ │ │ ├── hand_grab_t.mesh │ │ │ │ ├── hand_grab_t_hinge_1.mesh │ │ │ │ ├── hand_grab_t_hinge_2.mesh │ │ │ │ ├── hand_hinge.mesh │ │ │ │ └── root.mesh │ │ ├── doc │ │ │ ├── images │ │ │ │ └── robotarm-example.png │ │ │ └── src │ │ │ │ └── robotarm.qdoc │ │ ├── imports │ │ │ ├── CMakeLists.txt │ │ │ └── RobotArm │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Constants.qml │ │ │ │ ├── designer │ │ │ │ └── plugin.metainfo │ │ │ │ └── qmldir │ │ ├── qmlmodules │ │ ├── qtquickcontrols2.conf │ │ └── src │ │ │ ├── app_environment.h │ │ │ ├── import_qml_plugins.h │ │ │ └── main.cpp │ ├── rssnews │ │ ├── CMakeLists.txt │ │ ├── Main.qml │ │ ├── content │ │ │ ├── BusyIndicator.qml │ │ │ ├── CategoryDelegate.qml │ │ │ ├── NewsDelegate.qml │ │ │ ├── RssFeeds.qml │ │ │ ├── ScrollBar.qml │ │ │ └── images │ │ │ │ ├── Asia.jpg │ │ │ │ ├── Business.jpg │ │ │ │ ├── Entertainment.jpg │ │ │ │ ├── Europe.jpg │ │ │ │ ├── Health.jpg │ │ │ │ ├── Politics.jpg │ │ │ │ ├── Science.jpg │ │ │ │ ├── Sports.jpg │ │ │ │ ├── Technology.jpg │ │ │ │ ├── TopStories.jpg │ │ │ │ ├── USNational.jpg │ │ │ │ ├── World.jpg │ │ │ │ ├── btn_close.png │ │ │ │ ├── busy.png │ │ │ │ └── scrollbar.png │ │ ├── doc │ │ │ ├── images │ │ │ │ └── qtquick-demo-rssnews-small.png │ │ │ └── src │ │ │ │ └── rssnews.qdoc │ │ ├── main.cpp │ │ ├── qmldir │ │ ├── rssnews.pro │ │ ├── rssnews.qmlproject │ │ └── rssnews.qrc │ ├── samegame │ │ ├── .qmllint.ini │ │ ├── CMakeLists.txt │ │ ├── Main.qml │ │ ├── content │ │ │ ├── Block.qml │ │ │ ├── BlockEmitter.qml │ │ │ ├── Button.qml │ │ │ ├── GameArea.qml │ │ │ ├── LogoAnimation.qml │ │ │ ├── MenuEmitter.qml │ │ │ ├── PaintEmitter.qml │ │ │ ├── PrimaryPack.qml │ │ │ ├── PuzzleBlock.qml │ │ │ ├── SamegameText.qml │ │ │ ├── Settings.qml │ │ │ ├── SimpleBlock.qml │ │ │ ├── SmokeText.qml │ │ │ ├── gfx │ │ │ │ ├── background-puzzle.png │ │ │ │ ├── background.png │ │ │ │ ├── bar.png │ │ │ │ ├── blue-puzzle.png │ │ │ │ ├── blue.png │ │ │ │ ├── bubble-highscore.png │ │ │ │ ├── bubble-puzzle.png │ │ │ │ ├── but-game-1.png │ │ │ │ ├── but-game-2.png │ │ │ │ ├── but-game-3.png │ │ │ │ ├── but-game-4.png │ │ │ │ ├── but-game-new.png │ │ │ │ ├── but-menu.png │ │ │ │ ├── but-puzzle-next.png │ │ │ │ ├── but-quit.png │ │ │ │ ├── green-puzzle.png │ │ │ │ ├── green.png │ │ │ │ ├── icon-fail.png │ │ │ │ ├── icon-ok.png │ │ │ │ ├── icon-time.png │ │ │ │ ├── logo-a.png │ │ │ │ ├── logo-e.png │ │ │ │ ├── logo-g.png │ │ │ │ ├── logo-m.png │ │ │ │ ├── logo-s.png │ │ │ │ ├── logo.png │ │ │ │ ├── particle-brick.png │ │ │ │ ├── particle-paint.png │ │ │ │ ├── particle-smoke.png │ │ │ │ ├── red-puzzle.png │ │ │ │ ├── red.png │ │ │ │ ├── text-highscore-new.png │ │ │ │ ├── text-highscore.png │ │ │ │ ├── text-no-winner.png │ │ │ │ ├── text-p1-go.png │ │ │ │ ├── text-p1-won.png │ │ │ │ ├── text-p1.png │ │ │ │ ├── text-p2-go.png │ │ │ │ ├── text-p2-won.png │ │ │ │ ├── text-p2.png │ │ │ │ ├── yellow-puzzle.png │ │ │ │ └── yellow.png │ │ │ ├── levels │ │ │ │ ├── TemplateBase.qml │ │ │ │ ├── level0.qml │ │ │ │ ├── level1.qml │ │ │ │ ├── level2.qml │ │ │ │ ├── level3.qml │ │ │ │ ├── level4.qml │ │ │ │ ├── level5.qml │ │ │ │ ├── level6.qml │ │ │ │ ├── level7.qml │ │ │ │ ├── level8.qml │ │ │ │ └── level9.qml │ │ │ └── samegame.js │ │ ├── doc │ │ │ ├── images │ │ │ │ ├── qtquick-demo-samegame-med-1.png │ │ │ │ └── qtquick-demo-samegame-med-2.png │ │ │ └── src │ │ │ │ └── samegame.qdoc │ │ ├── main.cpp │ │ ├── qmldir │ │ ├── samegame.pro │ │ ├── samegame.qmlproject │ │ └── samegame.qrc │ ├── ssgi │ │ ├── CMakeLists.txt │ │ ├── IconButton.qml │ │ ├── Main.qml │ │ ├── assets.qrc │ │ ├── assets │ │ │ ├── Bedroom │ │ │ │ └── Bedroom.qml │ │ │ ├── CornellBox │ │ │ │ └── CornellBox.qml │ │ │ ├── Sponza │ │ │ │ └── Sponza.qml │ │ │ └── icons │ │ │ │ ├── baked.svg │ │ │ │ ├── bedroom.svg │ │ │ │ ├── cornell.svg │ │ │ │ ├── off.svg │ │ │ │ ├── reset-camera.svg │ │ │ │ ├── right-arrow.svg │ │ │ │ ├── sponza.svg │ │ │ │ └── ssgi.svg │ │ ├── doc │ │ │ ├── images │ │ │ │ └── ssgi-screenshot.webp │ │ │ └── src │ │ │ │ └── ssgi.qdoc │ │ ├── main.cpp │ │ ├── qt_attribution-model-assets.json │ │ └── qt_attribution.json │ ├── stocqt │ │ ├── CMakeLists.txt │ │ ├── Main.qml │ │ ├── content │ │ │ ├── CMakeLists.txt │ │ │ ├── FavoriteChart.qml │ │ │ ├── FavoriteView.qml │ │ │ ├── SettingsView.qml │ │ │ ├── StockChart.qml │ │ │ ├── StockListView.qml │ │ │ ├── StockView.qml │ │ │ ├── components │ │ │ │ ├── AddDelegate.qml │ │ │ │ ├── FavStatsDelegate.qml │ │ │ │ ├── FavTab.ui.qml │ │ │ │ ├── Keystats.ui.qml │ │ │ │ ├── Legend.ui.qml │ │ │ │ ├── Navbar.ui.qml │ │ │ │ ├── Search.qml │ │ │ │ ├── Star.qml │ │ │ │ ├── StockCheckbox.ui.qml │ │ │ │ ├── StockDelegate.qml │ │ │ │ ├── StockDetail.qml │ │ │ │ ├── StockTitle.ui.qml │ │ │ │ ├── TabMenu.ui.qml │ │ │ │ └── TimeBar.qml │ │ │ └── images │ │ │ │ ├── arrowDown.svg │ │ │ │ ├── arrowLeft.svg │ │ │ │ ├── arrowUp.svg │ │ │ │ ├── fullscreen.png │ │ │ │ ├── home.png │ │ │ │ ├── logoBG.png │ │ │ │ ├── logos │ │ │ │ ├── AAPL.svg │ │ │ │ ├── ABNB.svg │ │ │ │ ├── ACGL.svg │ │ │ │ ├── ADBE.svg │ │ │ │ ├── ADI.svg │ │ │ │ ├── ADP.svg │ │ │ │ ├── ADSK.svg │ │ │ │ ├── AEP.svg │ │ │ │ ├── ALGN.svg │ │ │ │ ├── AMAT.svg │ │ │ │ ├── AMD.svg │ │ │ │ ├── AMGN.svg │ │ │ │ ├── AMZN.svg │ │ │ │ ├── ANSS.svg │ │ │ │ ├── ASML.svg │ │ │ │ ├── ATVI.svg │ │ │ │ ├── AVGO.svg │ │ │ │ ├── AZN.svg │ │ │ │ ├── BIDU.svg │ │ │ │ ├── BIIB.svg │ │ │ │ ├── BKNG.svg │ │ │ │ ├── BKR.svg │ │ │ │ ├── CDNS.svg │ │ │ │ ├── CEG.svg │ │ │ │ ├── CHTR.svg │ │ │ │ ├── CMCSA.svg │ │ │ │ ├── CME.svg │ │ │ │ ├── COST.svg │ │ │ │ ├── CPRT.svg │ │ │ │ ├── CRWD.svg │ │ │ │ ├── CSCO.svg │ │ │ │ ├── CSGP.svg │ │ │ │ ├── CSX.svg │ │ │ │ ├── CTAS.svg │ │ │ │ ├── CTSH.svg │ │ │ │ ├── DDOG.svg │ │ │ │ ├── DLTR.svg │ │ │ │ ├── DXCM.svg │ │ │ │ ├── EA.svg │ │ │ │ ├── EBAY.svg │ │ │ │ ├── ENPH.svg │ │ │ │ ├── EQIX.svg │ │ │ │ ├── EXC.svg │ │ │ │ ├── FANG.svg │ │ │ │ ├── FAST.svg │ │ │ │ ├── FTNT.svg │ │ │ │ ├── GFS.svg │ │ │ │ ├── GILD.svg │ │ │ │ ├── GOOG.svg │ │ │ │ ├── GOOGL.svg │ │ │ │ ├── HON.svg │ │ │ │ ├── IDXX.svg │ │ │ │ ├── ILMN.svg │ │ │ │ ├── INTC.svg │ │ │ │ ├── INTU.svg │ │ │ │ ├── ISRG.svg │ │ │ │ ├── JD.svg │ │ │ │ ├── KDP.svg │ │ │ │ ├── KHC.svg │ │ │ │ ├── KLAC.svg │ │ │ │ ├── LCID.svg │ │ │ │ ├── LRCX.svg │ │ │ │ ├── LULU.svg │ │ │ │ ├── MAR.svg │ │ │ │ ├── MCHP.svg │ │ │ │ ├── MDLZ.svg │ │ │ │ ├── MELI.svg │ │ │ │ ├── META.svg │ │ │ │ ├── MNST.svg │ │ │ │ ├── MRNA.svg │ │ │ │ ├── MRVL.svg │ │ │ │ ├── MSFT.svg │ │ │ │ ├── MU.svg │ │ │ │ ├── NFLX.svg │ │ │ │ ├── NTES.svg │ │ │ │ ├── NVDA.svg │ │ │ │ ├── NXPI.svg │ │ │ │ ├── ODFL.svg │ │ │ │ ├── ON.svg │ │ │ │ ├── ORLY.svg │ │ │ │ ├── PANW.svg │ │ │ │ ├── PAYX.svg │ │ │ │ ├── PCAR.svg │ │ │ │ ├── PDD.svg │ │ │ │ ├── PEP.svg │ │ │ │ ├── PYPL.svg │ │ │ │ ├── QCOM.svg │ │ │ │ ├── QTCOM.HE.svg │ │ │ │ ├── REGN.svg │ │ │ │ ├── RIVN.svg │ │ │ │ ├── ROST.svg │ │ │ │ ├── RYAAY.svg │ │ │ │ ├── SBUX.svg │ │ │ │ ├── SGEN.svg │ │ │ │ ├── SIRI.svg │ │ │ │ ├── SNPS.svg │ │ │ │ ├── TEAM.svg │ │ │ │ ├── TMUS.svg │ │ │ │ ├── TSLA.svg │ │ │ │ ├── TXN.svg │ │ │ │ ├── VRSK.svg │ │ │ │ ├── VRTX.svg │ │ │ │ ├── WBA.svg │ │ │ │ ├── WBD.svg │ │ │ │ ├── WDAY.svg │ │ │ │ ├── XEL.svg │ │ │ │ ├── ZM.svg │ │ │ │ └── ZS.svg │ │ │ │ ├── qtLogo.png │ │ │ │ ├── qtLogo2.png │ │ │ │ ├── save1.png │ │ │ │ ├── save2.png │ │ │ │ ├── searchIcon.svg │ │ │ │ ├── settings.svg │ │ │ │ ├── stackStar.svg │ │ │ │ ├── starEmpty.svg │ │ │ │ ├── starFilled.svg │ │ │ │ ├── starMuted.svg │ │ │ │ └── timeGreen.svg │ │ ├── data │ │ │ ├── AAPL.json │ │ │ ├── ABNB.json │ │ │ ├── ADBE.json │ │ │ ├── ADI.json │ │ │ ├── ADP.json │ │ │ ├── ADSK.json │ │ │ ├── AEP.json │ │ │ ├── ALGN.json │ │ │ ├── AMAT.json │ │ │ ├── AMD.json │ │ │ ├── AMGN.json │ │ │ ├── AMZN.json │ │ │ ├── ANSS.json │ │ │ ├── ASML.json │ │ │ ├── ATVI.json │ │ │ ├── AVGO.json │ │ │ ├── AZN.json │ │ │ ├── BIIB.json │ │ │ ├── BKNG.json │ │ │ ├── BKR.json │ │ │ ├── CDNS.json │ │ │ ├── CEG.json │ │ │ ├── CHTR.json │ │ │ ├── CMCSA.json │ │ │ ├── COST.json │ │ │ ├── CPRT.json │ │ │ ├── CRWD.json │ │ │ ├── CSCO.json │ │ │ ├── CSGP.json │ │ │ ├── CSX.json │ │ │ ├── CTAS.json │ │ │ ├── CTSH.json │ │ │ ├── DDOG.json │ │ │ ├── DLTR.json │ │ │ ├── DXCM.json │ │ │ ├── EA.json │ │ │ ├── EBAY.json │ │ │ ├── ENPH.json │ │ │ ├── EXC.json │ │ │ ├── FANG.json │ │ │ ├── FAST.json │ │ │ ├── FISV.json │ │ │ ├── FTNT.json │ │ │ ├── GFS.json │ │ │ ├── GILD.json │ │ │ ├── GOOG.json │ │ │ ├── GOOGL.json │ │ │ ├── HON.json │ │ │ ├── IDXX.json │ │ │ ├── ILMN.json │ │ │ ├── INTC.json │ │ │ ├── INTU.json │ │ │ ├── ISRG.json │ │ │ ├── JD.json │ │ │ ├── KDP.json │ │ │ ├── KHC.json │ │ │ ├── KLAC.json │ │ │ ├── LCID.json │ │ │ ├── LRCX.json │ │ │ ├── LULU.json │ │ │ ├── MAR.json │ │ │ ├── MCHP.json │ │ │ ├── MDLZ.json │ │ │ ├── MELI.json │ │ │ ├── META.json │ │ │ ├── MNST.json │ │ │ ├── MRNA.json │ │ │ ├── MRVL.json │ │ │ ├── MSFT.json │ │ │ ├── MU.json │ │ │ ├── NFLX.json │ │ │ ├── NVDA.json │ │ │ ├── NXPI.json │ │ │ ├── ODFL.json │ │ │ ├── ORLY.json │ │ │ ├── PANW.json │ │ │ ├── PAYX.json │ │ │ ├── PCAR.json │ │ │ ├── PDD.json │ │ │ ├── PEP.json │ │ │ ├── PYPL.json │ │ │ ├── QCOM.json │ │ │ ├── QTCOM.HE.json │ │ │ ├── REGN.json │ │ │ ├── RIVN.json │ │ │ ├── ROST.json │ │ │ ├── SBUX.json │ │ │ ├── SGEN.json │ │ │ ├── SIRI.json │ │ │ ├── SNPS.json │ │ │ ├── TEAM.json │ │ │ ├── TMUS.json │ │ │ ├── TSLA.json │ │ │ ├── TXN.json │ │ │ ├── VRSK.json │ │ │ ├── VRTX.json │ │ │ ├── WBA.json │ │ │ ├── WBD.json │ │ │ ├── WDAY.json │ │ │ ├── XEL.json │ │ │ ├── ZM.json │ │ │ ├── ZS.json │ │ │ └── quotes.json │ │ ├── doc │ │ │ ├── images │ │ │ │ └── qtquick-demo-stocqt.png │ │ │ └── src │ │ │ │ └── stocqt.qdoc │ │ ├── qtquickcontrols2.conf │ │ └── src │ │ │ ├── apihandler.cpp │ │ │ ├── apihandler.h │ │ │ ├── favoritesmodel.cpp │ │ │ ├── favoritesmodel.h │ │ │ ├── main.cpp │ │ │ ├── stockengine.cpp │ │ │ ├── stockengine.h │ │ │ ├── stocklistmodel.cpp │ │ │ ├── stocklistmodel.h │ │ │ ├── stockmodel.cpp │ │ │ ├── stockmodel.h │ │ │ ├── timeformatter.cpp │ │ │ └── timeformatter.h │ ├── thermostat │ │ ├── .qmllint.ini │ │ ├── CMakeLists.txt │ │ ├── Main.qml │ │ ├── REUSE.toml │ │ ├── Thermostat.qmlproject │ │ ├── content │ │ │ ├── App.qml │ │ │ ├── BottomBar.qml │ │ │ ├── BottomBarForm.ui.qml │ │ │ ├── CMakeLists.txt │ │ │ ├── EnergyInfo.qml │ │ │ ├── EnergyInfoForm.ui.qml │ │ │ ├── HomePage.qml │ │ │ ├── HomePageForm.ui.qml │ │ │ ├── HumidityInfo.qml │ │ │ ├── HumidityInfoForm.ui.qml │ │ │ ├── RoomItem.qml │ │ │ ├── RoomItemForm.ui.qml │ │ │ ├── RoomOption.qml │ │ │ ├── RoomOptionForm.ui.qml │ │ │ ├── RoomsScrollView.qml │ │ │ ├── RoomsScrollViewForm.ui.qml │ │ │ ├── RoomsSwipeView.qml │ │ │ ├── RoomsSwipeViewForm.ui.qml │ │ │ ├── RoomsView.qml │ │ │ ├── RoomsViewForm.ui.qml │ │ │ ├── ScheduleScrollView.qml │ │ │ ├── ScheduleScrollViewForm.ui.qml │ │ │ ├── ScheduleStackView.qml │ │ │ ├── ScheduleStackViewForm.ui.qml │ │ │ ├── ScheduleSwipeView.qml │ │ │ ├── ScheduleSwipeViewForm.ui.qml │ │ │ ├── ScheduleView.qml │ │ │ ├── ScheduleViewForm.ui.qml │ │ │ ├── SideBar.qml │ │ │ ├── SideBarForm.ui.qml │ │ │ ├── StatisticsScrollView.qml │ │ │ ├── StatisticsScrollViewForm.ui.qml │ │ │ ├── StatisticsStackView.qml │ │ │ ├── StatisticsStackViewForm.ui.qml │ │ │ ├── StatisticsSwipeView.qml │ │ │ ├── StatisticsSwipeViewForm.ui.qml │ │ │ ├── StatisticsView.qml │ │ │ ├── StatisticsViewForm.ui.qml │ │ │ ├── TemperatureInfo.qml │ │ │ ├── TemperatureInfoForm.ui.qml │ │ │ ├── TemperatureSetter.qml │ │ │ ├── TemperatureSetterDesktopView.qml │ │ │ ├── TemperatureSetterDesktopViewForm.ui.qml │ │ │ ├── TemperatureSetterForm.ui.qml │ │ │ ├── TemperatureSetterMobileView.qml │ │ │ ├── TemperatureSetterMobileViewForm.ui.qml │ │ │ ├── TemperatureSetterSmallView.qml │ │ │ ├── TemperatureSetterSmallViewForm.ui.qml │ │ │ ├── ThermostatInfo.qml │ │ │ ├── ThermostatInfoForm.ui.qml │ │ │ ├── ThermostatScrollView.qml │ │ │ ├── ThermostatScrollViewForm.ui.qml │ │ │ ├── ThermostatSettings.qml │ │ │ ├── ThermostatSettingsForm.ui.qml │ │ │ ├── ThermostatStackView.qml │ │ │ ├── ThermostatStackViewForm.ui.qml │ │ │ ├── ThermostatSwipeView.qml │ │ │ ├── ThermostatSwipeViewForm.ui.qml │ │ │ ├── ThermostatView.qml │ │ │ ├── ThermostatViewForm.ui.qml │ │ │ ├── TimeSchedule.qml │ │ │ ├── TimeScheduleForm.ui.qml │ │ │ ├── TimeSelector.qml │ │ │ └── images │ │ │ │ ├── Auto.svg │ │ │ │ ├── Cool.svg │ │ │ │ ├── Dry.svg │ │ │ │ ├── Eco.svg │ │ │ │ ├── Fan.svg │ │ │ │ ├── Heat.svg │ │ │ │ ├── arrow.svg │ │ │ │ ├── bedroom.svg │ │ │ │ ├── circle.svg │ │ │ │ ├── down.svg │ │ │ │ ├── drop.svg │ │ │ │ ├── edit.svg │ │ │ │ ├── energy.svg │ │ │ │ ├── home.svg │ │ │ │ ├── kid_room.svg │ │ │ │ ├── kitchen.svg │ │ │ │ ├── living_room.svg │ │ │ │ ├── logo.png │ │ │ │ ├── maxTemp.svg │ │ │ │ ├── minTemp.svg │ │ │ │ ├── more.svg │ │ │ │ ├── power.svg │ │ │ │ ├── schedule.svg │ │ │ │ ├── settings.svg │ │ │ │ ├── stats.svg │ │ │ │ ├── temperature.svg │ │ │ │ ├── theme.svg │ │ │ │ ├── thermostat.svg │ │ │ │ └── up.svg │ │ ├── doc │ │ │ ├── images │ │ │ │ ├── desktop_dark.png │ │ │ │ ├── desktop_light.png │ │ │ │ ├── mobile_dark.png │ │ │ │ ├── mobile_light.png │ │ │ │ ├── small_dark.png │ │ │ │ └── small_light.png │ │ │ └── src │ │ │ │ └── thermostat.qdoc │ │ ├── imports │ │ │ ├── CMakeLists.txt │ │ │ ├── Thermostat │ │ │ │ ├── AppSettings.qml │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Constants.qml │ │ │ │ ├── Database.qml │ │ │ │ ├── Room.qml │ │ │ │ ├── RoomsModel.qml │ │ │ │ ├── Utils.qml │ │ │ │ └── qmldir │ │ │ └── ThermostatCustomControls │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── CalendarControl.qml │ │ │ │ ├── CustomComboBox.qml │ │ │ │ ├── CustomDial.qml │ │ │ │ ├── CustomRadioButton.qml │ │ │ │ ├── CustomRoundButton.qml │ │ │ │ ├── CustomSlider.qml │ │ │ │ ├── CustomSwitch.qml │ │ │ │ ├── CustomTextField.qml │ │ │ │ ├── StatisticsChart.qml │ │ │ │ ├── TemperatureLabel.qml │ │ │ │ ├── ThermostatControl.qml │ │ │ │ ├── images │ │ │ │ ├── keyboard.svg │ │ │ │ ├── thermometer.svg │ │ │ │ └── tooltip.svg │ │ │ │ └── qmldir │ │ ├── qmlmodules │ │ ├── qt_attribution.json │ │ └── src │ │ │ ├── app_environment.h │ │ │ ├── import_qml_plugins.h │ │ │ └── main.cpp │ ├── todolist │ │ ├── CMakeLists.txt │ │ ├── Main.qml │ │ ├── REUSE.toml │ │ ├── ToDoList.qmlproject │ │ ├── content │ │ │ ├── App.qml │ │ │ ├── CMakeLists.txt │ │ │ ├── CalendarView.qml │ │ │ ├── CalendarViewForm.ui.qml │ │ │ ├── Clock.qml │ │ │ ├── ClockForm.ui.qml │ │ │ ├── ClockView.qml │ │ │ ├── ClockViewForm.ui.qml │ │ │ ├── FontSizeSettings.qml │ │ │ ├── FontSizeSettingsForm.ui.qml │ │ │ ├── HomePage.qml │ │ │ ├── HomePageForm.ui.qml │ │ │ ├── MaxTasksSettings.qml │ │ │ ├── MaxTasksSettingsForm.ui.qml │ │ │ ├── NavBar.qml │ │ │ ├── NavBarForm.ui.qml │ │ │ ├── NewTask.qml │ │ │ ├── NewTaskForm.ui.qml │ │ │ ├── OtherSettings.qml │ │ │ ├── OtherSettingsForm.ui.qml │ │ │ ├── QuickTaskField.qml │ │ │ ├── QuickTaskFieldForm.ui.qml │ │ │ ├── SettingsView.qml │ │ │ ├── SettingsViewForm.ui.qml │ │ │ ├── StyleSettings.qml │ │ │ ├── StyleSettingsForm.ui.qml │ │ │ ├── TasksList.qml │ │ │ ├── TasksListForm.ui.qml │ │ │ ├── TasksListsView.qml │ │ │ ├── TasksListsViewForm.ui.qml │ │ │ ├── fonts │ │ │ │ └── fonts.txt │ │ │ └── images │ │ │ │ ├── Add_Icon.svg │ │ │ │ ├── Before_Icon.svg │ │ │ │ ├── Calendar_Icon.svg │ │ │ │ ├── Check_Icon.svg │ │ │ │ ├── Clock.svg │ │ │ │ ├── Clock_Dark.svg │ │ │ │ ├── Clock_Hand.svg │ │ │ │ ├── Clock_Icon.svg │ │ │ │ ├── Enter_Icon.svg │ │ │ │ ├── Font_Size_Icon.svg │ │ │ │ ├── HideTasks_Icon.svg │ │ │ │ ├── LeftArrow_Icon.svg │ │ │ │ ├── LeftArrow_Icon_Dark.svg │ │ │ │ ├── Minutes_Clock.svg │ │ │ │ ├── Minutes_Clock_Dark.svg │ │ │ │ ├── Next_Icon.svg │ │ │ │ ├── Qt_Icon.svg │ │ │ │ ├── Random_Task_Icon.svg │ │ │ │ ├── Remove_Done_Icon.svg │ │ │ │ ├── Right_Arrow_Icon.svg │ │ │ │ ├── Right_Arrow_Icon_Dark.svg │ │ │ │ ├── Settings_Icon.svg │ │ │ │ ├── ShowTasks_Icon.svg │ │ │ │ ├── Style_Icon.svg │ │ │ │ ├── Tasks_Icon.svg │ │ │ │ └── Theme_Icon.svg │ │ ├── doc │ │ │ ├── images │ │ │ │ ├── CustomStyle_Dark.png │ │ │ │ ├── CustomStyle_Light.png │ │ │ │ ├── Material_Dark.png │ │ │ │ ├── Material_Light.png │ │ │ │ ├── Settings_CustomStyle.png │ │ │ │ ├── Settings_Material.png │ │ │ │ ├── Settings_iOS.png │ │ │ │ ├── iOS_Dark.png │ │ │ │ └── iOS_Light.png │ │ │ └── src │ │ │ │ └── todolist.qdoc │ │ ├── imports │ │ │ ├── CMakeLists.txt │ │ │ ├── CustomControls │ │ │ │ ├── AmPmButton.qml │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── CustomButton.qml │ │ │ │ ├── CustomLabel.qml │ │ │ │ ├── CustomTextArea.qml │ │ │ │ ├── CustomTextField.qml │ │ │ │ ├── SwipeDelegateContent.qml │ │ │ │ ├── TasksListDelegate.qml │ │ │ │ ├── TimeInput.qml │ │ │ │ ├── TimeTextField.qml │ │ │ │ ├── images │ │ │ │ │ ├── Drag_Icon.svg │ │ │ │ │ ├── Drag_Icon_Dark.svg │ │ │ │ │ ├── Red_Trash.svg │ │ │ │ │ ├── Star_Icon.svg │ │ │ │ │ ├── White_Star.svg │ │ │ │ │ └── White_Trash.svg │ │ │ │ └── qmldir │ │ │ ├── CustomStyle │ │ │ │ ├── Button.qml │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── CheckBox.qml │ │ │ │ ├── ComboBox.qml │ │ │ │ ├── Dialog.qml │ │ │ │ ├── ItemDelegate.qml │ │ │ │ ├── Page.qml │ │ │ │ ├── Pane.qml │ │ │ │ ├── RadioDelegate.qml │ │ │ │ ├── SwitchDelegate.qml │ │ │ │ ├── TextArea.qml │ │ │ │ ├── TextField.qml │ │ │ │ ├── ToolBar.qml │ │ │ │ ├── ToolButton.qml │ │ │ │ ├── ToolTip.qml │ │ │ │ ├── images │ │ │ │ │ └── Expand_Icon.svg │ │ │ │ └── qmldir │ │ │ └── ToDoList │ │ │ │ ├── AppSettings.qml │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── Constants.qml │ │ │ │ ├── Database.qml │ │ │ │ └── qmldir │ │ ├── qmlmodules.cmake │ │ ├── qt_attribution.json │ │ ├── qtquickcontrols2.conf │ │ └── src │ │ │ ├── app_environment.h │ │ │ ├── import_qml_plugins.h │ │ │ └── main.cpp │ ├── toycustomizer │ │ ├── CMakeLists.txt │ │ ├── animations │ │ │ └── CMakeLists.txt │ │ ├── assets │ │ │ └── CMakeLists.txt │ │ ├── images │ │ │ └── CMakeLists.txt │ │ ├── main.cpp │ │ ├── meshes │ │ │ └── CMakeLists.txt │ │ └── qml │ │ │ ├── AccessoryMaterialLibrary.qml │ │ │ ├── AccessoryModel.qml │ │ │ ├── AccessoryState.qml │ │ │ ├── AccessoryView.qml │ │ │ ├── AnimationMaterial.qml │ │ │ ├── AnimationModel.qml │ │ │ ├── ApplicationConfig.qml │ │ │ ├── BearCustom.qml │ │ │ ├── CatCustom.qml │ │ │ ├── ColorButton.qml │ │ │ ├── CurrentToyModel.qml │ │ │ ├── CustomizationCard.qml │ │ │ ├── DeerCustom.qml │ │ │ ├── GalleryViewDelegate.qml │ │ │ ├── KoalaCustom.qml │ │ │ ├── LionCustom.qml │ │ │ ├── Main.qml │ │ │ ├── MainPage.qml │ │ │ ├── MaximizeView.qml │ │ │ ├── MonkeyCustom.qml │ │ │ ├── NameTumbler.qml │ │ │ ├── OrbitCameraController.qml │ │ │ ├── OrderGrid.qml │ │ │ ├── OrderItem.qml │ │ │ ├── OverViewPage.qml │ │ │ ├── PageStepper.qml │ │ │ ├── PandaCustom.qml │ │ │ ├── PigCustom.qml │ │ │ ├── RabbitCustom.qml │ │ │ ├── RaccoonCustom.qml │ │ │ ├── SheepCustom.qml │ │ │ ├── ShowcaseView.qml │ │ │ ├── SlothCustom.qml │ │ │ ├── SquirrelCustom.qml │ │ │ ├── TigerCustom.qml │ │ │ ├── ToyAnimations.qml │ │ │ ├── ToyBusyIndicator.qml │ │ │ ├── ToyButton.qml │ │ │ ├── ToyConfirmPage.qml │ │ │ ├── ToyCustom.qml │ │ │ ├── ToyCustomizePage.qml │ │ │ ├── ToyFinalPage.qml │ │ │ ├── ToyGalleryPage.qml │ │ │ ├── ToyHeader.qml │ │ │ ├── ToyImage.qml │ │ │ ├── ToyLabel.qml │ │ │ ├── ToyModel.qml │ │ │ ├── ToyView.qml │ │ │ └── shaders │ │ │ ├── buttonpressedshadow.frag │ │ │ ├── buttonpressedshadow.vert │ │ │ └── coloroverlay.frag │ ├── windowembedding │ │ ├── CMakeLists.txt │ │ ├── Main.qml │ │ ├── doc │ │ │ ├── images │ │ │ │ ├── android.webp │ │ │ │ ├── ios.webp │ │ │ │ ├── macos.webp │ │ │ │ ├── webassembly.webp │ │ │ │ ├── windows.webp │ │ │ │ └── x11.webp │ │ │ └── src │ │ │ │ └── windowembedding.qdoc │ │ └── main.cpp │ └── xr_physicsbase_teleportation │ │ ├── BeamModel.qml │ │ ├── CMakeLists.txt │ │ ├── Campfire.qml │ │ ├── CampfireMaterial.qml │ │ ├── Chair.qml │ │ ├── CommonResources.qml │ │ ├── Fence.qml │ │ ├── Fire.qml │ │ ├── FireResources.qml │ │ ├── Firewood.qml │ │ ├── Grass.qml │ │ ├── Ground.qml │ │ ├── House.qml │ │ ├── InvisibleMaterial.qml │ │ ├── Main.qml │ │ ├── ParticleResources.qml │ │ ├── PhysicsbaseTeleporter.qml │ │ ├── Prompter.qml │ │ ├── Smoke.qml │ │ ├── Stands.qml │ │ ├── Table.qml │ │ ├── TargetIndicator.qml │ │ ├── Torch.qml │ │ ├── TorchGripper.qml │ │ ├── ValueFader.qml │ │ ├── android │ │ └── AndroidManifest.xml │ │ ├── doc │ │ ├── images │ │ │ └── xr_physicsbase_teleportation.jpg │ │ └── src │ │ │ └── xr_physicsbase_teleportation.qdoc │ │ ├── main.cpp │ │ ├── media │ │ ├── meshes │ │ │ ├── block │ │ │ │ ├── defaultMaterial_mesh.mesh │ │ │ │ └── license.txt │ │ │ ├── block_instances.xml │ │ │ ├── block_instances.xml.bin │ │ │ ├── campfire │ │ │ │ ├── cube21_low_campfire_0_mesh.mesh │ │ │ │ ├── cube_0012_low_campfire_0_mesh.mesh │ │ │ │ ├── cube_0022_low_campfire_0_mesh.mesh │ │ │ │ ├── cube_0032_low_campfire_0_mesh.mesh │ │ │ │ ├── cube_003_low_campfire_0_mesh.mesh │ │ │ │ ├── cube_004_low_campfire_0_mesh.mesh │ │ │ │ ├── cube_005_low_campfire_0_mesh.mesh │ │ │ │ ├── cube_006_low_campfire_0_mesh.mesh │ │ │ │ ├── cube_007_low_campfire_0_mesh.mesh │ │ │ │ ├── cube_low_campfire_0_mesh.mesh │ │ │ │ ├── cylinder_002_low_campfire_0_mesh.mesh │ │ │ │ ├── cylinder_low_campfire_0_mesh.mesh │ │ │ │ └── license.txt │ │ │ ├── chair │ │ │ │ ├── defaultMaterial_mesh13.mesh │ │ │ │ ├── defaultMaterial_mesh16.mesh │ │ │ │ ├── defaultMaterial_mesh19.mesh │ │ │ │ ├── defaultMaterial_mesh5.mesh │ │ │ │ └── license.txt │ │ │ ├── cylinder_invert.mesh │ │ │ ├── fence_instances.xml │ │ │ ├── fence_instances.xml.bin │ │ │ ├── firewood │ │ │ │ ├── license.txt │ │ │ │ └── plane_mesh.mesh │ │ │ ├── firewood_instances.xml │ │ │ ├── firewood_instances.xml.bin │ │ │ ├── house │ │ │ │ ├── cube_004_mesh.mesh │ │ │ │ ├── cube_006_mesh.mesh │ │ │ │ ├── cube_007_mesh.mesh │ │ │ │ ├── cube_009_mesh.mesh │ │ │ │ ├── cube_010_mesh.mesh │ │ │ │ ├── cube_012_mesh.mesh │ │ │ │ ├── cube_014_mesh.mesh │ │ │ │ ├── cube_016_mesh.mesh │ │ │ │ ├── cube_019_mesh.mesh │ │ │ │ └── cube_020_mesh.mesh │ │ │ ├── table │ │ │ │ ├── defaultMaterial_mesh17.mesh │ │ │ │ ├── defaultMaterial_mesh20.mesh │ │ │ │ ├── defaultMaterial_mesh23.mesh │ │ │ │ ├── defaultMaterial_mesh26.mesh │ │ │ │ ├── defaultMaterial_mesh27.mesh │ │ │ │ ├── defaultMaterial_mesh7.mesh │ │ │ │ └── license.txt │ │ │ └── torch │ │ │ │ ├── license.txt │ │ │ │ └── object_1_mesh.mesh │ │ ├── shaders │ │ │ ├── fire.frag │ │ │ ├── fire.vert │ │ │ ├── grass.frag │ │ │ ├── grass.vert │ │ │ ├── invisible.frag │ │ │ ├── invisible.vert │ │ │ ├── target_indicator.frag │ │ │ └── target_indicator.vert │ │ └── textures │ │ │ ├── OpenfootageNET_lowerAustria01-1024.hdr │ │ │ ├── bark_bc.jpg │ │ │ ├── bark_n.jpg │ │ │ ├── block │ │ │ ├── block_bc.jpg │ │ │ ├── block_mr.jpg │ │ │ └── block_n.jpg │ │ │ ├── campfire │ │ │ ├── campfire_bc.jpg │ │ │ ├── campfire_mr.jpg │ │ │ └── campfire_n.jpg │ │ │ ├── chair │ │ │ ├── chair_bc.jpg │ │ │ ├── chair_mr.jpg │ │ │ └── chair_n.jpg │ │ │ ├── fire.mp4 │ │ │ ├── firewood │ │ │ ├── firewood_a.jpg │ │ │ ├── firewood_bc.jpg │ │ │ ├── firewood_n.jpg │ │ │ └── firewood_r.jpg │ │ │ ├── grass_bc.jpg │ │ │ ├── ground_bc.jpg │ │ │ ├── ground_n.jpg │ │ │ ├── ground_r.jpg │ │ │ ├── house │ │ │ ├── rock_bc.jpg │ │ │ ├── rock_n.jpg │ │ │ ├── rock_r.jpg │ │ │ ├── wood_bc.jpg │ │ │ ├── wood_n.jpg │ │ │ └── wood_r.jpg │ │ │ ├── perlin.jpg │ │ │ ├── smoke_sprite.png │ │ │ ├── table │ │ │ ├── table_bc.jpg │ │ │ ├── table_mr.jpg │ │ │ └── table_n.jpg │ │ │ ├── torch │ │ │ ├── torch_bc.jpg │ │ │ ├── torch_n.jpg │ │ │ └── torch_r.jpg │ │ │ └── turbulence.png │ │ └── qml.qrc ├── examples.pro └── tutorials │ ├── CMakeLists.txt │ ├── alarms │ ├── AlarmDelegate.qml │ ├── AlarmDialog.qml │ ├── AlarmModel.qml │ ├── CMakeLists.txt │ ├── Main.qml │ ├── TumblerDelegate.qml │ ├── alarms.pro │ ├── controls_conf.qrc │ ├── main.cpp │ ├── qml.qrc │ ├── qmldir │ └── qtquickcontrols2.conf │ └── tutorials.pro ├── licenseRule.json ├── src ├── CMakeLists.txt └── assetdownloader │ ├── CMakeLists.txt │ ├── assetdownloader.cpp │ ├── assetdownloader.h │ ├── qqmlassetdownloader.cpp │ └── qqmlassetdownloader_p.h └── tests ├── CMakeLists.txt └── auto ├── CMakeLists.txt ├── qml ├── CMakeLists.txt └── qqmlparser │ ├── CMakeLists.txt │ └── tst_qqmlparser.cpp └── quick ├── CMakeLists.txt └── examples ├── CMakeLists.txt ├── data └── dummytest.qml └── tst_examples.cpp /.cmake.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/.cmake.conf -------------------------------------------------------------------------------- /.gitreview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/.gitreview -------------------------------------------------------------------------------- /.tag: -------------------------------------------------------------------------------- 1 | 78711aae55c48031eb55e44ed481c40ff4069f76 2 | -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSES/Apache-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/Apache-2.0.txt -------------------------------------------------------------------------------- /LICENSES/BSD-3-Clause.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/BSD-3-Clause.txt -------------------------------------------------------------------------------- /LICENSES/BSL-1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/BSL-1.0.txt -------------------------------------------------------------------------------- /LICENSES/CC-BY-4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/CC-BY-4.0.txt -------------------------------------------------------------------------------- /LICENSES/CC-BY-SA-4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/CC-BY-SA-4.0.txt -------------------------------------------------------------------------------- /LICENSES/CC0-1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/CC0-1.0.txt -------------------------------------------------------------------------------- /LICENSES/GFDL-1.3-no-invariants-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/GFDL-1.3-no-invariants-only.txt -------------------------------------------------------------------------------- /LICENSES/GPL-2.0-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/GPL-2.0-only.txt -------------------------------------------------------------------------------- /LICENSES/GPL-3.0-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/GPL-3.0-only.txt -------------------------------------------------------------------------------- /LICENSES/ISC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/ISC.txt -------------------------------------------------------------------------------- /LICENSES/LGPL-3.0-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/LGPL-3.0-only.txt -------------------------------------------------------------------------------- /LICENSES/LicenseRef-Qt-Commercial.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/LicenseRef-Qt-Commercial.txt -------------------------------------------------------------------------------- /LICENSES/MIT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/LICENSES/MIT.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/README.md -------------------------------------------------------------------------------- /REUSE.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/REUSE.toml -------------------------------------------------------------------------------- /coin/module_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/coin/module_config.yaml -------------------------------------------------------------------------------- /dependencies.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dependencies.yaml -------------------------------------------------------------------------------- /dist/REUSE.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/REUSE.toml -------------------------------------------------------------------------------- /dist/changes-5.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.0.1 -------------------------------------------------------------------------------- /dist/changes-5.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.0.2 -------------------------------------------------------------------------------- /dist/changes-5.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.1.0 -------------------------------------------------------------------------------- /dist/changes-5.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.1.1 -------------------------------------------------------------------------------- /dist/changes-5.10.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.10.0 -------------------------------------------------------------------------------- /dist/changes-5.10.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.10.1 -------------------------------------------------------------------------------- /dist/changes-5.11.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.11.0 -------------------------------------------------------------------------------- /dist/changes-5.11.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.11.1 -------------------------------------------------------------------------------- /dist/changes-5.11.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.11.2 -------------------------------------------------------------------------------- /dist/changes-5.11.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.11.3 -------------------------------------------------------------------------------- /dist/changes-5.12.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.12.0 -------------------------------------------------------------------------------- /dist/changes-5.12.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.12.1 -------------------------------------------------------------------------------- /dist/changes-5.12.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.12.2 -------------------------------------------------------------------------------- /dist/changes-5.12.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.12.3 -------------------------------------------------------------------------------- /dist/changes-5.12.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.12.4 -------------------------------------------------------------------------------- /dist/changes-5.12.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.12.5 -------------------------------------------------------------------------------- /dist/changes-5.13.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.13.0 -------------------------------------------------------------------------------- /dist/changes-5.13.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.13.1 -------------------------------------------------------------------------------- /dist/changes-5.13.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.13.2 -------------------------------------------------------------------------------- /dist/changes-5.14.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.14.0 -------------------------------------------------------------------------------- /dist/changes-5.14.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.14.1 -------------------------------------------------------------------------------- /dist/changes-5.14.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.14.2 -------------------------------------------------------------------------------- /dist/changes-5.15.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.15.0 -------------------------------------------------------------------------------- /dist/changes-5.15.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.15.1 -------------------------------------------------------------------------------- /dist/changes-5.15.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.15.2 -------------------------------------------------------------------------------- /dist/changes-5.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.2.0 -------------------------------------------------------------------------------- /dist/changes-5.3.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.3.1 -------------------------------------------------------------------------------- /dist/changes-5.3.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.3.2 -------------------------------------------------------------------------------- /dist/changes-5.4.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.4.0 -------------------------------------------------------------------------------- /dist/changes-5.5.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.5.0 -------------------------------------------------------------------------------- /dist/changes-5.6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.6.0 -------------------------------------------------------------------------------- /dist/changes-5.6.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.6.1 -------------------------------------------------------------------------------- /dist/changes-5.6.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.6.2 -------------------------------------------------------------------------------- /dist/changes-5.6.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.6.3 -------------------------------------------------------------------------------- /dist/changes-5.7.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.7.0 -------------------------------------------------------------------------------- /dist/changes-5.7.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.7.1 -------------------------------------------------------------------------------- /dist/changes-5.8.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.8.0 -------------------------------------------------------------------------------- /dist/changes-5.9.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.9.0 -------------------------------------------------------------------------------- /dist/changes-5.9.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.9.1 -------------------------------------------------------------------------------- /dist/changes-5.9.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.9.2 -------------------------------------------------------------------------------- /dist/changes-5.9.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.9.3 -------------------------------------------------------------------------------- /dist/changes-5.9.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.9.4 -------------------------------------------------------------------------------- /dist/changes-5.9.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.9.5 -------------------------------------------------------------------------------- /dist/changes-5.9.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-5.9.6 -------------------------------------------------------------------------------- /dist/changes-6.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/dist/changes-6.0.0 -------------------------------------------------------------------------------- /doc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/CMakeLists.txt -------------------------------------------------------------------------------- /doc/config/images/5OiIqFTjUZI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/config/images/5OiIqFTjUZI.jpg -------------------------------------------------------------------------------- /doc/config/images/nmvurCcsWos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/config/images/nmvurCcsWos.jpg -------------------------------------------------------------------------------- /doc/config/images/qt-codesample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/config/images/qt-codesample.png -------------------------------------------------------------------------------- /doc/config/images/xNIz78IPBu0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/config/images/xNIz78IPBu0.jpg -------------------------------------------------------------------------------- /doc/config/qtdoc.qdocconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/config/qtdoc.qdocconf -------------------------------------------------------------------------------- /doc/config/style/tree_config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/config/style/tree_config.xml -------------------------------------------------------------------------------- /doc/doc.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/doc.pro -------------------------------------------------------------------------------- /doc/edu/config/qtforeducation.qdocconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/config/qtforeducation.qdocconf -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-apply.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-browse-qbsp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-browse-qbsp.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-contribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-contribute.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-creator-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-creator-open.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-creator-welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-creator-welcome.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-custominstallation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-custominstallation.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-design-studio-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-design-studio-open.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-download.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-eeula-terms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-eeula-terms.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-install-finish-qt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-install-finish-qt.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-install-qt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-install-qt.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-install-xcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-install-xcode.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-license-agreement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-license-agreement.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-login.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-maintenancetool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-maintenancetool.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-password.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-qbsp-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-qbsp-download.png -------------------------------------------------------------------------------- /doc/edu/images/qt-edu-qbsp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/images/qt-edu-qbsp.png -------------------------------------------------------------------------------- /doc/edu/src/external-resources.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/src/external-resources.qdoc -------------------------------------------------------------------------------- /doc/edu/src/qt-edu-for-designers.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/src/qt-edu-for-designers.qdoc -------------------------------------------------------------------------------- /doc/edu/src/qt-edu-for-developers.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/src/qt-edu-for-developers.qdoc -------------------------------------------------------------------------------- /doc/edu/src/qt-edu-mcu.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/src/qt-edu-mcu.qdoc -------------------------------------------------------------------------------- /doc/edu/src/qt-edu-raspberry-pi.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/src/qt-edu-raspberry-pi.qdoc -------------------------------------------------------------------------------- /doc/edu/src/qt-edu-steps.qdocinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/src/qt-edu-steps.qdocinc -------------------------------------------------------------------------------- /doc/edu/src/qt-for-education.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/edu/src/qt-for-education.qdoc -------------------------------------------------------------------------------- /doc/images/2dgraphics/lottietoqmlexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/2dgraphics/lottietoqmlexample.png -------------------------------------------------------------------------------- /doc/images/2dgraphics/quickeffectmaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/2dgraphics/quickeffectmaker.png -------------------------------------------------------------------------------- /doc/images/2dgraphics/tiger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/2dgraphics/tiger.png -------------------------------------------------------------------------------- /doc/images/2dgraphics/vectorimageexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/2dgraphics/vectorimageexample.png -------------------------------------------------------------------------------- /doc/images/blogs/BenchmarkDemoQt6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/blogs/BenchmarkDemoQt6.png -------------------------------------------------------------------------------- /doc/images/blogs/qtquick3D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/blogs/qtquick3D.png -------------------------------------------------------------------------------- /doc/images/dprgadget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/dprgadget.png -------------------------------------------------------------------------------- /doc/images/front-coding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/front-coding.png -------------------------------------------------------------------------------- /doc/images/front-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/front-ui.png -------------------------------------------------------------------------------- /doc/images/landing/icon_Qt_78x78px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/landing/icon_Qt_78x78px.png -------------------------------------------------------------------------------- /doc/images/landing/icon_Tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/landing/icon_Tools.png -------------------------------------------------------------------------------- /doc/images/numbers/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/numbers/01.png -------------------------------------------------------------------------------- /doc/images/numbers/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/numbers/02.png -------------------------------------------------------------------------------- /doc/images/numbers/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/numbers/03.png -------------------------------------------------------------------------------- /doc/images/numbers/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/numbers/04.png -------------------------------------------------------------------------------- /doc/images/numbers/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/numbers/05.png -------------------------------------------------------------------------------- /doc/images/numbers/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/numbers/06.png -------------------------------------------------------------------------------- /doc/images/numbers/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/numbers/07.png -------------------------------------------------------------------------------- /doc/images/numbers/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/numbers/08.png -------------------------------------------------------------------------------- /doc/images/numbers/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/numbers/09.png -------------------------------------------------------------------------------- /doc/images/numbers/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/numbers/10.png -------------------------------------------------------------------------------- /doc/images/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/ok.png -------------------------------------------------------------------------------- /doc/images/rhiarch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/rhiarch.png -------------------------------------------------------------------------------- /doc/images/wayland-multi-process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/wayland-multi-process.png -------------------------------------------------------------------------------- /doc/images/wayland-single-process-eglfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/images/wayland-single-process-eglfs.png -------------------------------------------------------------------------------- /doc/snippets/examples/qtquick3d.qdocinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/snippets/examples/qtquick3d.qdocinc -------------------------------------------------------------------------------- /doc/snippets/ios/asset_catalog_icons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/snippets/ios/asset_catalog_icons.json -------------------------------------------------------------------------------- /doc/src/bughowto.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/bughowto.qdoc -------------------------------------------------------------------------------- /doc/src/classes.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/classes.qdoc -------------------------------------------------------------------------------- /doc/src/cmake/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/cmake/CMakeLists.txt -------------------------------------------------------------------------------- /doc/src/cmake/cmake-making-qt-available.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/cmake/cmake-making-qt-available.qdoc -------------------------------------------------------------------------------- /doc/src/cmake/cmake-manual.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/cmake/cmake-manual.qdoc -------------------------------------------------------------------------------- /doc/src/cmake/cmake.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/cmake/cmake.pro -------------------------------------------------------------------------------- /doc/src/cmake/qtcmake.qdocconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/cmake/qtcmake.qdocconf -------------------------------------------------------------------------------- /doc/src/cmake/snippets/cmake/examples.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/cmake/snippets/cmake/examples.cmake -------------------------------------------------------------------------------- /doc/src/configure.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/configure.qdoc -------------------------------------------------------------------------------- /doc/src/connectivity.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/connectivity.qdoc -------------------------------------------------------------------------------- /doc/src/core.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/core.qdoc -------------------------------------------------------------------------------- /doc/src/datainputoutput.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/datainputoutput.qdoc -------------------------------------------------------------------------------- /doc/src/deployment/deployment-plugins.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/deployment/deployment-plugins.qdoc -------------------------------------------------------------------------------- /doc/src/deployment/deployment.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/deployment/deployment.qdoc -------------------------------------------------------------------------------- /doc/src/deployment/qt-conf.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/deployment/qt-conf.qdoc -------------------------------------------------------------------------------- /doc/src/development/activeqt-idc.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/development/activeqt-idc.qdoc -------------------------------------------------------------------------------- /doc/src/development/activeqt-testcon.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/development/activeqt-testcon.qdoc -------------------------------------------------------------------------------- /doc/src/development/debug.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/development/debug.qdoc -------------------------------------------------------------------------------- /doc/src/development/moc.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/development/moc.qdoc -------------------------------------------------------------------------------- /doc/src/development/rcc.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/development/rcc.qdoc -------------------------------------------------------------------------------- /doc/src/development/uic.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/development/uic.qdoc -------------------------------------------------------------------------------- /doc/src/developmenttools.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/developmenttools.qdoc -------------------------------------------------------------------------------- /doc/src/examples-ios.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/examples-ios.qdoc -------------------------------------------------------------------------------- /doc/src/examples.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/examples.qdoc -------------------------------------------------------------------------------- /doc/src/external-resources.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/external-resources.qdoc -------------------------------------------------------------------------------- /doc/src/extras-changes.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/extras-changes.qdoc -------------------------------------------------------------------------------- /doc/src/frameworks-technologies/ipc.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/frameworks-technologies/ipc.qdoc -------------------------------------------------------------------------------- /doc/src/frameworks-technologies/qundo.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/frameworks-technologies/qundo.qdoc -------------------------------------------------------------------------------- /doc/src/frameworks-technologies/threads.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/frameworks-technologies/threads.qdoc -------------------------------------------------------------------------------- /doc/src/frameworks-technologies/unicode.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/frameworks-technologies/unicode.qdoc -------------------------------------------------------------------------------- /doc/src/frameworks-technologies/why-moc.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/frameworks-technologies/why-moc.qdoc -------------------------------------------------------------------------------- /doc/src/getting-sources-from-git.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/getting-sources-from-git.qdoc -------------------------------------------------------------------------------- /doc/src/getting-started/examples.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/getting-started/examples.qdoc -------------------------------------------------------------------------------- /doc/src/getting-started/explore-qt.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/getting-started/explore-qt.qdoc -------------------------------------------------------------------------------- /doc/src/getting-started/gettingstarted.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/getting-started/gettingstarted.qdoc -------------------------------------------------------------------------------- /doc/src/getting-started/installation.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/getting-started/installation.qdoc -------------------------------------------------------------------------------- /doc/src/getting-started/known-issues.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/getting-started/known-issues.qdoc -------------------------------------------------------------------------------- /doc/src/graphics.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/graphics.qdoc -------------------------------------------------------------------------------- /doc/src/graphics2d.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/graphics2d.qdoc -------------------------------------------------------------------------------- /doc/src/highdpi.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/highdpi.qdoc -------------------------------------------------------------------------------- /doc/src/howtos/appicon.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/howtos/appicon.qdoc -------------------------------------------------------------------------------- /doc/src/howtos/exceptionsafety.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/howtos/exceptionsafety.qdoc -------------------------------------------------------------------------------- /doc/src/howtos/installer-cli.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/howtos/installer-cli.qdoc -------------------------------------------------------------------------------- /doc/src/howtos/plugins-howto.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/howtos/plugins-howto.qdoc -------------------------------------------------------------------------------- /doc/src/howtos/restoring-geometry.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/howtos/restoring-geometry.qdoc -------------------------------------------------------------------------------- /doc/src/howtos/scalabilityintro.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/howtos/scalabilityintro.qdoc -------------------------------------------------------------------------------- /doc/src/howtos/session.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/howtos/session.qdoc -------------------------------------------------------------------------------- /doc/src/howtos/sharedlibrary.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/howtos/sharedlibrary.qdoc -------------------------------------------------------------------------------- /doc/src/howtos/unix-signal-handlers.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/howtos/unix-signal-handlers.qdoc -------------------------------------------------------------------------------- /doc/src/images/accessibleobjecttree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/accessibleobjecttree.png -------------------------------------------------------------------------------- /doc/src/images/activeqt-examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/activeqt-examples.png -------------------------------------------------------------------------------- /doc/src/images/addalarms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/addalarms.png -------------------------------------------------------------------------------- /doc/src/images/alarms2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/alarms2.png -------------------------------------------------------------------------------- /doc/src/images/alarms3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/alarms3.png -------------------------------------------------------------------------------- /doc/src/images/android-single-abis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/android-single-abis.png -------------------------------------------------------------------------------- /doc/src/images/android-source-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/android-source-folder.png -------------------------------------------------------------------------------- /doc/src/images/animatedtiles_snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/animatedtiles_snapshot.png -------------------------------------------------------------------------------- /doc/src/images/animation-examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/animation-examples.png -------------------------------------------------------------------------------- /doc/src/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/arrow.png -------------------------------------------------------------------------------- /doc/src/images/detailscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/detailscreen.png -------------------------------------------------------------------------------- /doc/src/images/dynamic-loaded-pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/dynamic-loaded-pro.png -------------------------------------------------------------------------------- /doc/src/images/dynamic-pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/dynamic-pro.png -------------------------------------------------------------------------------- /doc/src/images/fastboot-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/fastboot-mode.png -------------------------------------------------------------------------------- /doc/src/images/flickr_application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/flickr_application.png -------------------------------------------------------------------------------- /doc/src/images/gs-project1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/gs-project1.png -------------------------------------------------------------------------------- /doc/src/images/gs-project2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/gs-project2.png -------------------------------------------------------------------------------- /doc/src/images/gs1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/gs1.png -------------------------------------------------------------------------------- /doc/src/images/gs2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/gs2.png -------------------------------------------------------------------------------- /doc/src/images/gs3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/gs3.png -------------------------------------------------------------------------------- /doc/src/images/gs4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/gs4.png -------------------------------------------------------------------------------- /doc/src/images/gs5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/gs5.png -------------------------------------------------------------------------------- /doc/src/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/icon.png -------------------------------------------------------------------------------- /doc/src/images/integrity-os.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/integrity-os.png -------------------------------------------------------------------------------- /doc/src/images/kernel-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/kernel-settings.png -------------------------------------------------------------------------------- /doc/src/images/layout-examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/layout-examples.png -------------------------------------------------------------------------------- /doc/src/images/mainscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/mainscreen.png -------------------------------------------------------------------------------- /doc/src/images/maintenancetool.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/maintenancetool.webp -------------------------------------------------------------------------------- /doc/src/images/notepad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/notepad.png -------------------------------------------------------------------------------- /doc/src/images/notepad1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/notepad1.png -------------------------------------------------------------------------------- /doc/src/images/notepad2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/notepad2.png -------------------------------------------------------------------------------- /doc/src/images/notepad3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/notepad3.png -------------------------------------------------------------------------------- /doc/src/images/notepad4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/notepad4.png -------------------------------------------------------------------------------- /doc/src/images/notepad_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/notepad_menu.png -------------------------------------------------------------------------------- /doc/src/images/open-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/open-project.png -------------------------------------------------------------------------------- /doc/src/images/piemenu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/piemenu.gif -------------------------------------------------------------------------------- /doc/src/images/project-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/project-structure.png -------------------------------------------------------------------------------- /doc/src/images/project-view-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/project-view-2.png -------------------------------------------------------------------------------- /doc/src/images/project-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/project-view.png -------------------------------------------------------------------------------- /doc/src/images/project-wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/project-wizard.png -------------------------------------------------------------------------------- /doc/src/images/qml-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qml-application.png -------------------------------------------------------------------------------- /doc/src/images/qml-texteditor1_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qml-texteditor1_button.png -------------------------------------------------------------------------------- /doc/src/images/qml-texteditor1_editmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qml-texteditor1_editmenu.png -------------------------------------------------------------------------------- /doc/src/images/qml-texteditor1_filemenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qml-texteditor1_filemenu.png -------------------------------------------------------------------------------- /doc/src/images/qml-texteditor2_menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qml-texteditor2_menubar.png -------------------------------------------------------------------------------- /doc/src/images/qml-texteditor5_editmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qml-texteditor5_editmenu.png -------------------------------------------------------------------------------- /doc/src/images/qml-texteditor5_filemenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qml-texteditor5_filemenu.png -------------------------------------------------------------------------------- /doc/src/images/qml-texteditor5_newfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qml-texteditor5_newfile.png -------------------------------------------------------------------------------- /doc/src/images/qt-creator-sdks.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qt-creator-sdks.webp -------------------------------------------------------------------------------- /doc/src/images/qt-embedded-fontfeatures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qt-embedded-fontfeatures.png -------------------------------------------------------------------------------- /doc/src/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qt-logo.png -------------------------------------------------------------------------------- /doc/src/images/qt5_everywhere_demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qt5_everywhere_demo.jpg -------------------------------------------------------------------------------- /doc/src/images/qt5_graphicaleffects.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qt5_graphicaleffects.jpg -------------------------------------------------------------------------------- /doc/src/images/qt5_particles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qt5_particles.jpg -------------------------------------------------------------------------------- /doc/src/images/qt5_shadereffect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qt5_shadereffect.jpg -------------------------------------------------------------------------------- /doc/src/images/qt5_video.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qt5_video.jpg -------------------------------------------------------------------------------- /doc/src/images/qt5_widgets.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qt5_widgets.jpg -------------------------------------------------------------------------------- /doc/src/images/qtdesignstudio.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qtdesignstudio.webp -------------------------------------------------------------------------------- /doc/src/images/qtinstallercomponents.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qtinstallercomponents.webp -------------------------------------------------------------------------------- /doc/src/images/qtjenny-sequence.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qtjenny-sequence.drawio.svg -------------------------------------------------------------------------------- /doc/src/images/qtquickcontrols2-material.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qtquickcontrols2-material.png -------------------------------------------------------------------------------- /doc/src/images/qtsensors_accelbubble_ex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/qtsensors_accelbubble_ex.jpg -------------------------------------------------------------------------------- /doc/src/images/sa8155-target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/sa8155-target.png -------------------------------------------------------------------------------- /doc/src/images/sa8155p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/sa8155p.png -------------------------------------------------------------------------------- /doc/src/images/scalability-gridlayout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/scalability-gridlayout.png -------------------------------------------------------------------------------- /doc/src/images/select-item-to-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/select-item-to-add.png -------------------------------------------------------------------------------- /doc/src/images/session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/session.png -------------------------------------------------------------------------------- /doc/src/images/sql-examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/sql-examples.png -------------------------------------------------------------------------------- /doc/src/images/t1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/t1.png -------------------------------------------------------------------------------- /doc/src/images/t2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/t2.png -------------------------------------------------------------------------------- /doc/src/images/thread-examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/thread-examples.png -------------------------------------------------------------------------------- /doc/src/images/threadsandobjects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/threadsandobjects.png -------------------------------------------------------------------------------- /doc/src/images/tool-examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/tool-examples.png -------------------------------------------------------------------------------- /doc/src/images/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/tree.png -------------------------------------------------------------------------------- /doc/src/images/vxwb-advanced-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/vxwb-advanced-settings.png -------------------------------------------------------------------------------- /doc/src/images/vxwb-cmake-rtp-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/vxwb-cmake-rtp-project.png -------------------------------------------------------------------------------- /doc/src/images/vxwb-connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/vxwb-connection.png -------------------------------------------------------------------------------- /doc/src/images/vxwb-rundebug-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/vxwb-rundebug-settings.png -------------------------------------------------------------------------------- /doc/src/images/vxwb-rundebug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/vxwb-rundebug.png -------------------------------------------------------------------------------- /doc/src/images/wiring1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/wiring1.png -------------------------------------------------------------------------------- /doc/src/images/wiring2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/wiring2.png -------------------------------------------------------------------------------- /doc/src/images/xml-examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/images/xml-examples.png -------------------------------------------------------------------------------- /doc/src/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/index.qdoc -------------------------------------------------------------------------------- /doc/src/internationalization/i18n.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/internationalization/i18n.qdoc -------------------------------------------------------------------------------- /doc/src/internationalization/l10n.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/internationalization/l10n.qdoc -------------------------------------------------------------------------------- /doc/src/language-overview.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/language-overview.qdoc -------------------------------------------------------------------------------- /doc/src/legal/bsd.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/legal/bsd.qdoc -------------------------------------------------------------------------------- /doc/src/legal/exportcontrols.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/legal/exportcontrols.qdoc -------------------------------------------------------------------------------- /doc/src/legal/fdl.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/legal/fdl.qdoc -------------------------------------------------------------------------------- /doc/src/legal/gpl.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/legal/gpl.qdoc -------------------------------------------------------------------------------- /doc/src/legal/licensechanges.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/legal/licensechanges.qdoc -------------------------------------------------------------------------------- /doc/src/legal/licenses.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/legal/licenses.qdoc -------------------------------------------------------------------------------- /doc/src/legal/sbom-overview.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/legal/sbom-overview.qdoc -------------------------------------------------------------------------------- /doc/src/legal/trademarks.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/legal/trademarks.qdoc -------------------------------------------------------------------------------- /doc/src/mobile.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/mobile.qdoc -------------------------------------------------------------------------------- /doc/src/module-changes.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/module-changes.qdoc -------------------------------------------------------------------------------- /doc/src/modules-cpp.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/modules-cpp.qdoc -------------------------------------------------------------------------------- /doc/src/modules-qml.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/modules-qml.qdoc -------------------------------------------------------------------------------- /doc/src/modules.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/modules.qdoc -------------------------------------------------------------------------------- /doc/src/overviews.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/overviews.qdoc -------------------------------------------------------------------------------- /doc/src/platformintegration/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platformintegration/CMakeLists.txt -------------------------------------------------------------------------------- /doc/src/platformintegration/qpa.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platformintegration/qpa.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/android/android.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/android/android.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/apple/apple-common.qdocinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/apple/apple-common.qdocinc -------------------------------------------------------------------------------- /doc/src/platforms/apple/ios.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/apple/ios.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/apple/macos.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/apple/macos.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/apple/objective-c.qdocinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/apple/objective-c.qdocinc -------------------------------------------------------------------------------- /doc/src/platforms/build-optimized-qt.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/build-optimized-qt.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/cross-compiling-qt.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/cross-compiling-qt.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/debian-packages.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/debian-packages.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/emb-fonts.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/emb-fonts.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/emb-kmap2qmap.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/emb-kmap2qmap.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/emb-linux.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/emb-linux.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/emb-opengl.qdocinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/emb-opengl.qdocinc -------------------------------------------------------------------------------- /doc/src/platforms/inputs-linux-device.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/inputs-linux-device.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/integrity.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/integrity.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/linux.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/linux.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/packaging.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/packaging.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/porting-notes.qdocinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/porting-notes.qdocinc -------------------------------------------------------------------------------- /doc/src/platforms/qnx.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/qnx.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/qt6GettingSources.qdocinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/qt6GettingSources.qdocinc -------------------------------------------------------------------------------- /doc/src/platforms/supported-platforms.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/supported-platforms.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/use-ninja-note.qdocinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/use-ninja-note.qdocinc -------------------------------------------------------------------------------- /doc/src/platforms/vxworks.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/vxworks.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/wasm.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/wasm.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/wayland.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/wayland.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/webos.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/webos.qdoc -------------------------------------------------------------------------------- /doc/src/platforms/windows.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/platforms/windows.qdoc -------------------------------------------------------------------------------- /doc/src/portcppapps_toqt6.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/portcppapps_toqt6.qdoc -------------------------------------------------------------------------------- /doc/src/porting-qt3d-to-qtquick3d.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/porting-qt3d-to-qtquick3d.qdoc -------------------------------------------------------------------------------- /doc/src/porting.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/porting.qdoc -------------------------------------------------------------------------------- /doc/src/product-information.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/product-information.qdoc -------------------------------------------------------------------------------- /doc/src/qt-additional-modules.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/qt-additional-modules.qdoc -------------------------------------------------------------------------------- /doc/src/qt-intro.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/qt-intro.qdoc -------------------------------------------------------------------------------- /doc/src/qt-tools-utilities.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/qt-tools-utilities.qdoc -------------------------------------------------------------------------------- /doc/src/qtdoc-toc.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/qtdoc-toc.qdoc -------------------------------------------------------------------------------- /doc/src/qtjenny/callbacks.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/qtjenny/callbacks.qdoc -------------------------------------------------------------------------------- /doc/src/qtjenny/concepts.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/qtjenny/concepts.qdoc -------------------------------------------------------------------------------- /doc/src/qtjenny/configuration.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/qtjenny/configuration.qdoc -------------------------------------------------------------------------------- /doc/src/qtjenny/installation.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/qtjenny/installation.qdoc -------------------------------------------------------------------------------- /doc/src/qtjenny/known-issues.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/qtjenny/known-issues.qdoc -------------------------------------------------------------------------------- /doc/src/qtjenny/qt-jenny.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/qtjenny/qt-jenny.qdoc -------------------------------------------------------------------------------- /doc/src/qtjenny/whatsnew.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/qtjenny/whatsnew.qdoc -------------------------------------------------------------------------------- /doc/src/qtmodules.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/qtmodules.qdoc -------------------------------------------------------------------------------- /doc/src/reference.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/reference.qdoc -------------------------------------------------------------------------------- /doc/src/releases.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/releases.qdoc -------------------------------------------------------------------------------- /doc/src/security/security.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/security/security.qdoc -------------------------------------------------------------------------------- /doc/src/security/untrusteddata.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/security/untrusteddata.qdoc -------------------------------------------------------------------------------- /doc/src/signalslotsyntaxes.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/signalslotsyntaxes.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/audio/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/audio/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/brush/brush.pro: -------------------------------------------------------------------------------- 1 | SOURCES += brush.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/brushstyles/brushstyles.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/brushstyles/brushstyles.pro -------------------------------------------------------------------------------- /doc/src/snippets/brushstyles/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/brushstyles/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/brushstyles/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/brushstyles/qt-logo.png -------------------------------------------------------------------------------- /doc/src/snippets/brushstyles/renderarea.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/brushstyles/renderarea.cpp -------------------------------------------------------------------------------- /doc/src/snippets/brushstyles/renderarea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/brushstyles/renderarea.h -------------------------------------------------------------------------------- /doc/src/snippets/brushstyles/stylewidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/brushstyles/stylewidget.cpp -------------------------------------------------------------------------------- /doc/src/snippets/brushstyles/stylewidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/brushstyles/stylewidget.h -------------------------------------------------------------------------------- /doc/src/snippets/buffer/buffer.pro: -------------------------------------------------------------------------------- 1 | CONFIG -= moc 2 | 3 | SOURCES += buffer.cpp 4 | -------------------------------------------------------------------------------- /doc/src/snippets/clipboard/clipboard.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/clipboard/clipboard.pro -------------------------------------------------------------------------------- /doc/src/snippets/clipboard/clipwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/clipboard/clipwindow.cpp -------------------------------------------------------------------------------- /doc/src/snippets/clipboard/clipwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/clipboard/clipwindow.h -------------------------------------------------------------------------------- /doc/src/snippets/clipboard/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/clipboard/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_appicon.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_appicon.pro -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_appicon.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_appicon.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_bsd.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_bsd.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_debug.cpp -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_deployment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_deployment.cpp -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_deployment.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_deployment.pro -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_emb-fonts.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_emb-fonts.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_emb-qvfb.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_emb-qvfb.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_emb-vnc.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_emb-vnc.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_fdl.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_fdl.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_gpl.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_gpl.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_i18n.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_i18n.cpp -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_i18n.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_i18n.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_lgpl.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_lgpl.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_lgpl3.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_lgpl3.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_licenses.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_licenses.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_moc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_moc.cpp -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_moc.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_moc.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_qt-conf.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_qt-conf.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_rcc.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_rcc.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_session.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_session.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_uic.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_uic.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/code/doc_src_unicode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/code/doc_src_unicode.cpp -------------------------------------------------------------------------------- /doc/src/snippets/colors/colors.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/colors/colors.pro -------------------------------------------------------------------------------- /doc/src/snippets/colors/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/colors/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/colors/window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/colors/window.cpp -------------------------------------------------------------------------------- /doc/src/snippets/colors/window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/colors/window.h -------------------------------------------------------------------------------- /doc/src/snippets/console/dbus_pingpong.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/console/dbus_pingpong.txt -------------------------------------------------------------------------------- /doc/src/snippets/coordsys/coordsys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/coordsys/coordsys.cpp -------------------------------------------------------------------------------- /doc/src/snippets/coordsys/coordsys.pro: -------------------------------------------------------------------------------- 1 | SOURCES += coordsys.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/dbus-pingpong-example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dbus-pingpong-example.txt -------------------------------------------------------------------------------- /doc/src/snippets/declarative/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/declarative/arrow.png -------------------------------------------------------------------------------- /doc/src/snippets/declarative/focus/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/declarative/focus/qmldir -------------------------------------------------------------------------------- /doc/src/snippets/declarative/focusscopes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/declarative/focusscopes.qml -------------------------------------------------------------------------------- /doc/src/snippets/declarative/pics/qt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/declarative/pics/qt.png -------------------------------------------------------------------------------- /doc/src/snippets/declarative/pics/qtlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/declarative/pics/qtlogo.png -------------------------------------------------------------------------------- /doc/src/snippets/declarative/qtbinding/context/context.pro: -------------------------------------------------------------------------------- 1 | QT += declarative 2 | SOURCES += main.cpp 3 | -------------------------------------------------------------------------------- /doc/src/snippets/declarative/qtbinding/functions-qml/functions-qml.pro: -------------------------------------------------------------------------------- 1 | QT += declarative 2 | SOURCES += main.cpp 3 | -------------------------------------------------------------------------------- /doc/src/snippets/declarative/qtbinding/loading/loading.pro: -------------------------------------------------------------------------------- 1 | QT += declarative 2 | SOURCES += main.cpp 3 | -------------------------------------------------------------------------------- /doc/src/snippets/declarative/qtbinding/properties-qml/properties-qml.pro: -------------------------------------------------------------------------------- 1 | QT += declarative 2 | SOURCES += main.cpp 3 | -------------------------------------------------------------------------------- /doc/src/snippets/declarative/qtbinding/resources/images/background.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/src/snippets/declarative/qtbinding/variantlistmap/variantlistmap.pro: -------------------------------------------------------------------------------- 1 | QT += declarative 2 | SOURCES += main.cpp 3 | -------------------------------------------------------------------------------- /doc/src/snippets/declarative/text-lines.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/declarative/text-lines.qml -------------------------------------------------------------------------------- /doc/src/snippets/declarative/texteditor.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/declarative/texteditor.qml -------------------------------------------------------------------------------- /doc/src/snippets/dialogs/dialogs.pro: -------------------------------------------------------------------------------- 1 | SOURCES += dialogs.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/dockwidgets/dockwidgets.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dockwidgets/dockwidgets.pro -------------------------------------------------------------------------------- /doc/src/snippets/dockwidgets/dockwidgets.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dockwidgets/dockwidgets.qrc -------------------------------------------------------------------------------- /doc/src/snippets/dockwidgets/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dockwidgets/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/dockwidgets/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dockwidgets/mainwindow.h -------------------------------------------------------------------------------- /doc/src/snippets/draganddrop/draganddrop.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/draganddrop/draganddrop.pro -------------------------------------------------------------------------------- /doc/src/snippets/draganddrop/dragwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/draganddrop/dragwidget.cpp -------------------------------------------------------------------------------- /doc/src/snippets/draganddrop/dragwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/draganddrop/dragwidget.h -------------------------------------------------------------------------------- /doc/src/snippets/draganddrop/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/draganddrop/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/draganddrop/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/draganddrop/mainwindow.cpp -------------------------------------------------------------------------------- /doc/src/snippets/draganddrop/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/draganddrop/mainwindow.h -------------------------------------------------------------------------------- /doc/src/snippets/dragging/dragging.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dragging/dragging.pro -------------------------------------------------------------------------------- /doc/src/snippets/dragging/images.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dragging/images.qrc -------------------------------------------------------------------------------- /doc/src/snippets/dragging/images/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dragging/images/file.png -------------------------------------------------------------------------------- /doc/src/snippets/dragging/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dragging/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/dragging/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dragging/mainwindow.h -------------------------------------------------------------------------------- /doc/src/snippets/dropactions/dropactions.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dropactions/dropactions.pro -------------------------------------------------------------------------------- /doc/src/snippets/dropactions/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dropactions/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/dropactions/window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dropactions/window.cpp -------------------------------------------------------------------------------- /doc/src/snippets/dropactions/window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dropactions/window.h -------------------------------------------------------------------------------- /doc/src/snippets/dropevents/dropevents.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dropevents/dropevents.pro -------------------------------------------------------------------------------- /doc/src/snippets/dropevents/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dropevents/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/dropevents/window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dropevents/window.cpp -------------------------------------------------------------------------------- /doc/src/snippets/dropevents/window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/dropevents/window.h -------------------------------------------------------------------------------- /doc/src/snippets/droprectangle/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/droprectangle/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/droprectangle/window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/droprectangle/window.cpp -------------------------------------------------------------------------------- /doc/src/snippets/droprectangle/window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/droprectangle/window.h -------------------------------------------------------------------------------- /doc/src/snippets/file/file.pro: -------------------------------------------------------------------------------- 1 | CONFIG -= moc 2 | 3 | SOURCES += file.cpp 4 | -------------------------------------------------------------------------------- /doc/src/snippets/fileinfo/fileinfo.pro: -------------------------------------------------------------------------------- 1 | SOURCES += main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/i18n-non-qt-class/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/i18n-non-qt-class/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/i18n-non-qt-class/myclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/i18n-non-qt-class/myclass.h -------------------------------------------------------------------------------- /doc/src/snippets/image/image.pro: -------------------------------------------------------------------------------- 1 | SOURCES += image.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/inherited-slot/button.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/inherited-slot/button.cpp -------------------------------------------------------------------------------- /doc/src/snippets/inherited-slot/button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/inherited-slot/button.h -------------------------------------------------------------------------------- /doc/src/snippets/inherited-slot/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/inherited-slot/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/layouts/layouts.pro: -------------------------------------------------------------------------------- 1 | SOURCES += layouts.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/legal/CatharonLicense.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/legal/CatharonLicense.txt -------------------------------------------------------------------------------- /doc/src/snippets/matrix/matrix.pro: -------------------------------------------------------------------------------- 1 | SOURCES += matrix.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/moc/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/moc/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/moc/moc.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/moc/moc.pro -------------------------------------------------------------------------------- /doc/src/snippets/moc/myclass1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/moc/myclass1.h -------------------------------------------------------------------------------- /doc/src/snippets/moc/myclass2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/moc/myclass2.h -------------------------------------------------------------------------------- /doc/src/snippets/moc/myclass3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/moc/myclass3.h -------------------------------------------------------------------------------- /doc/src/snippets/modelview-subclasses/view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/modelview-subclasses/view.h -------------------------------------------------------------------------------- /doc/src/snippets/painterpath/painterpath.pro: -------------------------------------------------------------------------------- 1 | SOURCES += painterpath.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/persistentindexes/model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/persistentindexes/model.h -------------------------------------------------------------------------------- /doc/src/snippets/picture/picture.pro: -------------------------------------------------------------------------------- 1 | SOURCES += picture.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/polygon/polygon.pro: -------------------------------------------------------------------------------- 1 | SOURCES += polygon.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/porting-qx11info/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/porting-qx11info/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/process/process.pro: -------------------------------------------------------------------------------- 1 | SOURCES += process.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qcalendarwidget/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qcalendarwidget/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qcalendarwidget/qcalendarwidget.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qcolumnview/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qcolumnview/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qcolumnview/qcolumnview.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qdbusextratypes/qdbusextratypes.pro: -------------------------------------------------------------------------------- 1 | SOURCES += qdbusextratypes.cpp 2 | QT = core dbus 3 | -------------------------------------------------------------------------------- /doc/src/snippets/qdebug/qdebug.pro: -------------------------------------------------------------------------------- 1 | SOURCES = qdebugsnippet.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qdebug/qdebugsnippet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qdebug/qdebugsnippet.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qdir-filepaths/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qdir-filepaths/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qdir-filepaths/qdir-filepaths.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qdir-listfiles/qdir-listfiles.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qdir-namefilters/qdir-namefilters.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qelapsedtimer/qelapsedtimer.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | QT -= gui 3 | -------------------------------------------------------------------------------- /doc/src/snippets/qfontdatabase/qfontdatabase.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qgl-namespace/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qgl-namespace/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qgl-namespace/qgl-namespace.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | QT += opengl 3 | -------------------------------------------------------------------------------- /doc/src/snippets/qlabel/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qlabel/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qlabel/qlabel.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qlineargradient/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qlineargradient/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qlistview-using/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qlistview-using/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qlistview-using/model.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qlistview-using/model.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qlistview-using/model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qlistview-using/model.h -------------------------------------------------------------------------------- /doc/src/snippets/qprocess-environment/qprocess-environment.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qprocess/qprocess.pro: -------------------------------------------------------------------------------- 1 | SOURCES += qprocess-simpleexecution.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qsignalmapper/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qsignalmapper/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qsortfilterproxymodel-details/qsortfilterproxymodel-details.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qsplashscreen/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qsplashscreen/splash.png -------------------------------------------------------------------------------- /doc/src/snippets/qsql-namespace/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qsql-namespace/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qsql-namespace/qsql-namespace.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | QT += sql 3 | -------------------------------------------------------------------------------- /doc/src/snippets/qstack/qstack.pro: -------------------------------------------------------------------------------- 1 | SOURCES += main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qstackedlayout/qstackedlayout.pro: -------------------------------------------------------------------------------- 1 | SOURCES += main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qstackedwidget/qstackedwidget.pro: -------------------------------------------------------------------------------- 1 | SOURCES += main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qstandarditemmodel/qstandarditemmodel.pro: -------------------------------------------------------------------------------- 1 | SOURCES += main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qstatustipevent/qstatustipevent.pro: -------------------------------------------------------------------------------- 1 | SOURCES += main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qstring/qstring.pro: -------------------------------------------------------------------------------- 1 | SOURCES += main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qstringlist/qstringlist.pro: -------------------------------------------------------------------------------- 1 | SOURCES += main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qstringlistmodel/qstringlistmodel.pro: -------------------------------------------------------------------------------- 1 | SOURCES += main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qstyleoption/qstyleoption.pro: -------------------------------------------------------------------------------- 1 | SOURCES += main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qstyleplugin/qstyleplugin.pro: -------------------------------------------------------------------------------- 1 | SOURCES += main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qsvgwidget/qsvgwidget.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qsvgwidget/qsvgwidget.pro -------------------------------------------------------------------------------- /doc/src/snippets/qsvgwidget/qsvgwidget.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qsvgwidget/qsvgwidget.qrc -------------------------------------------------------------------------------- /doc/src/snippets/qsvgwidget/spheres.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qsvgwidget/spheres.svg -------------------------------------------------------------------------------- /doc/src/snippets/qsvgwidget/sunflower.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qsvgwidget/sunflower.svg -------------------------------------------------------------------------------- /doc/src/snippets/qt-namespace/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qt-namespace/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qt-namespace/qt-namespace.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/qtablewidget-dnd/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qtablewidget-dnd/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qtcast/qtcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qtcast/qtcast.h -------------------------------------------------------------------------------- /doc/src/snippets/qtcast/qtcast.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qtcast/qtcast.pro -------------------------------------------------------------------------------- /doc/src/snippets/qtest-namespace/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qtest-namespace/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qtest-namespace/qtest-namespace.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | QT += testlib 3 | -------------------------------------------------------------------------------- /doc/src/snippets/qtreeview-dnd/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qtreeview-dnd/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/qtreeview-dnd/treeitem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qtreeview-dnd/treeitem.h -------------------------------------------------------------------------------- /doc/src/snippets/qtreeview-dnd/treemodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qtreeview-dnd/treemodel.h -------------------------------------------------------------------------------- /doc/src/snippets/qxmlschema/qxmlschema.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/qxmlschema/qxmlschema.pro -------------------------------------------------------------------------------- /doc/src/snippets/qxmlstreamwriter/qxmlstreamwriter.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | QT += xml 3 | -------------------------------------------------------------------------------- /doc/src/snippets/separations/finalwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/separations/finalwidget.h -------------------------------------------------------------------------------- /doc/src/snippets/separations/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/separations/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/separations/viewer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/separations/viewer.cpp -------------------------------------------------------------------------------- /doc/src/snippets/separations/viewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/separations/viewer.h -------------------------------------------------------------------------------- /doc/src/snippets/shareddirmodel/shareddirmodel.pro: -------------------------------------------------------------------------------- 1 | SOURCES += main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/signalmapper/accountsfile.txt: -------------------------------------------------------------------------------- 1 | 1 + 1 = 2 2 | -------------------------------------------------------------------------------- /doc/src/snippets/signalmapper/filereader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/signalmapper/filereader.h -------------------------------------------------------------------------------- /doc/src/snippets/signalmapper/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/signalmapper/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/signalmapper/reportfile.txt: -------------------------------------------------------------------------------- 1 | Tax this year = 50% 2 | Total profit = 2 3 | -------------------------------------------------------------------------------- /doc/src/snippets/signalmapper/taxfile.txt: -------------------------------------------------------------------------------- 1 | Tax this year = 50% 2 | -------------------------------------------------------------------------------- /doc/src/snippets/snippets.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/snippets.pro -------------------------------------------------------------------------------- /doc/src/snippets/splitter/splitter.pro: -------------------------------------------------------------------------------- 1 | SOURCES += splitter.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/splitterhandle/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/splitterhandle/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/threads/threads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/threads/threads.cpp -------------------------------------------------------------------------------- /doc/src/snippets/timeline/timeline.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/timers/timers.pro: -------------------------------------------------------------------------------- 1 | SOURCES += timers.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/transform/transform.pro: -------------------------------------------------------------------------------- 1 | SOURCES = main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/whatsthis/whatsthis.pro: -------------------------------------------------------------------------------- 1 | SOURCES += whatsthis.cpp 2 | -------------------------------------------------------------------------------- /doc/src/snippets/widget-mask/mask.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/widget-mask/mask.qrc -------------------------------------------------------------------------------- /doc/src/snippets/widget-mask/tux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/widget-mask/tux.png -------------------------------------------------------------------------------- /doc/src/snippets/xml/prettyprint/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/xml/prettyprint/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/xml/rsslisting/handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/xml/rsslisting/handler.h -------------------------------------------------------------------------------- /doc/src/snippets/xml/rsslisting/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/xml/rsslisting/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/xml/simpleparse/handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/xml/simpleparse/handler.h -------------------------------------------------------------------------------- /doc/src/snippets/xml/xml.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/snippets/xml/xml.pro -------------------------------------------------------------------------------- /doc/src/testing.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/testing.qdoc -------------------------------------------------------------------------------- /doc/src/topics.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/topics.qdoc -------------------------------------------------------------------------------- /doc/src/userinterfaces.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/userinterfaces.qdoc -------------------------------------------------------------------------------- /doc/src/vectorgraphicsformats.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/vectorgraphicsformats.qdoc -------------------------------------------------------------------------------- /doc/src/wayland-and-qt.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/wayland-and-qt.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/qt6-buildsystem.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/qt6-buildsystem.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew60.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew60.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew61.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew61.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew610.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew610.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew611.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew611.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew612.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew612.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew62.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew62.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew63.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew63.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew64.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew64.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew65.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew65.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew66.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew66.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew67.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew67.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew68.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew68.qdoc -------------------------------------------------------------------------------- /doc/src/whatsnew/whatsnew69.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/whatsnew/whatsnew69.qdoc -------------------------------------------------------------------------------- /doc/src/xml-overview.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/doc/src/xml-overview.qdoc -------------------------------------------------------------------------------- /examples/.qmlformat.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | MaxColumnWidth=100 3 | -------------------------------------------------------------------------------- /examples/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/FX_Material_Showroom/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /examples/demos/FX_Material_Showroom/content/fonts/fonts.txt: -------------------------------------------------------------------------------- 1 | Fonts in this folder are loaded automatically. 2 | -------------------------------------------------------------------------------- /examples/demos/calqlatr/.qmllint.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | MaxWarnings=0 3 | -------------------------------------------------------------------------------- /examples/demos/calqlatr/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/calqlatr/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/calqlatr/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/calqlatr/Main.qml -------------------------------------------------------------------------------- /examples/demos/calqlatr/calqlatr.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/calqlatr/calqlatr.pro -------------------------------------------------------------------------------- /examples/demos/calqlatr/calqlatr.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/calqlatr/calqlatr.qrc -------------------------------------------------------------------------------- /examples/demos/calqlatr/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/calqlatr/main.cpp -------------------------------------------------------------------------------- /examples/demos/calqlatr/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/calqlatr/qmldir -------------------------------------------------------------------------------- /examples/demos/car-configurator/asset_imports/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_subdirectory(Quick3DAssets) 2 | -------------------------------------------------------------------------------- /examples/demos/car-configurator/qtquickcontrols2.conf: -------------------------------------------------------------------------------- 1 | [Controls] 2 | Style=Default 3 | -------------------------------------------------------------------------------- /examples/demos/clocks/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/clocks/Clock.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/Clock.qml -------------------------------------------------------------------------------- /examples/demos/clocks/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/Main.qml -------------------------------------------------------------------------------- /examples/demos/clocks/clocks.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/clocks.pro -------------------------------------------------------------------------------- /examples/demos/clocks/clocks.qmlproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/clocks.qmlproject -------------------------------------------------------------------------------- /examples/demos/clocks/clocks.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/clocks.qrc -------------------------------------------------------------------------------- /examples/demos/clocks/doc/src/clocks.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/doc/src/clocks.qdoc -------------------------------------------------------------------------------- /examples/demos/clocks/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/images/arrow.png -------------------------------------------------------------------------------- /examples/demos/clocks/images/center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/images/center.png -------------------------------------------------------------------------------- /examples/demos/clocks/images/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/images/clock.png -------------------------------------------------------------------------------- /examples/demos/clocks/images/hour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/images/hour.png -------------------------------------------------------------------------------- /examples/demos/clocks/images/minute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/images/minute.png -------------------------------------------------------------------------------- /examples/demos/clocks/images/quit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/images/quit.png -------------------------------------------------------------------------------- /examples/demos/clocks/images/second.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/images/second.png -------------------------------------------------------------------------------- /examples/demos/clocks/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/main.cpp -------------------------------------------------------------------------------- /examples/demos/clocks/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/clocks/qmldir -------------------------------------------------------------------------------- /examples/demos/coffee/.qmllint.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/.qmllint.ini -------------------------------------------------------------------------------- /examples/demos/coffee/ApplicationFlow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/ApplicationFlow.qml -------------------------------------------------------------------------------- /examples/demos/coffee/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/coffee/ChoosingCoffee.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/ChoosingCoffee.qml -------------------------------------------------------------------------------- /examples/demos/coffee/CoffeeCard.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/CoffeeCard.qml -------------------------------------------------------------------------------- /examples/demos/coffee/CoffeeConfig.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/CoffeeConfig.qml -------------------------------------------------------------------------------- /examples/demos/coffee/Colors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/Colors.qml -------------------------------------------------------------------------------- /examples/demos/coffee/Config.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/Config.qml -------------------------------------------------------------------------------- /examples/demos/coffee/Cup.ui.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/Cup.ui.qml -------------------------------------------------------------------------------- /examples/demos/coffee/CustomButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/CustomButton.qml -------------------------------------------------------------------------------- /examples/demos/coffee/CustomSlider.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/CustomSlider.qml -------------------------------------------------------------------------------- /examples/demos/coffee/CustomToolBar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/CustomToolBar.qml -------------------------------------------------------------------------------- /examples/demos/coffee/Home.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/Home.qml -------------------------------------------------------------------------------- /examples/demos/coffee/HomeForm.ui.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/HomeForm.ui.qml -------------------------------------------------------------------------------- /examples/demos/coffee/Insert.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/Insert.qml -------------------------------------------------------------------------------- /examples/demos/coffee/InsertForm.ui.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/InsertForm.ui.qml -------------------------------------------------------------------------------- /examples/demos/coffee/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/Main.qml -------------------------------------------------------------------------------- /examples/demos/coffee/Progress.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/Progress.qml -------------------------------------------------------------------------------- /examples/demos/coffee/ProgressForm.ui.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/ProgressForm.ui.qml -------------------------------------------------------------------------------- /examples/demos/coffee/Ready.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/Ready.qml -------------------------------------------------------------------------------- /examples/demos/coffee/ReadyForm.ui.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/ReadyForm.ui.qml -------------------------------------------------------------------------------- /examples/demos/coffee/Settings.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/Settings.qml -------------------------------------------------------------------------------- /examples/demos/coffee/SettingsForm.ui.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/SettingsForm.ui.qml -------------------------------------------------------------------------------- /examples/demos/coffee/coffee.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/coffee.pro -------------------------------------------------------------------------------- /examples/demos/coffee/coffeemachine.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/coffeemachine.qrc -------------------------------------------------------------------------------- /examples/demos/coffee/doc/src/coffee.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/doc/src/coffee.qdoc -------------------------------------------------------------------------------- /examples/demos/coffee/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/main.cpp -------------------------------------------------------------------------------- /examples/demos/coffee/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/coffee/qmldir -------------------------------------------------------------------------------- /examples/demos/colorpaletteclient/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/colorpaletteclient/main.cpp -------------------------------------------------------------------------------- /examples/demos/demos.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/demos.pro -------------------------------------------------------------------------------- /examples/demos/dice/.qmllint.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | MaxWarnings=0 3 | -------------------------------------------------------------------------------- /examples/demos/dice/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/dice/Carpet.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/Carpet.qml -------------------------------------------------------------------------------- /examples/demos/dice/DiceSpawner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/DiceSpawner.qml -------------------------------------------------------------------------------- /examples/demos/dice/Dice_low.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/Dice_low.qml -------------------------------------------------------------------------------- /examples/demos/dice/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/Main.qml -------------------------------------------------------------------------------- /examples/demos/dice/Menu_Icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/Menu_Icon.svg -------------------------------------------------------------------------------- /examples/demos/dice/PhysicalDie.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/PhysicalDie.qml -------------------------------------------------------------------------------- /examples/demos/dice/PhysicalTable.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/PhysicalTable.qml -------------------------------------------------------------------------------- /examples/demos/dice/REUSE.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/REUSE.toml -------------------------------------------------------------------------------- /examples/demos/dice/RoundTable.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/RoundTable.qml -------------------------------------------------------------------------------- /examples/demos/dice/Scene.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/Scene.qml -------------------------------------------------------------------------------- /examples/demos/dice/dice.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/dice.pro -------------------------------------------------------------------------------- /examples/demos/dice/doc/src/dice.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/doc/src/dice.qdoc -------------------------------------------------------------------------------- /examples/demos/dice/license_carpet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/license_carpet.txt -------------------------------------------------------------------------------- /examples/demos/dice/license_table.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/license_table.txt -------------------------------------------------------------------------------- /examples/demos/dice/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/main.cpp -------------------------------------------------------------------------------- /examples/demos/dice/meshes/cube_001.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/meshes/cube_001.mesh -------------------------------------------------------------------------------- /examples/demos/dice/meshes/object_2.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/meshes/object_2.mesh -------------------------------------------------------------------------------- /examples/demos/dice/meshes/object_3.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/meshes/object_3.mesh -------------------------------------------------------------------------------- /examples/demos/dice/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/qmldir -------------------------------------------------------------------------------- /examples/demos/dice/qt_attribution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/qt_attribution.json -------------------------------------------------------------------------------- /examples/demos/dice/sounds/onedice.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/sounds/onedice.wav -------------------------------------------------------------------------------- /examples/demos/dice/sounds/rolling.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/dice/sounds/rolling.wav -------------------------------------------------------------------------------- /examples/demos/documentviewer/app/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/documentviewer/app/main.cpp -------------------------------------------------------------------------------- /examples/demos/documentviewer/plugins/Q3DViewer/q3dviewer.json: -------------------------------------------------------------------------------- 1 | { "Keys": [ "q3dviewer" ] } 2 | -------------------------------------------------------------------------------- /examples/demos/documentviewer/plugins/imageviewer/imageviewer.json: -------------------------------------------------------------------------------- 1 | { "Keys": [ "imageviewer" ] } 2 | -------------------------------------------------------------------------------- /examples/demos/documentviewer/plugins/jsonviewer/jsonviewer.json: -------------------------------------------------------------------------------- 1 | { "Keys": [ "jsonviewer" ] } 2 | -------------------------------------------------------------------------------- /examples/demos/documentviewer/plugins/pdfviewer/pdfviewer.json: -------------------------------------------------------------------------------- 1 | { "Keys": [ "pdfviewer" ] } 2 | -------------------------------------------------------------------------------- /examples/demos/documentviewer/plugins/txtviewer/txtviewer.json: -------------------------------------------------------------------------------- 1 | { "Keys": [ "txtviewer" ] } 2 | -------------------------------------------------------------------------------- /examples/demos/graphs_csv/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/graphs_csv/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/graphs_csv/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/graphs_csv/Main.qml -------------------------------------------------------------------------------- /examples/demos/graphs_csv/Units.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/graphs_csv/Units.qml -------------------------------------------------------------------------------- /examples/demos/graphs_csv/data/medals.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/graphs_csv/data/medals.csv -------------------------------------------------------------------------------- /examples/demos/graphs_csv/datamodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/graphs_csv/datamodel.cpp -------------------------------------------------------------------------------- /examples/demos/graphs_csv/datamodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/graphs_csv/datamodel.h -------------------------------------------------------------------------------- /examples/demos/graphs_csv/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/graphs_csv/main.cpp -------------------------------------------------------------------------------- /examples/demos/hangman/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/hangman/dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/dict.txt -------------------------------------------------------------------------------- /examples/demos/hangman/hangman.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/hangman.pro -------------------------------------------------------------------------------- /examples/demos/hangman/hangmangame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/hangmangame.cpp -------------------------------------------------------------------------------- /examples/demos/hangman/hangmangame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/hangmangame.h -------------------------------------------------------------------------------- /examples/demos/hangman/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/main.cpp -------------------------------------------------------------------------------- /examples/demos/hangman/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/main.qml -------------------------------------------------------------------------------- /examples/demos/hangman/qml/GameView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/qml/GameView.qml -------------------------------------------------------------------------------- /examples/demos/hangman/qml/Hangman.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/qml/Hangman.qml -------------------------------------------------------------------------------- /examples/demos/hangman/qml/HowToView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/qml/HowToView.qml -------------------------------------------------------------------------------- /examples/demos/hangman/qml/Key.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/qml/Key.qml -------------------------------------------------------------------------------- /examples/demos/hangman/qml/Letter.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/qml/Letter.qml -------------------------------------------------------------------------------- /examples/demos/hangman/qml/MainView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/qml/MainView.qml -------------------------------------------------------------------------------- /examples/demos/hangman/qml/PageHeader.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/qml/PageHeader.qml -------------------------------------------------------------------------------- /examples/demos/hangman/qml/ScoreItem.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/qml/ScoreItem.qml -------------------------------------------------------------------------------- /examples/demos/hangman/qml/StoreItem.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/qml/StoreItem.qml -------------------------------------------------------------------------------- /examples/demos/hangman/qml/StoreView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/qml/StoreView.qml -------------------------------------------------------------------------------- /examples/demos/hangman/qml/Word.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/qml/Word.qml -------------------------------------------------------------------------------- /examples/demos/hangman/resources.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/hangman/resources.qrc -------------------------------------------------------------------------------- /examples/demos/lightningviewer/.qmllint.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | MaxWarnings=0 3 | 4 | -------------------------------------------------------------------------------- /examples/demos/lightningviewer/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/lightningviewer/Info.plist -------------------------------------------------------------------------------- /examples/demos/lightningviewer/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/lightningviewer/main.cpp -------------------------------------------------------------------------------- /examples/demos/maroon/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/maroon/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/Main.qml -------------------------------------------------------------------------------- /examples/demos/maroon/content/InfoBar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/content/InfoBar.qml -------------------------------------------------------------------------------- /examples/demos/maroon/content/gfx/bomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/content/gfx/bomb.png -------------------------------------------------------------------------------- /examples/demos/maroon/content/gfx/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/content/gfx/grid.png -------------------------------------------------------------------------------- /examples/demos/maroon/content/gfx/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/content/gfx/help.png -------------------------------------------------------------------------------- /examples/demos/maroon/content/gfx/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/content/gfx/logo.png -------------------------------------------------------------------------------- /examples/demos/maroon/content/gfx/mob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/content/gfx/mob.png -------------------------------------------------------------------------------- /examples/demos/maroon/content/gfx/wave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/content/gfx/wave.png -------------------------------------------------------------------------------- /examples/demos/maroon/content/logic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/content/logic.js -------------------------------------------------------------------------------- /examples/demos/maroon/doc/src/maroon.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/doc/src/maroon.qdoc -------------------------------------------------------------------------------- /examples/demos/maroon/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/main.cpp -------------------------------------------------------------------------------- /examples/demos/maroon/maroon.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/maroon.pro -------------------------------------------------------------------------------- /examples/demos/maroon/maroon.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/maroon.qrc -------------------------------------------------------------------------------- /examples/demos/maroon/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/maroon/qmldir -------------------------------------------------------------------------------- /examples/demos/mediaplayer/.qmllint.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | MaxWarnings=0 3 | -------------------------------------------------------------------------------- /examples/demos/mediaplayer/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/mediaplayer/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/mediaplayer/Config/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/mediaplayer/Config/qmldir -------------------------------------------------------------------------------- /examples/demos/mediaplayer/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/mediaplayer/main.cpp -------------------------------------------------------------------------------- /examples/demos/mediaplayer/mediaplayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/mediaplayer/mediaplayer.py -------------------------------------------------------------------------------- /examples/demos/osmbuildings/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/osmbuildings/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/osmbuildings/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/osmbuildings/Main.qml -------------------------------------------------------------------------------- /examples/demos/osmbuildings/geometry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/osmbuildings/geometry.cpp -------------------------------------------------------------------------------- /examples/demos/osmbuildings/geometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/osmbuildings/geometry.h -------------------------------------------------------------------------------- /examples/demos/osmbuildings/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/osmbuildings/main.cpp -------------------------------------------------------------------------------- /examples/demos/osmbuildings/manager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/osmbuildings/manager.cpp -------------------------------------------------------------------------------- /examples/demos/osmbuildings/manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/osmbuildings/manager.h -------------------------------------------------------------------------------- /examples/demos/osmbuildings/qml.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/osmbuildings/qml.qrc -------------------------------------------------------------------------------- /examples/demos/osmbuildings/request.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/osmbuildings/request.cpp -------------------------------------------------------------------------------- /examples/demos/osmbuildings/request.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/osmbuildings/request.h -------------------------------------------------------------------------------- /examples/demos/photosurface/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/photosurface/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/photosurface/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/photosurface/main.cpp -------------------------------------------------------------------------------- /examples/demos/qtjennydemo/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/qtjennydemo/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/qtjennydemo/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/qtjennydemo/Main.qml -------------------------------------------------------------------------------- /examples/demos/qtjennydemo/backend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/qtjennydemo/backend.cpp -------------------------------------------------------------------------------- /examples/demos/qtjennydemo/backend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/qtjennydemo/backend.h -------------------------------------------------------------------------------- /examples/demos/qtjennydemo/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/qtjennydemo/main.cpp -------------------------------------------------------------------------------- /examples/demos/robotarm/.qmllint.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/robotarm/.qmllint.ini -------------------------------------------------------------------------------- /examples/demos/robotarm/Backend/backend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/robotarm/Backend/backend.h -------------------------------------------------------------------------------- /examples/demos/robotarm/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/robotarm/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/robotarm/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/robotarm/Main.qml -------------------------------------------------------------------------------- /examples/demos/robotarm/content/App.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/robotarm/content/App.qml -------------------------------------------------------------------------------- /examples/demos/robotarm/content/Circle.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/robotarm/content/Circle.qml -------------------------------------------------------------------------------- /examples/demos/robotarm/content/fonts/fonts.txt: -------------------------------------------------------------------------------- 1 | Fonts in this folder are loaded automatically. 2 | -------------------------------------------------------------------------------- /examples/demos/robotarm/qmlmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/robotarm/qmlmodules -------------------------------------------------------------------------------- /examples/demos/robotarm/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/robotarm/src/main.cpp -------------------------------------------------------------------------------- /examples/demos/rssnews/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/rssnews/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/rssnews/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/rssnews/Main.qml -------------------------------------------------------------------------------- /examples/demos/rssnews/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/rssnews/main.cpp -------------------------------------------------------------------------------- /examples/demos/rssnews/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/rssnews/qmldir -------------------------------------------------------------------------------- /examples/demos/rssnews/rssnews.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/rssnews/rssnews.pro -------------------------------------------------------------------------------- /examples/demos/rssnews/rssnews.qmlproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/rssnews/rssnews.qmlproject -------------------------------------------------------------------------------- /examples/demos/rssnews/rssnews.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/rssnews/rssnews.qrc -------------------------------------------------------------------------------- /examples/demos/samegame/.qmllint.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | MaxWarnings=0 3 | -------------------------------------------------------------------------------- /examples/demos/samegame/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/samegame/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/samegame/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/samegame/Main.qml -------------------------------------------------------------------------------- /examples/demos/samegame/content/Block.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/samegame/content/Block.qml -------------------------------------------------------------------------------- /examples/demos/samegame/content/Button.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/samegame/content/Button.qml -------------------------------------------------------------------------------- /examples/demos/samegame/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/samegame/main.cpp -------------------------------------------------------------------------------- /examples/demos/samegame/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/samegame/qmldir -------------------------------------------------------------------------------- /examples/demos/samegame/samegame.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/samegame/samegame.pro -------------------------------------------------------------------------------- /examples/demos/samegame/samegame.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/samegame/samegame.qrc -------------------------------------------------------------------------------- /examples/demos/ssgi/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/ssgi/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/ssgi/IconButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/ssgi/IconButton.qml -------------------------------------------------------------------------------- /examples/demos/ssgi/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/ssgi/Main.qml -------------------------------------------------------------------------------- /examples/demos/ssgi/assets.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/ssgi/assets.qrc -------------------------------------------------------------------------------- /examples/demos/ssgi/assets/icons/baked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/ssgi/assets/icons/baked.svg -------------------------------------------------------------------------------- /examples/demos/ssgi/assets/icons/off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/ssgi/assets/icons/off.svg -------------------------------------------------------------------------------- /examples/demos/ssgi/assets/icons/ssgi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/ssgi/assets/icons/ssgi.svg -------------------------------------------------------------------------------- /examples/demos/ssgi/doc/src/ssgi.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/ssgi/doc/src/ssgi.qdoc -------------------------------------------------------------------------------- /examples/demos/ssgi/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/ssgi/main.cpp -------------------------------------------------------------------------------- /examples/demos/ssgi/qt_attribution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/ssgi/qt_attribution.json -------------------------------------------------------------------------------- /examples/demos/stocqt/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/stocqt/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/Main.qml -------------------------------------------------------------------------------- /examples/demos/stocqt/data/AAPL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/AAPL.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ABNB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ABNB.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ADBE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ADBE.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ADI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ADI.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ADP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ADP.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ADSK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ADSK.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/AEP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/AEP.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ALGN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ALGN.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/AMAT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/AMAT.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/AMD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/AMD.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/AMGN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/AMGN.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/AMZN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/AMZN.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ANSS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ANSS.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ASML.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ASML.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ATVI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ATVI.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/AVGO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/AVGO.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/AZN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/AZN.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/BIIB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/BIIB.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/BKNG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/BKNG.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/BKR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/BKR.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/CDNS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/CDNS.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/CEG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/CEG.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/CHTR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/CHTR.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/CMCSA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/CMCSA.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/COST.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/COST.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/CPRT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/CPRT.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/CRWD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/CRWD.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/CSCO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/CSCO.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/CSGP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/CSGP.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/CSX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/CSX.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/CTAS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/CTAS.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/CTSH.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/CTSH.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/DDOG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/DDOG.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/DLTR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/DLTR.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/DXCM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/DXCM.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/EA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/EA.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/EBAY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/EBAY.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ENPH.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ENPH.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/EXC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/EXC.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/FANG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/FANG.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/FAST.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/FAST.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/FISV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/FISV.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/FTNT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/FTNT.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/GFS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/GFS.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/GILD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/GILD.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/GOOG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/GOOG.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/GOOGL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/GOOGL.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/HON.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/HON.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/IDXX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/IDXX.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ILMN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ILMN.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/INTC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/INTC.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/INTU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/INTU.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ISRG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ISRG.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/JD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/JD.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/KDP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/KDP.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/KHC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/KHC.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/KLAC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/KLAC.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/LCID.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/LCID.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/LRCX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/LRCX.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/LULU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/LULU.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/MAR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/MAR.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/MCHP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/MCHP.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/MDLZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/MDLZ.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/MELI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/MELI.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/META.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/META.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/MNST.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/MNST.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/MRNA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/MRNA.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/MRVL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/MRVL.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/MSFT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/MSFT.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/MU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/MU.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/NFLX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/NFLX.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/NVDA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/NVDA.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/NXPI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/NXPI.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ODFL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ODFL.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ORLY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ORLY.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/PANW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/PANW.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/PAYX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/PAYX.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/PCAR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/PCAR.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/PDD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/PDD.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/PEP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/PEP.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/PYPL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/PYPL.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/QCOM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/QCOM.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/QTCOM.HE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/QTCOM.HE.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/REGN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/REGN.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/RIVN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/RIVN.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ROST.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ROST.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/SBUX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/SBUX.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/SGEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/SGEN.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/SIRI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/SIRI.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/SNPS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/SNPS.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/TEAM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/TEAM.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/TMUS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/TMUS.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/TSLA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/TSLA.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/TXN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/TXN.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/VRSK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/VRSK.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/VRTX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/VRTX.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/WBA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/WBA.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/WBD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/WBD.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/WDAY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/WDAY.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/XEL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/XEL.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ZM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ZM.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/ZS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/ZS.json -------------------------------------------------------------------------------- /examples/demos/stocqt/data/quotes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/data/quotes.json -------------------------------------------------------------------------------- /examples/demos/stocqt/doc/src/stocqt.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/doc/src/stocqt.qdoc -------------------------------------------------------------------------------- /examples/demos/stocqt/qtquickcontrols2.conf: -------------------------------------------------------------------------------- 1 | [Controls] 2 | Style=Imagine 3 | -------------------------------------------------------------------------------- /examples/demos/stocqt/src/apihandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/src/apihandler.cpp -------------------------------------------------------------------------------- /examples/demos/stocqt/src/apihandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/src/apihandler.h -------------------------------------------------------------------------------- /examples/demos/stocqt/src/favoritesmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/src/favoritesmodel.h -------------------------------------------------------------------------------- /examples/demos/stocqt/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/src/main.cpp -------------------------------------------------------------------------------- /examples/demos/stocqt/src/stockengine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/src/stockengine.cpp -------------------------------------------------------------------------------- /examples/demos/stocqt/src/stockengine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/src/stockengine.h -------------------------------------------------------------------------------- /examples/demos/stocqt/src/stocklistmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/src/stocklistmodel.h -------------------------------------------------------------------------------- /examples/demos/stocqt/src/stockmodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/src/stockmodel.cpp -------------------------------------------------------------------------------- /examples/demos/stocqt/src/stockmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/src/stockmodel.h -------------------------------------------------------------------------------- /examples/demos/stocqt/src/timeformatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/stocqt/src/timeformatter.h -------------------------------------------------------------------------------- /examples/demos/thermostat/.qmllint.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/thermostat/.qmllint.ini -------------------------------------------------------------------------------- /examples/demos/thermostat/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/thermostat/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/thermostat/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/thermostat/Main.qml -------------------------------------------------------------------------------- /examples/demos/thermostat/REUSE.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/thermostat/REUSE.toml -------------------------------------------------------------------------------- /examples/demos/thermostat/content/App.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/thermostat/content/App.qml -------------------------------------------------------------------------------- /examples/demos/thermostat/qmlmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/thermostat/qmlmodules -------------------------------------------------------------------------------- /examples/demos/thermostat/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/thermostat/src/main.cpp -------------------------------------------------------------------------------- /examples/demos/todolist/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/todolist/CMakeLists.txt -------------------------------------------------------------------------------- /examples/demos/todolist/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/todolist/Main.qml -------------------------------------------------------------------------------- /examples/demos/todolist/REUSE.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/todolist/REUSE.toml -------------------------------------------------------------------------------- /examples/demos/todolist/content/App.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/todolist/content/App.qml -------------------------------------------------------------------------------- /examples/demos/todolist/content/Clock.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/todolist/content/Clock.qml -------------------------------------------------------------------------------- /examples/demos/todolist/content/NavBar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/todolist/content/NavBar.qml -------------------------------------------------------------------------------- /examples/demos/todolist/content/fonts/fonts.txt: -------------------------------------------------------------------------------- 1 | Fonts in this folder are loaded automatically. 2 | -------------------------------------------------------------------------------- /examples/demos/todolist/qmlmodules.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/todolist/qmlmodules.cmake -------------------------------------------------------------------------------- /examples/demos/todolist/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/todolist/src/main.cpp -------------------------------------------------------------------------------- /examples/demos/toycustomizer/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/toycustomizer/main.cpp -------------------------------------------------------------------------------- /examples/demos/toycustomizer/qml/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/toycustomizer/qml/Main.qml -------------------------------------------------------------------------------- /examples/demos/windowembedding/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/windowembedding/Main.qml -------------------------------------------------------------------------------- /examples/demos/windowembedding/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/demos/windowembedding/main.cpp -------------------------------------------------------------------------------- /examples/examples.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/examples.pro -------------------------------------------------------------------------------- /examples/tutorials/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/tutorials/CMakeLists.txt -------------------------------------------------------------------------------- /examples/tutorials/alarms/AlarmDialog.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/tutorials/alarms/AlarmDialog.qml -------------------------------------------------------------------------------- /examples/tutorials/alarms/AlarmModel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/tutorials/alarms/AlarmModel.qml -------------------------------------------------------------------------------- /examples/tutorials/alarms/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/tutorials/alarms/CMakeLists.txt -------------------------------------------------------------------------------- /examples/tutorials/alarms/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/tutorials/alarms/Main.qml -------------------------------------------------------------------------------- /examples/tutorials/alarms/alarms.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/tutorials/alarms/alarms.pro -------------------------------------------------------------------------------- /examples/tutorials/alarms/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/tutorials/alarms/main.cpp -------------------------------------------------------------------------------- /examples/tutorials/alarms/qml.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/tutorials/alarms/qml.qrc -------------------------------------------------------------------------------- /examples/tutorials/alarms/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/examples/tutorials/alarms/qmldir -------------------------------------------------------------------------------- /examples/tutorials/tutorials.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | 3 | SUBDIRS = alarms 4 | -------------------------------------------------------------------------------- /licenseRule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/licenseRule.json -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/assetdownloader/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/src/assetdownloader/CMakeLists.txt -------------------------------------------------------------------------------- /src/assetdownloader/assetdownloader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/src/assetdownloader/assetdownloader.cpp -------------------------------------------------------------------------------- /src/assetdownloader/assetdownloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/src/assetdownloader/assetdownloader.h -------------------------------------------------------------------------------- /tests/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/tests/CMakeLists.txt -------------------------------------------------------------------------------- /tests/auto/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/tests/auto/CMakeLists.txt -------------------------------------------------------------------------------- /tests/auto/qml/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/tests/auto/qml/CMakeLists.txt -------------------------------------------------------------------------------- /tests/auto/qml/qqmlparser/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/tests/auto/qml/qqmlparser/CMakeLists.txt -------------------------------------------------------------------------------- /tests/auto/quick/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/tests/auto/quick/CMakeLists.txt -------------------------------------------------------------------------------- /tests/auto/quick/examples/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/tests/auto/quick/examples/CMakeLists.txt -------------------------------------------------------------------------------- /tests/auto/quick/examples/tst_examples.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qt/qtdoc/HEAD/tests/auto/quick/examples/tst_examples.cpp --------------------------------------------------------------------------------