summaryrefslogtreecommitdiffhomepage
path: root/opentrack/main-window.ui
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-01-16 23:48:15 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-01-23 14:16:34 +0100
commit8a2116626fcc1e8a87f3152cbd1b3f260a71c14d (patch)
treec2cd7bd7a0f966e12ab43f73e708c31a45ac99c7 /opentrack/main-window.ui
parentd48984e05638c3927a05b535c5c45e9750aef781 (diff)
add compact video feed
Diffstat (limited to 'opentrack/main-window.ui')
-rw-r--r--opentrack/main-window.ui101
1 files changed, 90 insertions, 11 deletions
diff --git a/opentrack/main-window.ui b/opentrack/main-window.ui
index dd158302..0e6867e1 100644
--- a/opentrack/main-window.ui
+++ b/opentrack/main-window.ui
@@ -8,7 +8,7 @@
<x>0</x>
<y>0</y>
<width>466</width>
- <height>490</height>
+ <height>498</height>
</rect>
</property>
<property name="sizePolicy">
@@ -39,16 +39,10 @@
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
- <property name="spacing">
- <number>6</number>
- </property>
- <property name="bottomMargin">
- <number>6</number>
- </property>
- <item>
- <widget class="pose_widget" name="pose_display" native="true">
+ <item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
+ <widget class="QWidget" name="frame_parent" native="true">
<property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@@ -56,9 +50,94 @@
<property name="minimumSize">
<size>
<width>448</width>
- <height>315</height>
+ <height>320</height>
</size>
</property>
+ <widget class="pose_widget" name="pose_display" native="true">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>448</width>
+ <height>320</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>448</width>
+ <height>320</height>
+ </size>
+ </property>
+ </widget>
+ <widget class="QWidget" name="video_frame_parent" native="true">
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>0</y>
+ <width>426</width>
+ <height>320</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>426</width>
+ <height>320</height>
+ </size>
+ </property>
+ <widget class="QFrame" name="video_frame">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>448</width>
+ <height>320</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>426</width>
+ <height>320</height>
+ </size>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ </widget>
+ </widget>
+ <widget class="QCheckBox" name="preview_checkbox">
+ <property name="geometry">
+ <rect>
+ <x>370</x>
+ <y>290</y>
+ <width>67</width>
+ <height>18</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Preview</string>
+ </property>
+ </widget>
+ <zorder>video_frame_parent</zorder>
+ <zorder>pose_display</zorder>
+ <zorder>preview_checkbox</zorder>
</widget>
</item>
<item>