Allow manual repositioning of ProjGroup views

This commit is contained in:
WandererFan
2016-10-27 13:53:57 -04:00
committed by Yorik van Havre
parent a79d672bbd
commit 68c3f460d7
8 changed files with 109 additions and 59 deletions

View File

@@ -80,6 +80,7 @@ public:
virtual QRectF getRect() const; //must be overridden by derived class
virtual double autoScale(double w, double h) const;
virtual bool checkFit(DrawPage*) const;
virtual void setPosition(double x, double y);
protected:
void onChanged(const App::Property* prop);