]> Creatis software - cpPlugins.git/blob - applis/PipelineEditor/PipelineEditor.ui
...
[cpPlugins.git] / applis / PipelineEditor / PipelineEditor.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PipelineEditor</class>
4  <widget class="QMainWindow" name="PipelineEditor">
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="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget"/>
17   <widget class="QMenuBar" name="menubar">
18    <property name="geometry">
19     <rect>
20      <x>0</x>
21      <y>0</y>
22      <width>800</width>
23      <height>25</height>
24     </rect>
25    </property>
26    <widget class="QMenu" name="menuFile">
27     <property name="title">
28      <string>&amp;File</string>
29     </property>
30     <addaction name="actionExit"/>
31    </widget>
32    <addaction name="menuFile"/>
33   </widget>
34   <widget class="QStatusBar" name="statusbar"/>
35   <action name="actionExit">
36    <property name="text">
37     <string>E&amp;xit</string>
38    </property>
39   </action>
40  </widget>
41  <resources/>
42  <connections>
43   <connection>
44    <sender>actionExit</sender>
45    <signal>triggered()</signal>
46    <receiver>PipelineEditor</receiver>
47    <slot>close()</slot>
48    <hints>
49     <hint type="sourcelabel">
50      <x>-1</x>
51      <y>-1</y>
52     </hint>
53     <hint type="destinationlabel">
54      <x>399</x>
55      <y>299</y>
56     </hint>
57    </hints>
58   </connection>
59  </connections>
60 </ui>