Files
MAClient/src/ui/cvimageviewer.ui
2021-06-10 12:09:44 +02:00

29 lines
593 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CvImageViewer</class>
<widget class="QWidget" name="CvImageViewer">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>