Enable plot fractions.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user