mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-30 07:40:51 +01:00
Diagram command: additem, minor improvement
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3370 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -180,6 +180,14 @@ QRectF DiagramImageItem::boundingRect() const {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief DiagramImageItem::name
|
||||
* @return the generic name of this item (picture)
|
||||
*/
|
||||
QString DiagramImageItem::name() const {
|
||||
return tr("une image");
|
||||
}
|
||||
|
||||
/**
|
||||
Load the image from this xml element
|
||||
@param e xml element that define an image
|
||||
|
||||
Reference in New Issue
Block a user