]> Creatis software - cpPlugins.git/blobdiff - appli/ImageMPR/ImageMPR.ui
...
[cpPlugins.git] / appli / ImageMPR / ImageMPR.ui
index 8fd0d129dbe85921f0f4d6ed047187e6988737d5..8a6c81cced0039eb24b4d3b5299380e9557d2318 100644 (file)
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>718</width>
-    <height>706</height>
+    <width>1024</width>
+    <height>768</height>
    </rect>
   </property>
   <property name="minimumSize">
    <size>
-    <width>718</width>
-    <height>706</height>
+    <width>1024</width>
+    <height>768</height>
    </size>
   </property>
   <property name="windowTitle">
-   <string>Interactive deformable mesh segmentation (v0.1)</string>
+   <string>ImageMPR (v0.1)</string>
   </property>
-  <widget class="QWidget" name="centralWidget">
+  <widget class="QWidget" name="CentralWidget">
    <layout class="QGridLayout" name="gridLayout">
     <item row="0" column="0">
-     <widget class="QSplitter" name="splitter_4">
+     <widget class="cpPlugins::Interface::BaseMPRWidget" name="MPR" native="true">
       <property name="minimumSize">
        <size>
-        <width>700</width>
-        <height>400</height>
+        <width>562</width>
+        <height>406</height>
        </size>
       </property>
-      <property name="orientation">
-       <enum>Qt::Horizontal</enum>
-      </property>
-      <widget class="QSplitter" name="splitter_3">
-       <property name="orientation">
-        <enum>Qt::Vertical</enum>
-       </property>
-       <widget class="QSplitter" name="splitter">
-        <property name="orientation">
-         <enum>Qt::Horizontal</enum>
-        </property>
-        <widget class="QVTKWidget" name="m_YPlaneVTK" native="true">
-         <property name="enabled">
-          <bool>true</bool>
-         </property>
-         <property name="minimumSize">
-          <size>
-           <width>200</width>
-           <height>200</height>
-          </size>
-         </property>
-        </widget>
-        <widget class="QVTKWidget" name="m_XPlaneVTK" native="true">
-         <property name="enabled">
-          <bool>true</bool>
-         </property>
-         <property name="minimumSize">
-          <size>
-           <width>200</width>
-           <height>200</height>
-          </size>
-         </property>
-        </widget>
-       </widget>
-       <widget class="QSplitter" name="splitter_2">
-        <property name="orientation">
-         <enum>Qt::Horizontal</enum>
-        </property>
-        <widget class="QVTKWidget" name="m_ZPlaneVTK" native="true">
-         <property name="enabled">
-          <bool>true</bool>
-         </property>
-         <property name="minimumSize">
-          <size>
-           <width>200</width>
-           <height>200</height>
-          </size>
-         </property>
-        </widget>
-        <widget class="QVTKWidget" name="m_3DVTK" native="true">
-         <property name="enabled">
-          <bool>true</bool>
-         </property>
-         <property name="minimumSize">
-          <size>
-           <width>200</width>
-           <height>200</height>
-          </size>
-         </property>
-        </widget>
-       </widget>
-      </widget>
      </widget>
     </item>
    </layout>
   </widget>
-  <widget class="QMenuBar" name="menuBar">
+  <widget class="QMenuBar" name="MenuBar">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
-     <width>718</width>
-     <height>21</height>
+     <width>1024</width>
+     <height>25</height>
     </rect>
    </property>
-   <widget class="QMenu" name="menuFile">
+   <widget class="QMenu" name="MenuOptionFile">
     <property name="title">
      <string>&amp;File</string>
     </property>
-    <addaction name="actionOpenPlugins"/>
+    <addaction name="aOpenImage"/>
+    <addaction name="aOpenDICOMSeries"/>
+    <addaction name="aOpenSegmentation"/>
+    <addaction name="aOpenPolyData"/>
     <addaction name="separator"/>
-    <addaction name="actionOpenInputImage"/>
-    <addaction name="actionOpenSegmentation"/>
-    <addaction name="actionOpenInputPolyData"/>
+    <addaction name="aSaveImage"/>
+    <addaction name="aSavePolyData"/>
     <addaction name="separator"/>
-    <addaction name="actionExit"/>
+    <addaction name="aExit"/>
    </widget>
-   <widget class="QMenu" name="MenuImageToImage">
+   <widget class="QMenu" name="MenuOptionEdit">
     <property name="title">
-     <string>Image to image</string>
+     <string>&amp;Edit</string>
     </property>
