commit 0bc3d81b0b81e718e85681e102decae817742ab4 Author: bartool Date: Sun Aug 31 20:29:24 2025 +0200 initial commit diff --git a/StainGuide.py b/StainGuide.py new file mode 100644 index 0000000..a20cbd3 --- /dev/null +++ b/StainGuide.py @@ -0,0 +1,7 @@ +import PySide6.QtCore + +# Prints PySide6 version +print(PySide6.__version__) + +# Prints the Qt version used to compile PySide6 +print(PySide6.QtCore.__version__) \ No newline at end of file diff --git a/requiments.txt b/requiments.txt new file mode 100644 index 0000000..91c79fa --- /dev/null +++ b/requiments.txt @@ -0,0 +1,4 @@ +PySide6==6.9.2 +PySide6_Addons==6.9.2 +PySide6_Essentials==6.9.2 +shiboken6==6.9.2