summaryrefslogtreecommitdiff
path: root/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-qml
diff options
context:
space:
mode:
Diffstat (limited to 'I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-qml')
-rwxr-xr-xI2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-qml b/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-qml
deleted file mode 100755
index 664b7e9..0000000
--- a/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-qml
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/home/nasr/SOFTWARE/I2C/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/python
-# -*- coding: utf-8 -*-
-import re
-import sys
-from PySide6.scripts.pyside_tool import qml
-if __name__ == '__main__':
- sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
- sys.exit(qml())