src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
88 <p> 88 <p>
89 Constructor 89 Constructor
90 </p> 90 </p>
91 <dl> 91 <dl>
92 92
93 <dt><i>size</i></dt> 93 <dt><i>size</i> (int)</dt>
94 <dd> 94 <dd>
95 maximum length of the requested input (integer) 95 maximum length of the requested input
96 </dd> 96 </dd>
97 <dt><i>message</i></dt> 97 <dt><i>message</i> (str)</dt>
98 <dd> 98 <dd>
99 message sent by the server (string) 99 message sent by the server
100 </dd> 100 </dd>
101 <dt><i>parent</i></dt> 101 <dt><i>parent</i> (QWidget)</dt>
102 <dd> 102 <dd>
103 reference to the parent widget (QWidget) 103 reference to the parent widget
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <a NAME="HgClientPromptDialog.getInput" ID="HgClientPromptDialog.getInput"></a> 106 <a NAME="HgClientPromptDialog.getInput" ID="HgClientPromptDialog.getInput"></a>
107 <h4>HgClientPromptDialog.getInput</h4> 107 <h4>HgClientPromptDialog.getInput</h4>
108 <b>getInput</b>(<i></i>) 108 <b>getInput</b>(<i></i>)
111 Public method to get the user input. 111 Public method to get the user input.
112 </p> 112 </p>
113 <dl> 113 <dl>
114 <dt>Return:</dt> 114 <dt>Return:</dt>
115 <dd> 115 <dd>
116 user input (string) 116 user input
117 </dd>
118 </dl>
119 <dl>
120 <dt>Return Type:</dt>
121 <dd>
122 str
117 </dd> 123 </dd>
118 </dl> 124 </dl>
119 <a NAME="HgClientPromptDialog.isPassword" ID="HgClientPromptDialog.isPassword"></a> 125 <a NAME="HgClientPromptDialog.isPassword" ID="HgClientPromptDialog.isPassword"></a>
120 <h4>HgClientPromptDialog.isPassword</h4> 126 <h4>HgClientPromptDialog.isPassword</h4>
121 <b>isPassword</b>(<i></i>) 127 <b>isPassword</b>(<i></i>)
142 <p> 148 <p>
143 Private slot to handle changes of the user input. 149 Private slot to handle changes of the user input.
144 </p> 150 </p>
145 <dl> 151 <dl>
146 152
147 <dt><i>txt</i></dt> 153 <dt><i>txt</i> (str)</dt>
148 <dd> 154 <dd>
149 text entered by the user (string) 155 text entered by the user
150 </dd> 156 </dd>
151 </dl> 157 </dl>
152 <a NAME="HgClientPromptDialog.on_passwordCheckBox_toggled" ID="HgClientPromptDialog.on_passwordCheckBox_toggled"></a> 158 <a NAME="HgClientPromptDialog.on_passwordCheckBox_toggled" ID="HgClientPromptDialog.on_passwordCheckBox_toggled"></a>
153 <h4>HgClientPromptDialog.on_passwordCheckBox_toggled</h4> 159 <h4>HgClientPromptDialog.on_passwordCheckBox_toggled</h4>
154 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) 160 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
156 <p> 162 <p>
157 Private slot to handle the password checkbox toggled. 163 Private slot to handle the password checkbox toggled.
158 </p> 164 </p>
159 <dl> 165 <dl>
160 166
161 <dt><i>isOn</i></dt> 167 <dt><i>isOn</i> (bool)</dt>
162 <dd> 168 <dd>
163 flag indicating the status of the check box (boolean) 169 flag indicating the status of the check box
164 </dd> 170 </dd>
165 </dl> 171 </dl>
166 <div align="right"><a href="#top">Up</a></div> 172 <div align="right"><a href="#top">Up</a></div>
167 <hr /> 173 <hr />
168 </body></html> 174 </body></html>

eric ide

mercurial