]> Creatis software - cpPlugins.git/blob - appli/examples/plugins/QT/example_MPRViewer/example_MPRViewer.ui
...
[cpPlugins.git] / appli / examples / plugins / QT / example_MPRViewer / example_MPRViewer.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>example_MPRViewer</class>
4  <widget class="QMainWindow" name="example_MPRViewer">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>800</width>
16     <height>600</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>MainWindow</string>
21   </property>
22   <widget class="QWidget" name="MainWidget">
23    <layout class="QGridLayout" name="gridLayout">
24     <item row="0" column="0">
25      <widget class="cpExtensions::QT::SimpleMPRWidget" name="Viewer" native="true">
26       <property name="minimumSize">
27        <size>
28         <width>0</width>
29         <height>200</height>
30        </size>
31       </property>
32      </widget>
33     </item>
34    </layout>
35   </widget>
36  </widget>
37  <customwidgets>
38   <customwidget>
39    <class>cpExtensions::QT::SimpleMPRWidget</class>
40    <extends>QWidget</extends>
41    <header location="global">cpExtensions/QT/SimpleMPRWidget.h</header>
42    <container>1</container>
43   </customwidget>
44  </customwidgets>
45  <resources/>
46  <connections/>
47 </ui>