46 </p> |
46 </p> |
47 <h3>Derived from</h3> |
47 <h3>Derived from</h3> |
48 QDialog, Ui_HgUserConfigHostFingerprintDialog |
48 QDialog, Ui_HgUserConfigHostFingerprintDialog |
49 <h3>Class Attributes</h3> |
49 <h3>Class Attributes</h3> |
50 <table> |
50 <table> |
51 <tr><td>None</td></tr> |
51 <tr><td>fingerprintLength</td></tr><tr><td>supportedHashes</td></tr> |
52 </table> |
52 </table> |
53 <h3>Class Methods</h3> |
53 <h3>Class Methods</h3> |
54 <table> |
54 <table> |
55 <tr><td>None</td></tr> |
55 <tr><td>None</td></tr> |
56 </table> |
56 </table> |
58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#HgUserConfigHostFingerprintDialog.__init__">HgUserConfigHostFingerprintDialog</a></td> |
60 <td><a href="#HgUserConfigHostFingerprintDialog.__init__">HgUserConfigHostFingerprintDialog</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
|
63 <td><a href="#HgUserConfigHostFingerprintDialog.__updateOkButton">__updateOkButton</a></td> |
|
64 <td>Private method to update the status of the Ok button.</td> |
|
65 </tr><tr> |
63 <td><a href="#HgUserConfigHostFingerprintDialog.getData">getData</a></td> |
66 <td><a href="#HgUserConfigHostFingerprintDialog.getData">getData</a></td> |
64 <td>Public method to retrieve the data.</td> |
67 <td>Public method to retrieve the data.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#HgUserConfigHostFingerprintDialog.on_fingerprintEdit_textChanged">on_fingerprintEdit_textChanged</a></td> |
|
70 <td>Private slot to handle changes of the fingerprint edit.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#HgUserConfigHostFingerprintDialog.on_hashComboBox_currentIndexChanged">on_hashComboBox_currentIndexChanged</a></td> |
|
73 <td>Private slot to handle changes of the hash combo.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#HgUserConfigHostFingerprintDialog.on_hostEdit_textChanged">on_hostEdit_textChanged</a></td> |
|
76 <td>Private slot to handle changes of the host edit.</td> |
65 </tr> |
77 </tr> |
66 </table> |
78 </table> |
67 <h3>Static Methods</h3> |
79 <h3>Static Methods</h3> |
68 <table> |
80 <table> |
69 <tr><td>None</td></tr> |
81 <tr><td>None</td></tr> |
70 </table> |
82 </table> |
71 <a NAME="HgUserConfigHostFingerprintDialog.__init__" ID="HgUserConfigHostFingerprintDialog.__init__"></a> |
83 <a NAME="HgUserConfigHostFingerprintDialog.__init__" ID="HgUserConfigHostFingerprintDialog.__init__"></a> |
72 <h4>HgUserConfigHostFingerprintDialog (Constructor)</h4> |
84 <h4>HgUserConfigHostFingerprintDialog (Constructor)</h4> |
73 <b>HgUserConfigHostFingerprintDialog</b>(<i>parent=None, host="", fingerprint=""</i>) |
85 <b>HgUserConfigHostFingerprintDialog</b>(<i>parent=None, host="", fingerprint="", version=(0, 0, 0)</i>) |
74 <p> |
86 <p> |
75 Constructor |
87 Constructor |
76 </p><dl> |
88 </p><dl> |
77 <dt><i>parent</i> (QWidget)</dt> |
89 <dt><i>parent</i> (QWidget)</dt> |
78 <dd> |
90 <dd> |
81 <dd> |
93 <dd> |
82 host name |
94 host name |
83 </dd><dt><i>fingerprint</i> (str)</dt> |
95 </dd><dt><i>fingerprint</i> (str)</dt> |
84 <dd> |
96 <dd> |
85 fingerprint for the host |
97 fingerprint for the host |
|
98 </dd><dt><i>version</i> (tuple of three integers)</dt> |
|
99 <dd> |
|
100 Mercurial version info |
86 </dd> |
101 </dd> |
87 </dl><a NAME="HgUserConfigHostFingerprintDialog.getData" ID="HgUserConfigHostFingerprintDialog.getData"></a> |
102 </dl><a NAME="HgUserConfigHostFingerprintDialog.__updateOkButton" ID="HgUserConfigHostFingerprintDialog.__updateOkButton"></a> |
|
103 <h4>HgUserConfigHostFingerprintDialog.__updateOkButton</h4> |
|
104 <b>__updateOkButton</b>(<i></i>) |
|
105 <p> |
|
106 Private method to update the status of the Ok button. |
|
107 </p><a NAME="HgUserConfigHostFingerprintDialog.getData" ID="HgUserConfigHostFingerprintDialog.getData"></a> |
88 <h4>HgUserConfigHostFingerprintDialog.getData</h4> |
108 <h4>HgUserConfigHostFingerprintDialog.getData</h4> |
89 <b>getData</b>(<i></i>) |
109 <b>getData</b>(<i></i>) |
90 <p> |
110 <p> |
91 Public method to retrieve the data. |
111 Public method to retrieve the data. |
92 </p><dl> |
112 </p><dl> |
97 </dl><dl> |
117 </dl><dl> |
98 <dt>Return Type:</dt> |
118 <dt>Return Type:</dt> |
99 <dd> |
119 <dd> |
100 tuple of two str |
120 tuple of two str |
101 </dd> |
121 </dd> |
|
122 </dl><a NAME="HgUserConfigHostFingerprintDialog.on_fingerprintEdit_textChanged" ID="HgUserConfigHostFingerprintDialog.on_fingerprintEdit_textChanged"></a> |
|
123 <h4>HgUserConfigHostFingerprintDialog.on_fingerprintEdit_textChanged</h4> |
|
124 <b>on_fingerprintEdit_textChanged</b>(<i>txt</i>) |
|
125 <p> |
|
126 Private slot to handle changes of the fingerprint edit. |
|
127 </p><dl> |
|
128 <dt><i>txt</i> (str)</dt> |
|
129 <dd> |
|
130 current text |
|
131 </dd> |
|
132 </dl><a NAME="HgUserConfigHostFingerprintDialog.on_hashComboBox_currentIndexChanged" ID="HgUserConfigHostFingerprintDialog.on_hashComboBox_currentIndexChanged"></a> |
|
133 <h4>HgUserConfigHostFingerprintDialog.on_hashComboBox_currentIndexChanged</h4> |
|
134 <b>on_hashComboBox_currentIndexChanged</b>(<i>txt</i>) |
|
135 <p> |
|
136 Private slot to handle changes of the hash combo. |
|
137 </p><dl> |
|
138 <dt><i>txt</i> (str)</dt> |
|
139 <dd> |
|
140 current text |
|
141 </dd> |
|
142 </dl><a NAME="HgUserConfigHostFingerprintDialog.on_hostEdit_textChanged" ID="HgUserConfigHostFingerprintDialog.on_hostEdit_textChanged"></a> |
|
143 <h4>HgUserConfigHostFingerprintDialog.on_hostEdit_textChanged</h4> |
|
144 <b>on_hostEdit_textChanged</b>(<i>txt</i>) |
|
145 <p> |
|
146 Private slot to handle changes of the host edit. |
|
147 </p><dl> |
|
148 <dt><i>txt</i> (str)</dt> |
|
149 <dd> |
|
150 current text |
|
151 </dd> |
102 </dl> |
152 </dl> |
103 <div align="right"><a href="#top">Up</a></div> |
153 <div align="right"><a href="#top">Up</a></div> |
104 <hr /> |
154 <hr /> |
105 </body></html> |
155 </body></html> |