Graphic fast autofit for addPoint

git-svn-id: svn://db.shs.com.ru/libs@347 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
2018-01-18 14:11:48 +00:00
parent 7a3f3a928e
commit efca49fb72
3 changed files with 96 additions and 48 deletions

View File

@@ -45,6 +45,7 @@ struct GraphicType {
QCheckBox * pb;
QIcon icon;
bool visible;
QRectF cvrect;
};
@@ -71,7 +72,7 @@ public:
protected:
void changeEvent(QEvent * e);
Ui::GraphicConf * ui;
private slots: