]> Creatis software - FrontAlgorithms.git/blob - appli/CTBronchi/CTBronchi.ui
...
[FrontAlgorithms.git] / appli / CTBronchi / CTBronchi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
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="QWidget" name="Viewer" native="true">
18     <property name="geometry">
19      <rect>
20       <x>60</x>
21       <y>150</y>
22       <width>461</width>
23       <height>331</height>
24      </rect>
25     </property>
26    </widget>
27   </widget>
28   <widget class="QMenuBar" name="menubar">
29    <property name="geometry">
30     <rect>
31      <x>0</x>
32      <y>0</y>
33      <width>800</width>
34      <height>20</height>
35     </rect>
36    </property>
37    <widget class="QMenu" name="menuFile">
38     <property name="title">
39      <string>File</string>
40     </property>
41     <addaction name="aOpenRawImage"/>
42     <addaction name="separator"/>
43     <addaction name="aOpenMoriImage"/>
44     <addaction name="aSaveMoriImage"/>
45     <addaction name="separator"/>
46     <addaction name="aOpenRWImage"/>
47     <addaction name="aSaveRWImage"/>
48     <addaction name="separator"/>
49     <addaction name="aOpenSeedsFile"/>
50     <addaction name="aSaveSeedsFile"/>
51     <addaction name="separator"/>
52     <addaction name="aExit"/>
53    </widget>
54    <addaction name="menuFile"/>
55   </widget>
56   <widget class="QStatusBar" name="statusbar"/>
57   <widget class="QToolBar" name="toolBar">
58    <property name="windowTitle">
59     <string>toolBar</string>
60    </property>
61    <attribute name="toolBarArea">
62     <enum>TopToolBarArea</enum>
63    </attribute>
64    <attribute name="toolBarBreak">
65     <bool>false</bool>
66    </attribute>
67    <addaction name="aMori"/>
68    <addaction name="aRW"/>
69   </widget>
70   <action name="aOpenRawImage">
71    <property name="text">
72     <string>Open raw image</string>
73    </property>
74   </action>
75   <action name="aOpenMoriImage">
76    <property name="text">
77     <string>Open &quot;mori&quot; image</string>
78    </property>
79   </action>
80   <action name="aOpenRWImage">
81    <property name="text">
82     <string>Open &quot;random walker&quot; image</string>
83    </property>
84   </action>
85   <action name="aExit">
86    <property name="text">
87     <string>Exit</string>
88    </property>
89   </action>
90   <action name="aOpenSeedsFile">
91    <property name="text">
92     <string>Open seeds file</string>
93    </property>
94   </action>
95   <action name="aSaveSeedsFile">
96    <property name="text">
97     <string>Save seeds file</string>
98    </property>
99   </action>
100   <action name="aSaveMoriImage">
101    <property name="text">
102     <string>Save &quot;mori&quot; image</string>
103    </property>
104   </action>
105   <action name="aSaveRWImage">
106    <property name="text">
107     <string>Save &quot;random walker&quot; image</string>
108    </property>
109   </action>
110   <action name="aMori">
111    <property name="text">
112     <string>Mori</string>
113    </property>
114   </action>
115   <action name="aRW">
116    <property name="text">
117     <string>RandomWalker</string>
118    </property>
119   </action>
120  </widget>
121  <resources/>
122  <connections/>
123 </ui>