issues
search
neuronalmotion
/
blueprint
A crossplatform mockup designer based on C++/Qt5.
Apache License 2.0
7
stars
3
forks
source link
Refactor Shape inheritance
#79
Closed
GuillaumeLazar
closed
9 years ago
GuillaumeLazar
commented
9 years ago
Shape inherits from TreeItem
Add a getQGraphicsItem() on Shape
Don't remove items before cleaning treeitem on ~MainWindow() (line 87)
Add util function for common paint()
Refactoring existing shapes (Ellipse, Line and Rectangle)