Added all previous functionality
[mdictionary] / trunk / src / base / gui / TranslationTextEdit.h
index 6f3fe3b..1c9adff 100644 (file)
@@ -34,8 +34,16 @@ class TranslationTextEdit : public QWebView
 public:
     explicit TranslationTextEdit(QWidget *parent = 0);
 
+public Q_SLOTS:
+    void zoomIn();
+    void zoomOut();
+    void copy();
+    void selection();
+    void selectAll();
+
 Q_SIGNALS:
     void search();
+    void copyAvailable(bool);
 
 protected:
     void contextMenuEvent(QContextMenuEvent *);