Title block template editor: implemented copy operation.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1556 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-03-11 16:06:22 +00:00
parent fa34d7fbe6
commit 1f192b26c7
6 changed files with 67 additions and 6 deletions

View File

@@ -58,6 +58,9 @@ class TitleBlockTemplateView : public QGraphicsView {
void zoomOut();
void zoomFit();
void zoomReset();
void cut();
void copy();
void paste();
void addColumnBefore();
void addRowBefore();
void addColumnAfter();