69 <td><a href="#GitAddRemoteDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td> |
69 <td><a href="#GitAddRemoteDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td> |
70 <td>Private slot handling changes of the entered name.</td> |
70 <td>Private slot handling changes of the entered name.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#GitAddRemoteDialog.on_urlEdit_textChanged">on_urlEdit_textChanged</a></td> |
72 <td><a href="#GitAddRemoteDialog.on_urlEdit_textChanged">on_urlEdit_textChanged</a></td> |
73 <td>Private slot handling changes of the entered URL.</td> |
73 <td>Private slot handling changes of the entered URL.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#GitAddRemoteDialog.on_userEdit_textChanged">on_userEdit_textChanged</a></td> |
|
76 <td>Private slot handling changes of the entered user name.</td> |
74 </tr> |
77 </tr> |
75 </table> |
78 </table> |
76 <h3>Static Methods</h3> |
79 <h3>Static Methods</h3> |
77 <table> |
80 <table> |
78 <tr><td>None</td></tr> |
81 <tr><td>None</td></tr> |
81 <h4>GitAddRemoteDialog (Constructor)</h4> |
84 <h4>GitAddRemoteDialog (Constructor)</h4> |
82 <b>GitAddRemoteDialog</b>(<i>parent=None</i>) |
85 <b>GitAddRemoteDialog</b>(<i>parent=None</i>) |
83 <p> |
86 <p> |
84 Constructor |
87 Constructor |
85 </p><dl> |
88 </p><dl> |
86 <dt><i>parent</i></dt> |
89 <dt><i>parent</i> (QWidget)</dt> |
87 <dd> |
90 <dd> |
88 reference to the parent widget (QWidget) |
91 reference to the parent widget |
89 </dd> |
92 </dd> |
90 </dl><a NAME="GitAddRemoteDialog.__updateOK" ID="GitAddRemoteDialog.__updateOK"></a> |
93 </dl><a NAME="GitAddRemoteDialog.__updateOK" ID="GitAddRemoteDialog.__updateOK"></a> |
91 <h4>GitAddRemoteDialog.__updateOK</h4> |
94 <h4>GitAddRemoteDialog.__updateOK</h4> |
92 <b>__updateOK</b>(<i></i>) |
95 <b>__updateOK</b>(<i></i>) |
93 <p> |
96 <p> |
98 <p> |
101 <p> |
99 Public method to get the entered data. |
102 Public method to get the entered data. |
100 </p><dl> |
103 </p><dl> |
101 <dt>Returns:</dt> |
104 <dt>Returns:</dt> |
102 <dd> |
105 <dd> |
103 tuple with the name (string) and URL (string) of |
106 tuple with name and URL of the remote repository |
104 the remote repository |
107 </dd> |
|
108 </dl><dl> |
|
109 <dt>Return Type:</dt> |
|
110 <dd> |
|
111 tuple of (str, str) |
105 </dd> |
112 </dd> |
106 </dl><a NAME="GitAddRemoteDialog.on_nameEdit_textChanged" ID="GitAddRemoteDialog.on_nameEdit_textChanged"></a> |
113 </dl><a NAME="GitAddRemoteDialog.on_nameEdit_textChanged" ID="GitAddRemoteDialog.on_nameEdit_textChanged"></a> |
107 <h4>GitAddRemoteDialog.on_nameEdit_textChanged</h4> |
114 <h4>GitAddRemoteDialog.on_nameEdit_textChanged</h4> |
108 <b>on_nameEdit_textChanged</b>(<i>txt</i>) |
115 <b>on_nameEdit_textChanged</b>(<i>txt</i>) |
109 <p> |
116 <p> |
110 Private slot handling changes of the entered name. |
117 Private slot handling changes of the entered name. |
111 </p><dl> |
118 </p><dl> |
112 <dt><i>txt</i></dt> |
119 <dt><i>txt</i> (str)</dt> |
113 <dd> |
120 <dd> |
114 current text (string) |
121 current text |
115 </dd> |
122 </dd> |
116 </dl><a NAME="GitAddRemoteDialog.on_urlEdit_textChanged" ID="GitAddRemoteDialog.on_urlEdit_textChanged"></a> |
123 </dl><a NAME="GitAddRemoteDialog.on_urlEdit_textChanged" ID="GitAddRemoteDialog.on_urlEdit_textChanged"></a> |
117 <h4>GitAddRemoteDialog.on_urlEdit_textChanged</h4> |
124 <h4>GitAddRemoteDialog.on_urlEdit_textChanged</h4> |
118 <b>on_urlEdit_textChanged</b>(<i>txt</i>) |
125 <b>on_urlEdit_textChanged</b>(<i>txt</i>) |
119 <p> |
126 <p> |
120 Private slot handling changes of the entered URL. |
127 Private slot handling changes of the entered URL. |
121 </p><dl> |
128 </p><dl> |
122 <dt><i>txt</i></dt> |
129 <dt><i>txt</i> (str)</dt> |
123 <dd> |
130 <dd> |
124 current text (string) |
131 current text |
|
132 </dd> |
|
133 </dl><a NAME="GitAddRemoteDialog.on_userEdit_textChanged" ID="GitAddRemoteDialog.on_userEdit_textChanged"></a> |
|
134 <h4>GitAddRemoteDialog.on_userEdit_textChanged</h4> |
|
135 <b>on_userEdit_textChanged</b>(<i>txt</i>) |
|
136 <p> |
|
137 Private slot handling changes of the entered user name. |
|
138 </p><dl> |
|
139 <dt><i>txt</i> (str)</dt> |
|
140 <dd> |
|
141 current text |
125 </dd> |
142 </dd> |
126 </dl> |
143 </dl> |
127 <div align="right"><a href="#top">Up</a></div> |
144 <div align="right"><a href="#top">Up</a></div> |
128 <hr /> |
145 <hr /> |
129 </body></html> |
146 </body></html> |