Qet shape item properties widget : remove the scale widget

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4044 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2015-07-12 10:28:59 +00:00
parent 185292a29d
commit 806c7fd5e3
5 changed files with 44 additions and 168 deletions

View File

@@ -63,19 +63,6 @@ void QetShapeItem::setStyle(Qt::PenStyle newStyle)
emit styleChanged();
}
/**
* @brief QetShapeItem::scale
* Scale this item by (factor / 100 ).
* @param factor
*/
void QetShapeItem::previewScale(int factor) {
if (factor >= 1 && factor <= 200) {
qreal new_scale = factor;
new_scale /= 100;
setScale(new_scale);
}
}
/**
* @brief QetShapeItem::setP2
* Set the second point of this item.