]> git.sesse.net Git - kdenlive/blobdiff - src/unicodedialog.h
* Allow to edit transparent background for images in group properties
[kdenlive] / src / unicodedialog.h
index eba5e40220c696afc7761dd47c5cf6adc54875bf..4a8579a2048955461a1f4ded227e8690b3ab093f 100644 (file)
@@ -28,6 +28,13 @@ public:
 
     void showLastUnicode();
 
+protected:
+    virtual void wheelEvent(QWheelEvent * event);
+
+public slots:
+    /** \brief Override QDialog::exec() to assure the focus being on the unicode input field */
+    int exec();
+
 private:
     Ui::UnicodeDialog_UI m_view;