75 <h4>AddParameterDialog (Constructor)</h4> |
75 <h4>AddParameterDialog (Constructor)</h4> |
76 <b>AddParameterDialog</b>(<i>parent=None</i>) |
76 <b>AddParameterDialog</b>(<i>parent=None</i>) |
77 <p> |
77 <p> |
78 Constructor |
78 Constructor |
79 </p><dl> |
79 </p><dl> |
80 <dt><i>parent</i></dt> |
80 <dt><i>parent</i> (QWidget)</dt> |
81 <dd> |
81 <dd> |
82 reference to the parent widget (QWidget) |
82 reference to the parent widget |
83 </dd> |
83 </dd> |
84 </dl><a NAME="AddParameterDialog.getData" ID="AddParameterDialog.getData"></a> |
84 </dl><a NAME="AddParameterDialog.getData" ID="AddParameterDialog.getData"></a> |
85 <h4>AddParameterDialog.getData</h4> |
85 <h4>AddParameterDialog.getData</h4> |
86 <b>getData</b>(<i></i>) |
86 <b>getData</b>(<i></i>) |
87 <p> |
87 <p> |
88 Public method to extract the data entered into the dialog. |
88 Public method to extract the data entered into the dialog. |
89 </p><dl> |
89 </p><dl> |
90 <dt>Returns:</dt> |
90 <dt>Returns:</dt> |
91 <dd> |
91 <dd> |
92 tuple of three strings (name, default and value) |
92 tuple containing name, default and value |
|
93 </dd> |
|
94 </dl><dl> |
|
95 <dt>Return Type:</dt> |
|
96 <dd> |
|
97 tuple of (str, str, str) |
93 </dd> |
98 </dd> |
94 </dl><a NAME="AddParameterDialog.on_nameEdit_textChanged" ID="AddParameterDialog.on_nameEdit_textChanged"></a> |
99 </dl><a NAME="AddParameterDialog.on_nameEdit_textChanged" ID="AddParameterDialog.on_nameEdit_textChanged"></a> |
95 <h4>AddParameterDialog.on_nameEdit_textChanged</h4> |
100 <h4>AddParameterDialog.on_nameEdit_textChanged</h4> |
96 <b>on_nameEdit_textChanged</b>(<i>txt</i>) |
101 <b>on_nameEdit_textChanged</b>(<i>txt</i>) |
97 <p> |
102 <p> |
98 Private slot called, when the name entry is changed. |
103 Private slot called, when the name entry is changed. |
99 </p><dl> |
104 </p><dl> |
100 <dt><i>txt</i></dt> |
105 <dt><i>txt</i> (str)</dt> |
101 <dd> |
106 <dd> |
102 text of the entry (string) |
107 text of the entry |
103 </dd> |
108 </dd> |
104 </dl> |
109 </dl> |
105 <div align="right"><a href="#top">Up</a></div> |
110 <div align="right"><a href="#top">Up</a></div> |
106 <hr /> |
111 <hr /> |
107 </body></html> |
112 </body></html> |