From 446f3d4742f88b09c85e83e96f6505cd3f6302c5 Mon Sep 17 00:00:00 2001 From: nasrlol Date: Wed, 27 Nov 2024 03:29:03 +0100 Subject: switched to using qt --- I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-qmllint | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-qmllint (limited to 'I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-qmllint') diff --git a/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-qmllint b/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-qmllint new file mode 100755 index 0000000..6953721 --- /dev/null +++ b/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-qmllint @@ -0,0 +1,8 @@ +#!/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 qmllint +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(qmllint()) -- cgit v1.2.3-70-g09d2