More work towards plotting implantation profiles.

This commit is contained in:
2009-11-20 13:19:51 +00:00
parent 68a38ee357
commit 17b4ebbc2f
4 changed files with 2993 additions and 23 deletions

View File

@ -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="&amp;Plot" name="Plot">
<separator/>
<action name="editFindAction"/>
<action name="plotPlot_FractionsAction"/>
<action name="plotProfilesAction"/>
<action name="plotFractionsAction"/>
</item>
<item text="&amp;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>