+    <widget class="QMenu" name="MenuOptionPlugins">
+     <property name="title">
+      <string>&amp;Plugins</string>
+     </property>
+     <addaction name="aLoadPlugins"/>
+     <addaction name="aShowPlugins"/>
+    </widget>
+    <addaction name="aUndo"/>
+    <addaction name="aRedo"/>
+    <addaction name="separator"/>
+    <addaction name="MenuOptionPlugins"/>
    </widget>
-   <widget class="QMenu" name="MenuImageToMesh">
+   <widget class="QMenu" name="MenuOptionHelp">
     <property name="title">
-     <string>Image to mesh</string>
+     <string>&amp;Help</string>
     </property>
    </widget>
-   <widget class="QMenu" name="menuEdit">
+   <widget class="QMenu" name="MenuFilters">
     <property name="title">
-     <string>Edit</string>
+     <string>&amp;Filters</string>
     </property>
-    <addaction name="actionUndo"/>
-    <addaction name="actionRedo"/>
    </widget>
-   <addaction name="menuFile"/>
-   <addaction name="menuEdit"/>
-   <addaction name="MenuImageToImage"/>
-   <addaction name="MenuImageToMesh"/>
+   <addaction name="MenuOptionFile"/>
+   <addaction name="MenuOptionEdit"/>
+   <addaction name="MenuFilters"/>
+   <addaction name="MenuOptionHelp"/>
   </widget>
-  <action name="actionOpenInputImage">
+  <widget class="QStatusBar" name="StatusBar"/>
+  <action name="aOpenImage">
    <property name="enabled">
     <bool>true</bool>
    </property>
     <string>Ctrl+O</string>
    </property>
   </action>
-  <action name="actionOpenPlugins">
-   <property name="enabled">
-    <bool>true</bool>
+  <action name="aExit">
+   <property name="text">
+    <string>Exit</string>
    </property>
+  </action>
+  <action name="aOpenPolyData">
    <property name="text">
-    <string>Open plugins</string>
+    <string>Open polydata</string>
    </property>
    <property name="shortcut">
-    <string>Ctrl+P</string>
+    <string>Ctrl+M</string>
    </property>
   </action>
-  <action name="actionExit">
+  <action name="aOpenSegmentation">
    <property name="text">
-    <string>Exit</string>
+    <string>Open segmentation</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+S</string>
    </property>
   </action>
-  <action name="actionOpenInputPolyData">
+  <action name="aUndo">
    <property name="text">
-    <string>Open polydata</string>
+    <string>&amp;Undo</string>
    </property>
    <property name="shortcut">
-    <string>Ctrl+M</string>
+    <string>Ctrl+Z</string>
+   </property>
+  </action>
+  <action name="aRedo">
+   <property name="text">
+    <string>&amp;Redo</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+Y</string>
    </property>
   </action>
-  <action name="actionDasdasd">
+  <action name="aLoadPlugins">
    <property name="text">
-    <string>dasdasd</string>
+    <string>Load plugins</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+P</string>
    </property>
   </action>
-  <action name="actionOpenSegmentation">
+  <action name="aShowPlugins">
    <property name="text">
-    <string>Open segmentation</string>
+    <string>Show plugins</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+H</string>
    </property>
   </action>
-  <action name="actionUndo">
+  <action name="aSaveImage">
    <property name="text">
-    <string>Undo</string>
+    <string>Save image</string>
    </property>
    <property name="shortcut">
-    <string>Ctrl+Z</string>
+    <string>Ctrl+Shift+I</string>
    </property>
   </action>
-  <action name="actionRedo">
+  <action name="aSavePolyData">
    <property name="text">
-    <string>Redo</string>
+    <string>Save polydata</string>
    </property>
    <property name="shortcut">
-    <string>Ctrl+Y</string>
+    <string>Ctrl+Shift+M</string>
+   </property>
+  </action>
+  <action name="aOpenDICOMSeries">
+   <property name="text">
+    <string>Open DICOM series</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+D</string>
    </property>
   </action>
  </widget>
  <layoutdefault spacing="6" margin="11"/>
  <customwidgets>
   <customwidget>
-   <class>QVTKWidget</class>
+   <class>cpPlugins::Interface::BaseMPRWidget</class>
    <extends>QWidget</extends>
-   <header>QVTKWidget.h</header>
+   <header location="global">cpPlugins/Interface/BaseMPRWidget.h</header>
+   <container>1</container>
   </customwidget>
  </customwidgets>
  <resources/>
  <connections>
   <connection>
-   <sender>actionExit</sender>
+   <sender>aExit</sender>
    <signal>triggered()</signal>
    <receiver>ImageMPR</receiver>
    <slot>close()</slot>