Skip to content

Commit

Permalink
deactivate rotation button until mechanism is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
drogenlied committed Oct 29, 2015
1 parent 1d92459 commit ecd2919
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions gui/confocal/ui_confocalgui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>1348</width>
<height>1000</height>
<height>1115</height>
</rect>
</property>
<property name="sizePolicy">
Expand All @@ -28,7 +28,7 @@
<x>0</x>
<y>0</y>
<width>1348</width>
<height>19</height>
<height>29</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
Expand Down Expand Up @@ -282,6 +282,9 @@
</property>
<item>
<widget class="QPushButton" name="depth_rotate_anticlockwise_PushButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
Expand All @@ -299,6 +302,9 @@
</item>
<item>
<widget class="QPushButton" name="depth_rotate_clockwise_PushButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
Expand Down Expand Up @@ -1851,8 +1857,7 @@
<action name="actionSave_XY_Scan">
<property name="icon">
<iconset theme="document-save">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Save XY Data</string>
Expand All @@ -1861,8 +1866,7 @@
<action name="actionSave_configuration">
<property name="icon">
<iconset theme="document-save">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Save &amp;configuration</string>
Expand All @@ -1871,8 +1875,7 @@
<action name="action_Settings">
<property name="icon">
<iconset theme="settings">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Settings</string>
Expand All @@ -1881,8 +1884,7 @@
<action name="actionClose">
<property name="icon">
<iconset theme="window-close">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>C&amp;lose</string>
Expand All @@ -1897,8 +1899,7 @@
<action name="actionSave_Depth_Scan">
<property name="icon">
<iconset theme="document-save">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Save &amp;XZ Data</string>
Expand All @@ -1907,8 +1908,7 @@
<action name="action_optimizer_settings">
<property name="icon">
<iconset theme="settings">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Optimizer Settings</string>
Expand All @@ -1917,8 +1917,7 @@
<action name="actionSave_XY_Image_Data">
<property name="icon">
<iconset theme="document-save">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Save XY &amp;Image+Data</string>
Expand All @@ -1927,8 +1926,7 @@
<action name="actionSave_Depth_Image_Data">
<property name="icon">
<iconset theme="document-save">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Save XZ Image+&amp;Data</string>
Expand Down

0 comments on commit ecd2919

Please sign in to comment.