src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
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>)
120 <p> 125 <p>
121 Private slot to handle a change of the bad commit. 126 Private slot to handle a change of the bad commit.
122 </p> 127 </p>
123 <dl> 128 <dl>
124 129
125 <dt><i>txt</i></dt> 130 <dt><i>txt</i> (str)</dt>
126 <dd> 131 <dd>
127 bad commit entered (string) 132 bad commit entered
128 </dd> 133 </dd>
129 </dl> 134 </dl>
130 <div align="right"><a href="#top">Up</a></div> 135 <div align="right"><a href="#top">Up</a></div>
131 <hr /> 136 <hr />
132 </body></html> 137 </body></html>

eric ide

mercurial