We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add undo stack to the drawing and dragging functionality, so the user is able to undo a drag or gate addition
The text was updated successfully, but these errors were encountered:
@NourhanEssam Please use signals and slots as much as you can
BTW there is a Qt implementation for the undo stack see the link below: QUndoStack
This will make your life much easier
Sorry, something went wrong.
#8 - Undo move and add components
fd7e3ce
#8 - Delete command added
e7a8080
#8 - Merged with master
94769d4
NourhanEssam
No branches or pull requests
Add undo stack to the drawing and dragging functionality, so the user is able to undo a drag or gate addition
The text was updated successfully, but these errors were encountered: