]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTBronchi/CTBronchi.ui
...
[FrontAlgorithms.git] / appli / CTBronchi / CTBronchi.ui
diff --git a/appli/CTBronchi/CTBronchi.ui b/appli/CTBronchi/CTBronchi.ui
new file mode 100644 (file)
index 0000000..4fa5f30
--- /dev/null
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MainWindow</class>
+ <widget class="QMainWindow" name="MainWindow">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>800</width>
+    <height>600</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>MainWindow</string>
+  </property>
+  <widget class="QWidget" name="centralwidget">
+   <widget class="QWidget" name="Viewer" native="true">
+    <property name="geometry">
+     <rect>
+      <x>60</x>
+      <y>150</y>
+      <width>461</width>
+      <height>331</height>
+     </rect>
+    </property>
+   </widget>
+  </widget>
+  <widget class="QMenuBar" name="menubar">
+   <property name="geometry">
+    <rect>
+     <x>0</x>
+     <y>0</y>
+     <width>800</width>
+     <height>20</height>
+    </rect>
+   </property>
+   <widget class="QMenu" name="menuFile">
+    <property name="title">
+     <string>File</string>
+    </property>
+    <addaction name="aOpenRawImage"/>
+    <addaction name="separator"/>
+    <addaction name="aOpenMoriImage"/>
+    <addaction name="aSaveMoriImage"/>
+    <addaction name="separator"/>
+    <addaction name="aOpenRWImage"/>
+    <addaction name="aSaveRWImage"/>
+    <addaction name="separator"/>
+    <addaction name="aOpenSeedsFile"/>
+    <addaction name="aSaveSeedsFile"/>
+    <addaction name="separator"/>
+    <addaction name="aExit"/>
+   </widget>
+   <addaction name="menuFile"/>
+  </widget>
+  <widget class="QStatusBar" name="statusbar"/>
+  <widget class="QToolBar" name="toolBar">
+   <property name="windowTitle">
+    <string>toolBar</string>
+   </property>
+   <attribute name="toolBarArea">
+    <enum>TopToolBarArea</enum>
+   </attribute>
+   <attribute name="toolBarBreak">
+    <bool>false</bool>
+   </attribute>
+   <addaction name="aMori"/>
+   <addaction name="aRW"/>
+  </widget>
+  <action name="aOpenRawImage">
+   <property name="text">
+    <string>Open raw image</string>
+   </property>
+  </action>
+  <action name="aOpenMoriImage">
+   <property name="text">
+    <string>Open &quot;mori&quot; image</string>
+   </property>
+  </action>
+  <action name="aOpenRWImage">
+   <property name="text">
+    <string>Open &quot;random walker&quot; image</string>
+   </property>
+  </action>
+  <action name="aExit">
+   <property name="text">
+    <string>Exit</string>
+   </property>
+  </action>
+  <action name="aOpenSeedsFile">
+   <property name="text">
+    <string>Open seeds file</string>
+   </property>
+  </action>
+  <action name="aSaveSeedsFile">
+   <property name="text">
+    <string>Save seeds file</string>
+   </property>
+  </action>
+  <action name="aSaveMoriImage">
+   <property name="text">
+    <string>Save &quot;mori&quot; image</string>
+   </property>
+  </action>
+  <action name="aSaveRWImage">
+   <property name="text">
+    <string>Save &quot;random walker&quot; image</string>
+   </property>
+  </action>
+  <action name="aMori">
+   <property name="text">
+    <string>Mori</string>
+   </property>
+  </action>
+  <action name="aRW">
+   <property name="text">
+    <string>RandomWalker</string>
+   </property>
+  </action>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>