84 <p> |
84 <p> |
85 Constructor |
85 Constructor |
86 </p> |
86 </p> |
87 <dl> |
87 <dl> |
88 |
88 |
89 <dt><i>parent</i></dt> |
89 <dt><i>parent</i> (QWidget)</dt> |
90 <dd> |
90 <dd> |
91 reference to the parent widget (QWidget) |
91 reference to the parent widget |
92 </dd> |
92 </dd> |
93 </dl> |
93 </dl> |
94 <a NAME="GitBisectStartDialog.__updateOK" ID="GitBisectStartDialog.__updateOK"></a> |
94 <a NAME="GitBisectStartDialog.__updateOK" ID="GitBisectStartDialog.__updateOK"></a> |
95 <h4>GitBisectStartDialog.__updateOK</h4> |
95 <h4>GitBisectStartDialog.__updateOK</h4> |
96 <b>__updateOK</b>(<i></i>) |
96 <b>__updateOK</b>(<i></i>) |
106 Public method to get the entered data. |
106 Public method to get the entered data. |
107 </p> |
107 </p> |
108 <dl> |
108 <dl> |
109 <dt>Return:</dt> |
109 <dt>Return:</dt> |
110 <dd> |
110 <dd> |
111 tuple containing a bad commit (string), a list of good |
111 tuple containing a bad commit, a list of good commits and |
112 commits (list of strings) and a flag indicating to not |
112 a flag indicating to not checkout the working tree |
113 checkout the working tree (boolean) |
113 </dd> |
|
114 </dl> |
|
115 <dl> |
|
116 <dt>Return Type:</dt> |
|
117 <dd> |
|
118 tuple of (str, list of str, bool) |
114 </dd> |
119 </dd> |
115 </dl> |
120 </dl> |
116 <a NAME="GitBisectStartDialog.on_badEdit_textChanged" ID="GitBisectStartDialog.on_badEdit_textChanged"></a> |
121 <a NAME="GitBisectStartDialog.on_badEdit_textChanged" ID="GitBisectStartDialog.on_badEdit_textChanged"></a> |
117 <h4>GitBisectStartDialog.on_badEdit_textChanged</h4> |
122 <h4>GitBisectStartDialog.on_badEdit_textChanged</h4> |
118 <b>on_badEdit_textChanged</b>(<i>txt</i>) |
123 <b>on_badEdit_textChanged</b>(<i>txt</i>) |