61 <td>Public method to retrieve the linenumber.</td> |
61 <td>Public method to retrieve the linenumber.</td> |
62 </tr> |
62 </tr> |
63 </table> |
63 </table> |
64 <a NAME="GotoDialog.__init__" ID="GotoDialog.__init__"></a> |
64 <a NAME="GotoDialog.__init__" ID="GotoDialog.__init__"></a> |
65 <h4>GotoDialog (Constructor)</h4> |
65 <h4>GotoDialog (Constructor)</h4> |
66 <b>GotoDialog</b>(<i>maximum, parent, name = None, modal = False</i>) |
66 <b>GotoDialog</b>(<i>maximum, curLine, parent, name = None, modal = False</i>) |
67 <p> |
67 <p> |
68 Constructor |
68 Constructor |
69 </p><dl> |
69 </p><dl> |
70 <dt><i>maximum</i></dt> |
70 <dt><i>maximum</i></dt> |
71 <dd> |
71 <dd> |
72 the maximum allowed for the spinbox (int) |
72 maximum allowed for the spinbox (integer) |
|
73 </dd><dt><i>curLine</i></dt> |
|
74 <dd> |
|
75 current line number (integer) |
73 </dd><dt><i>parent</i></dt> |
76 </dd><dt><i>parent</i></dt> |
74 <dd> |
77 <dd> |
75 parent widget of this dialog (QWidget) |
78 parent widget of this dialog (QWidget) |
76 </dd><dt><i>name</i></dt> |
79 </dd><dt><i>name</i></dt> |
77 <dd> |
80 <dd> |