ui: Improved vertical layout for override and inheritance edges

This commit is contained in:
Eberhard Graether
2018-02-07 23:15:55 +01:00
parent 683b87d0b8
commit 9773c30fdc
8 changed files with 75 additions and 35 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ public:
void setOnFront(bool front);
void setOnBack(bool back);
void setHorizontalIn(bool horizontal);
void setEarlyBend(bool earlyBend);
protected:
QPolygon getPath() const;
@@ -54,7 +54,7 @@ protected:
bool m_onFront;
bool m_onBack;
bool m_horizontalIn;
bool m_earlyBend;
Route m_route;
Pivot m_pivot;