qt_demoe/video/videopanel/frmvideopanel.ui

33 lines
728 B
Plaintext
Raw Normal View History

2020-04-15 02:22:08 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>frmVideoPanel</class>
<widget class="QWidget" name="frmVideoPanel">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2021-11-09 12:39:42 +00:00
<width>800</width>
<height>600</height>
2020-04-15 02:22:08 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="VideoPanel" name="widget" native="true"/>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>VideoPanel</class>
<extends>QWidget</extends>
<header>videopanel.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>