ソースを参照

Disable options that are not yet implemented

The export and send options will be done in the future, but for
now there is usable functionality so we'll just reserve these spots.
Steve Pieper 14 年 前
コミット
95e7d7020b
共有1 個のファイルを変更した8 個の追加2 個の削除を含む
  1. 8 2
      Libs/DICOM/Widgets/Resources/UI/ctkDICOMAppWidget.ui

+ 8 - 2
Libs/DICOM/Widgets/Resources/UI/ctkDICOMAppWidget.ui

@@ -151,11 +151,14 @@
    </property>
    </property>
   </action>
   </action>
   <action name="actionExport">
   <action name="actionExport">
+   <property name="enabled">
+    <bool>false</bool>
+   </property>
    <property name="text">
    <property name="text">
     <string>Export</string>
     <string>Export</string>
    </property>
    </property>
    <property name="toolTip">
    <property name="toolTip">
-    <string>Export selected study/series to a DICOM folder</string>
+    <string>Export selected study/series to a DICOM folder (not yet available)</string>
    </property>
    </property>
   </action>
   </action>
   <action name="actionQuery">
   <action name="actionQuery">
@@ -167,11 +170,14 @@
    </property>
    </property>
   </action>
   </action>
   <action name="actionSend">
   <action name="actionSend">
+   <property name="enabled">
+    <bool>false</bool>
+   </property>
    <property name="text">
    <property name="text">
     <string>Send</string>
     <string>Send</string>
    </property>
    </property>
    <property name="toolTip">
    <property name="toolTip">
-    <string>Send DICOM Studies to a DICOM node</string>
+    <string>Send DICOM Studies to a DICOM node (not yet available)</string>
    </property>
    </property>
   </action>
   </action>
  </widget>
  </widget>