added primitve helps

This commit is contained in:
nemu
2009-03-19 07:58:16 +00:00
parent e3eb423cbe
commit d3be43ff70
13 changed files with 226 additions and 156 deletions

View File

@@ -865,6 +865,12 @@
<receiver>PGetAsymmetryRunBlockDialogBase</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>fHelp_button</sender>
<signal>clicked()</signal>
<receiver>PGetAsymmetryRunBlockDialogBase</receiver>
<slot>helpContents()</slot>
</connection>
</connections>
<tabstops>
<tabstop>fRunFileName_lineEdit</tabstop>
@@ -895,5 +901,8 @@
<tabstop>fCancel_button</tabstop>
<tabstop>fHelp_button</tabstop>
</tabstops>
<slots>
<slot access="private">helpContents()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

View File

@@ -245,6 +245,25 @@
<number>1</number>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>fAdd_pushButton</cstring>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>390</y>
<width>56</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>&amp;Add</string>
</property>
<property name="accel">
<string>Alt+A</string>
</property>
</widget>
<widget class="QTextEdit">
<property name="name">
<cstring>fParam_textEdit</cstring>
@@ -273,21 +292,24 @@ FITPARAMETER
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>fAdd_pushButton</cstring>
<cstring>fCancel_pushButton</cstring>
</property>
<property name="geometry">
<rect>
<x>10</x>
<x>575</x>
<y>390</y>
<width>56</width>
<width>75</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>&amp;Add</string>
<string>&amp;Cancel</string>
</property>
<property name="accel">
<string>Alt+A</string>
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
<spacer>
@@ -321,7 +343,7 @@ FITPARAMETER
</property>
<property name="geometry">
<rect>
<x>600</x>
<x>515</x>
<y>390</y>
<width>49</width>
<height>26</height>
@@ -340,28 +362,6 @@ FITPARAMETER
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>fCancel_pushButton</cstring>
</property>
<property name="geometry">
<rect>
<x>520</x>
<y>390</y>
<width>75</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</widget>
<images>
<image name="image0">

View File

@@ -214,53 +214,6 @@
<string>end value</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>fCancel_button</cstring>
</property>
<property name="geometry">
<rect>
<x>370</x>
<y>270</y>
<width>75</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>fOk_button</cstring>
</property>
<property name="geometry">
<rect>
<x>450</x>
<y>270</y>
<width>49</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Horizontal Spacing2</cstring>
@@ -305,6 +258,53 @@
<string>Alt+A</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>fCancel_button</cstring>
</property>
<property name="geometry">
<rect>
<x>425</x>
<y>270</y>
<width>75</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>fOk_button</cstring>
</property>
<property name="geometry">
<rect>
<x>367</x>
<y>270</y>
<width>49</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</widget>
<images>
<image name="image0">

View File

@@ -804,6 +804,12 @@
<receiver>PGetSingleHistoRunBlockDialogBase</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>fHelp_button</sender>
<signal>clicked()</signal>
<receiver>PGetSingleHistoRunBlockDialogBase</receiver>
<slot>helpContents()</slot>
</connection>
</connections>
<tabstops>
<tabstop>fRunFileName_lineEdit</tabstop>
@@ -829,5 +835,8 @@
<tabstop>fCancel_button</tabstop>
<tabstop>fHelp_button</tabstop>
</tabstops>
<slots>
<slot access="private">helpContents()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>