aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/browsertab.ui')
-rw-r--r--src/browsertab.ui10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/browsertab.ui b/src/browsertab.ui
index 6903bd8..7be4d3c 100644
--- a/src/browsertab.ui
+++ b/src/browsertab.ui
@@ -164,7 +164,10 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item>
- <widget class="QGraphicsView" name="graphics_browser">
+ <widget class="InteractiveView" name="graphics_browser">
+ <property name="interactive">
+ <bool>true</bool>
+ </property>
<property name="dragMode">
<enum>QGraphicsView::ScrollHandDrag</enum>
</property>
@@ -190,6 +193,11 @@ p, li { white-space: pre-wrap; }
<header>mediaplayer.hpp</header>
<container>1</container>
</customwidget>
+ <customwidget>
+ <class>InteractiveView</class>
+ <extends>QGraphicsView</extends>
+ <header location="global">interactiveview.hpp</header>
+ </customwidget>
</customwidgets>
<resources>
<include location="icons.qrc"/>