More work towards plotting implantation profiles.
This commit is contained in:
@ -8,29 +8,13 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>722</width>
|
||||
<height>601</height>
|
||||
<width>719</width>
|
||||
<height>610</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="caption">
|
||||
<string>TrimSP GUI</string>
|
||||
</property>
|
||||
<widget class="QProgressBar">
|
||||
<property name="name">
|
||||
<cstring>Progress</cstring>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>525</y>
|
||||
<width>715</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>WinPanel</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QTabWidget">
|
||||
<property name="name">
|
||||
<cstring>tabs</cstring>
|
||||
@ -38,7 +22,7 @@
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<y>5</y>
|
||||
<width>715</width>
|
||||
<height>525</height>
|
||||
</rect>
|
||||
@ -2095,6 +2079,22 @@
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QProgressBar">
|
||||
<property name="name">
|
||||
<cstring>Progress</cstring>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>530</y>
|
||||
<width>715</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>WinPanel</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<menubar>
|
||||
<property name="name">
|
||||
@ -2107,8 +2107,8 @@
|
||||
</item>
|
||||
<item text="&Plot" name="Plot">
|
||||
<separator/>
|
||||
<action name="editFindAction"/>
|
||||
<action name="plotPlot_FractionsAction"/>
|
||||
<action name="plotProfilesAction"/>
|
||||
<action name="plotFractionsAction"/>
|
||||
</item>
|
||||
<item text="&Help" name="helpMenu">
|
||||
<action name="helpContentsAction"/>
|
||||
@ -2305,7 +2305,7 @@
|
||||
</action>
|
||||
<action>
|
||||
<property name="name">
|
||||
<cstring>editFindAction</cstring>
|
||||
<cstring>plotProfilesAction</cstring>
|
||||
</property>
|
||||
<property name="iconSet">
|
||||
<iconset>image11</iconset>
|
||||
@ -2364,7 +2364,10 @@
|
||||
</action>
|
||||
<action>
|
||||
<property name="name">
|
||||
<cstring>plotPlot_FractionsAction</cstring>
|
||||
<cstring>plotFractionsAction</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="iconSet">
|
||||
<iconset>image12</iconset>
|
||||
@ -2535,6 +2538,12 @@
|
||||
<receiver>TrimSPGUI</receiver>
|
||||
<slot>StartSequenceOne()</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>plotProfilesAction</sender>
|
||||
<signal>activated()</signal>
|
||||
<receiver>TrimSPGUI</receiver>
|
||||
<slot>PlotProfiles()</slot>
|
||||
</connection>
|
||||
</connections>
|
||||
<includes>
|
||||
<include location="local" impldecl="in implementation">TrimSPGUI.ui.h</include>
|
||||
@ -2549,6 +2558,8 @@
|
||||
<slot>StartSequenceOne()</slot>
|
||||
<slot>DirectoryBrowse()</slot>
|
||||
<slot>ConfirmQuit()</slot>
|
||||
<slot>PlotProfiles()</slot>
|
||||
<slot>PlotFraction()</slot>
|
||||
</slots>
|
||||
<layoutdefaults spacing="6" margin="11"/>
|
||||
</UI>
|
||||
|
Reference in New Issue
Block a user