Enable plot fractions.

This commit is contained in:
2012-01-10 15:09:22 +00:00
parent 2a0cadfe5a
commit bf4d5e4ed7
3 changed files with 49 additions and 4 deletions

View File

@ -2425,9 +2425,15 @@
<property name="name">
<cstring>plotFractionsAction</cstring>
</property>
<property name="enabled">
<property name="toggleAction">
<bool>false</bool>
</property>
<property name="on">
<bool>false</bool>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="iconSet">
<iconset>image14</iconset>
</property>
@ -2667,6 +2673,12 @@
<receiver>TrimSPGUI</receiver>
<slot>ToggleScanSingle()</slot>
</connection>
<connection>
<sender>plotFractionsAction</sender>
<signal>activated()</signal>
<receiver>TrimSPGUI</receiver>
<slot>PlotFraction()</slot>
</connection>
</connections>
<tabstops>
<tabstop>tabs</tabstop>