Finish up

This commit is contained in:
2021-06-12 15:17:35 +02:00
parent 5efbdcbd6a
commit 0c466644ce
23 changed files with 958 additions and 154 deletions

View File

@ -68,7 +68,7 @@
<x>0</x>
<y>0</y>
<width>467</width>
<height>315</height>
<height>353</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
@ -124,36 +124,6 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="Led" name="widget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Uncal</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
@ -184,7 +154,7 @@
<string>Settings</string>
</property>
<addaction name="actionCameras"/>
<addaction name="actionCallibration"/>
<addaction name="actionProfile"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuSetup"/>
@ -200,7 +170,7 @@
<string>Cameras</string>
</property>
</action>
<action name="actionCallibration">
<action name="actionProfile">
<property name="text">
<string>Profile</string>
</property>
@ -212,12 +182,6 @@
</action>
</widget>
<customwidgets>
<customwidget>
<class>Led</class>
<extends>QWidget</extends>
<header location="global">./src/ui/led.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>CvImageViewer</class>
<extends>QWidget</extends>