]> Creatis software - cpMesh.git/blobdiff - appli/InteractiveDeformableMeshSegmentation/MainWnd.ui
Read/Write image plugin integration
[cpMesh.git] / appli / InteractiveDeformableMeshSegmentation / MainWnd.ui
index 9bea142871b277e9bc43bd4f7221ac8c70cb6a34..a533240baaeb83f07498e3aa28c2eb0925a0f556 100644 (file)
     <property name="title">
      <string>&amp;File</string>
     </property>
-    <addaction name="aOpenPlugins"/>
-    <addaction name="aReloadPlugins"/>
+    <addaction name="actionOpenPlugins"/>
+    <addaction name="actionReloadPlugins"/>
     <addaction name="separator"/>
-    <addaction name="aExit"/>
+    <addaction name="actionExit"/>
    </widget>
    <widget class="QMenu" name="menuHelp">
     <property name="title">
       <string>Segment</string>
      </property>
     </widget>
-    <addaction name="aOpenInputImage"/>
+    <addaction name="actionOpenInputImage"/>
     <addaction name="menuSegmentInputImage"/>
    </widget>
    <widget class="QMenu" name="menuSegmentedImage">
       <string>Extract mesh</string>
      </property>
     </widget>
-    <addaction name="aOpenSegmentedImage"/>
+    <addaction name="actionOpenSegmentedImage"/>
     <addaction name="menuFilterSegmentedImage"/>
     <addaction name="menuExtractMesh"/>
    </widget>
       <string>Process</string>
      </property>
     </widget>
-    <addaction name="aOpenMesh"/>
+    <addaction name="actionOpenMesh"/>
     <addaction name="menuProcessMesh"/>
    </widget>
    <addaction name="menuFile"/>
    <attribute name="toolBarBreak">
     <bool>false</bool>
    </attribute>
-   <addaction name="aNavigation"/>
-   <addaction name="aSegmentationInteractiveDeformation"/>
+   <addaction name="actionNavigation"/>
+   <addaction name="actionSegmentationInteractiveDeformation"/>
   </widget>
-  <action name="aOpenInputImage">
+  <action name="actionOpenInputImage">
+   <property name="enabled">
+    <bool>true</bool>
+   </property>
    <property name="text">
     <string>Open</string>
    </property>
   </action>
-  <action name="aOpenSegmentedImage">
+  <action name="actionOpenSegmentedImage">
    <property name="enabled">
-    <bool>false</bool>
+    <bool>true</bool>
    </property>
    <property name="text">
     <string>Open</string>
    </property>
   </action>
-  <action name="aOpenMesh">
+  <action name="actionOpenMesh">
    <property name="enabled">
-    <bool>false</bool>
+    <bool>true</bool>
    </property>
    <property name="text">
     <string>Open</string>
    </property>
   </action>
-  <action name="aOpenPlugins">
+  <action name="actionOpenPlugins">
    <property name="enabled">
     <bool>true</bool>
    </property>
     <string>Open plugins</string>
    </property>
   </action>
-  <action name="aReloadPlugins">
+  <action name="actionReloadPlugins">
    <property name="text">
     <string>Reload plugins</string>
    </property>
   </action>
-  <action name="aExit">
+  <action name="actionExit">
    <property name="text">
     <string>Exit</string>
    </property>
   </action>
-  <action name="aNavigation">
+  <action name="actionNavigation">
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="enabled">
-    <bool>false</bool>
+    <bool>true</bool>
    </property>
    <property name="icon">
     <iconset resource="resources.qrc">
     <string>Navigation</string>
    </property>
   </action>
-  <action name="aSegmentationInteractiveDeformation">
+  <action name="actionSegmentationInteractiveDeformation">
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="enabled">
-    <bool>false</bool>
+    <bool>true</bool>
    </property>
    <property name="icon">
     <iconset resource="resources.qrc">
  </resources>
  <connections>
   <connection>
-   <sender>aExit</sender>
+   <sender>actionExit</sender>
    <signal>triggered()</signal>
    <receiver>MainWnd</receiver>
    <slot>close()</slot>