-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to embed canvas into Pyqt5 #67
Comments
If you mean a matplotlib plot in PyQt5 you can have a reference at the matplotlib documentation: |
Sorry, there's something wrong with my description. I mean how to embed Pylustrator's canvas into pyqt. because I like can drag and drop and change size. |
I think I solved that problem,I write a demo based on version 0.9.4 . https://github.com/huyidao625/pylustrator-embedqt5 |
I would appreciate if you would not copy the pylutrator code into your repository. Either you make a fork or just have it as a dependency. To make it clear for users where the code is coming from. Happy to see that you solved the problem. |
I'm a novice programmer, please accept my apologies. I deleted the old repositories and fork your repository . Thank you so much for making such good software and open source it。 |
Thanks again, I'm sorry I didn't use the latest branch , it based on v0.9.4, this is my forked repository: https://github.com/huyidao625/pylustrator |
Hi , How to embed a drawing canvas in Pyqt5, retaining drag, selection, resizing, and more.
The text was updated successfully, but these errors were encountered: