]> Creatis software - FrontAlgorithms.git/blob - appli/CTArteries/CTArteries.ui
...
[FrontAlgorithms.git] / appli / CTArteries / CTArteries.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CTArteries</class>
4  <widget class="QMainWindow" name="CTArteries">
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>CTArteries - (v0.0.1)</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QGridLayout" name="gridLayout">
18     <item row="0" column="0">
19      <widget class="QSplitter" name="splitter_2">
20       <property name="orientation">
21        <enum>Qt::Vertical</enum>
22       </property>
23       <widget class="ivq::Qt::MPRViewersWidget" name="MPR" native="true"/>
24       <widget class="QSplitter" name="splitter">
25        <property name="orientation">
26         <enum>Qt::Horizontal</enum>
27        </property>
28        <widget class="QCustomPlot" name="Plot" native="true"/>
29        <widget class="QWidget" name="CPR" native="true"/>
30       </widget>
31      </widget>
32     </item>
33    </layout>
34   </widget>
35   <widget class="QMenuBar" name="menubar">
36    <property name="geometry">
37     <rect>
38      <x>0</x>
39      <y>0</y>
40      <width>800</width>
41      <height>20</height>
42     </rect>
43    </property>
44    <widget class="QMenu" name="menuFile">
45     <property name="title">
46      <string>File</string>
47     </property>
48     <addaction name="aOpen"/>
49     <addaction name="separator"/>
50     <addaction name="aExit"/>
51    </widget>
52    <addaction name="menuFile"/>
53   </widget>
54   <widget class="QStatusBar" name="statusbar"/>
55   <widget class="QToolBar" name="toolBar">
56    <property name="windowTitle">
57     <string>toolBar</string>
58    </property>
59    <attribute name="toolBarArea">
60     <enum>TopToolBarArea</enum>
61    </attribute>
62    <attribute name="toolBarBreak">
63     <bool>false</bool>
64    </attribute>
65    <addaction name="aProcess"/>
66    <addaction name="aConfig"/>
67   </widget>
68   <action name="aOpen">
69    <property name="text">
70     <string>Open</string>
71    </property>
72   </action>
73   <action name="aExit">
74    <property name="text">
75     <string>Exit</string>
76    </property>
77   </action>
78   <action name="aProcess">
79    <property name="text">
80     <string>Process</string>
81    </property>
82   </action>
83   <action name="aConfig">
84    <property name="text">
85     <string>Config</string>
86    </property>
87   </action>
88  </widget>
89  <customwidgets>
90   <customwidget>
91    <class>ivq::Qt::MPRViewersWidget</class>
92    <extends>QWidget</extends>
93    <header location="global">ivq/Qt/MPRViewersWidget.h</header>
94    <container>1</container>
95   </customwidget>
96   <customwidget>
97    <class>QCustomPlot</class>
98    <extends>QWidget</extends>
99    <header>QCustomPlot.h</header>
100    <container>1</container>
101   </customwidget>
102  </customwidgets>
103  <resources/>
104  <connections>
105   <connection>
106    <sender>aExit</sender>
107    <signal>triggered()</signal>
108    <receiver>CTArteries</receiver>
109    <slot>close()</slot>
110    <hints>
111     <hint type="sourcelabel">
112      <x>-1</x>
113      <y>-1</y>
114     </hint>
115     <hint type="destinationlabel">
116      <x>399</x>
117      <y>299</y>
118     </hint>
119    </hints>
120   </connection>
121  </connections>
122 </ui>