Skip to content

Commit ecd2919

Browse files
committed
deactivate rotation button until mechanism is fixed
1 parent 1d92459 commit ecd2919

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

gui/confocal/ui_confocalgui.ui

+16-18
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>1348</width>
10-
<height>1000</height>
10+
<height>1115</height>
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
@@ -28,7 +28,7 @@
2828
<x>0</x>
2929
<y>0</y>
3030
<width>1348</width>
31-
<height>19</height>
31+
<height>29</height>
3232
</rect>
3333
</property>
3434
<widget class="QMenu" name="menuFile">
@@ -282,6 +282,9 @@
282282
</property>
283283
<item>
284284
<widget class="QPushButton" name="depth_rotate_anticlockwise_PushButton">
285+
<property name="enabled">
286+
<bool>false</bool>
287+
</property>
285288
<property name="sizePolicy">
286289
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
287290
<horstretch>0</horstretch>
@@ -299,6 +302,9 @@
299302
</item>
300303
<item>
301304
<widget class="QPushButton" name="depth_rotate_clockwise_PushButton">
305+
<property name="enabled">
306+
<bool>false</bool>
307+
</property>
302308
<property name="sizePolicy">
303309
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
304310
<horstretch>0</horstretch>
@@ -1851,8 +1857,7 @@
18511857
<action name="actionSave_XY_Scan">
18521858
<property name="icon">
18531859
<iconset theme="document-save">
1854-
<normaloff/>
1855-
</iconset>
1860+
<normaloff>.</normaloff>.</iconset>
18561861
</property>
18571862
<property name="text">
18581863
<string>&amp;Save XY Data</string>
@@ -1861,8 +1866,7 @@
18611866
<action name="actionSave_configuration">
18621867
<property name="icon">
18631868
<iconset theme="document-save">
1864-
<normaloff/>
1865-
</iconset>
1869+
<normaloff>.</normaloff>.</iconset>
18661870
</property>
18671871
<property name="text">
18681872
<string>Save &amp;configuration</string>
@@ -1871,8 +1875,7 @@
18711875
<action name="action_Settings">
18721876
<property name="icon">
18731877
<iconset theme="settings">
1874-
<normaloff/>
1875-
</iconset>
1878+
<normaloff>.</normaloff>.</iconset>
18761879
</property>
18771880
<property name="text">
18781881
<string>&amp;Settings</string>
@@ -1881,8 +1884,7 @@
18811884
<action name="actionClose">
18821885
<property name="icon">
18831886
<iconset theme="window-close">
1884-
<normaloff/>
1885-
</iconset>
1887+
<normaloff>.</normaloff>.</iconset>
18861888
</property>
18871889
<property name="text">
18881890
<string>C&amp;lose</string>
@@ -1897,8 +1899,7 @@
18971899
<action name="actionSave_Depth_Scan">
18981900
<property name="icon">
18991901
<iconset theme="document-save">
1900-
<normaloff/>
1901-
</iconset>
1902+
<normaloff>.</normaloff>.</iconset>
19021903
</property>
19031904
<property name="text">
19041905
<string>Save &amp;XZ Data</string>
@@ -1907,8 +1908,7 @@
19071908
<action name="action_optimizer_settings">
19081909
<property name="icon">
19091910
<iconset theme="settings">
1910-
<normaloff/>
1911-
</iconset>
1911+
<normaloff>.</normaloff>.</iconset>
19121912
</property>
19131913
<property name="text">
19141914
<string>&amp;Optimizer Settings</string>
@@ -1917,8 +1917,7 @@
19171917
<action name="actionSave_XY_Image_Data">
19181918
<property name="icon">
19191919
<iconset theme="document-save">
1920-
<normaloff/>
1921-
</iconset>
1920+
<normaloff>.</normaloff>.</iconset>
19221921
</property>
19231922
<property name="text">
19241923
<string>Save XY &amp;Image+Data</string>
@@ -1927,8 +1926,7 @@
19271926
<action name="actionSave_Depth_Image_Data">
19281927
<property name="icon">
19291928
<iconset theme="document-save">
1930-
<normaloff/>
1931-
</iconset>
1929+
<normaloff>.</normaloff>.</iconset>
19321930
</property>
19331931
<property name="text">
19341932
<string>Save XZ Image+&amp;Data</string>

0 commit comments

Comments
 (0)