initial commit
This commit is contained in:
7
StainGuide.py
Normal file
7
StainGuide.py
Normal file
@@ -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__)
|
||||||
4
requiments.txt
Normal file
4
requiments.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
PySide6==6.9.2
|
||||||
|
PySide6_Addons==6.9.2
|
||||||
|
PySide6_Essentials==6.9.2
|
||||||
|
shiboken6==6.9.2
|
||||||
Reference in New Issue
Block a user