summaryrefslogtreecommitdiffhomepage
path: root/gui/main-window.ui
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-03-29 19:28:20 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-03-29 19:28:27 +0200
commit87c02a5399abb0dfe020f3cd1c5e2337c0d8cb8f (patch)
treeed82c1509ca562b49aee7df440ce575ceb3beb88 /gui/main-window.ui
parent94f510f31c3f5ca79f24f2daa085cb34d5650565 (diff)
pose-widget: reduce latency
- project on a separate thread - use Qt's native ARGB32 - use double buffering - more fine-grained locks
Diffstat (limited to 'gui/main-window.ui')
-rw-r--r--gui/main-window.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/main-window.ui b/gui/main-window.ui
index db75a20d..06375f76 100644
--- a/gui/main-window.ui
+++ b/gui/main-window.ui
@@ -236,7 +236,7 @@
</widget>
</item>
<item>
- <widget class="GLWidget" name="pose_display" native="true">
+ <widget class="pose_widget" name="pose_display" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
@@ -1353,7 +1353,7 @@
</widget>
<customwidgets>
<customwidget>
- <class>GLWidget</class>
+ <class>pose_widget</class>
<extends>QWidget</extends>
<header>pose-widget/glwidget.h</header>
</customwidget>