m2b-ar-tp2/princ.ui

66 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Princ</class>
<widget class="QMainWindow" name="Princ">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>765</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>TP1</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout"/>
</item>
<item>
<widget class="GLArea" name="glarea">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>765</width>
<height>20</height>
</rect>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>GLArea</class>
<extends>QOpenGLWidget</extends>
<header>glarea.h</header>
<slots>
<slot>onSmokeIntervalChanged(double)</slot>
<slot>onSmokeMinTTLChanged(double)</slot>
<slot>onSmokeMaxTTLChanged(double)</slot>
<slot>onSmokeColorChanged(QColor)</slot>
</slots>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>