Add PyQt5 bindings

This commit is contained in:
Nicolas ELIE
2019-10-09 14:15:53 +02:00
parent c10ff7c688
commit 5752bfb58b
23 changed files with 2426 additions and 1 deletions

8
.gitignore vendored
View File

@@ -1,5 +1,5 @@
*.pro.user
/ build
/build
*.o
*.dylib
*.app
@@ -10,3 +10,9 @@ Makefile
# IDEs
.idea
# Python
.eggs
*.pyc
*.pyd
__pycache__