diff options
Diffstat (limited to 'I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-uic')
| -rwxr-xr-x | I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-uic | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-uic b/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-uic new file mode 100755 index 0000000..0f8f096 --- /dev/null +++ b/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-uic @@ -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 uic +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(uic()) |
