qml
Here are 1,174 public repositories matching this topic...
Here you can get all the Quantum Machine learning Basics, Algorithms ,Study Materials ,Projects and the descriptions of the projects around the web
-
Updated
Oct 26, 2020 - HTML
A libre cross-platform disassembler.
-
Updated
Jan 3, 2019 - Rust
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
-
Updated
Jul 2, 2021
A kwin script that automatically tiles windows
-
Updated
May 16, 2021 - QML
A QML engine in a web browser. Current state: fixing things…
-
Updated
Dec 14, 2019 - JavaScript
C++14 network/graph visualization library / Qt node editor.
-
Updated
Jul 19, 2021 - C++
Scrims
To make typography legible on top of imagery, apply text protection in the form of scrims. Scrims are lightweight, translucent material layers.
Text protection from https://material.io/guidelines/style/imagery.html#imagery-best-practices
a cool QtQuick/qml component library and demo(一套酷炫的QtQuick/Qml基础库和示例)
-
Updated
Jul 6, 2021 - QML
TToast bug?
按wiki的方法构建动态库,在使用TToast组件时出现以下异常:
qrc:/net.toou.2d/controls/TToast.qml:101: TypeError: Cannot read property of null
Qt5/C++ FFmpeg Media Converter
-
Updated
Mar 31, 2021 - C++
Video player that can play online videos from youtube, bilibili etc.
-
Updated
Jul 25, 2021 - C++
Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
-
Updated
Jul 6, 2021 - C++
A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
-
Updated
Jul 25, 2021 - C++
Vulkan RTX path tracer with a declarative ES7-like scene description language.
-
Updated
Nov 2, 2019 - C++
QML to Javascript/HTML5 translator, both for mobile and desktop targets
-
Updated
Jul 23, 2021 - QML
Improve this page
Add a description, image, and links to the qml topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the qml topic, visit your repo's landing page and select "manage topics."


As I was inspecting the
MultiControlledXgate, I noticed how it printed out:And was quite confused as to where the array came from. It turns out
MultiControlledXinherits fromControlledQubitUnitarywith the Unitary matrix as an X gate. This makesMultiControlledXa parametrized gate.Worse yet, th