84 <p> |
84 <p> |
85 Constructor |
85 Constructor |
86 </p> |
86 </p> |
87 <dl> |
87 <dl> |
88 |
88 |
89 <dt><i>info</i></dt> |
89 <dt><i>info</i> (str)</dt> |
90 <dd> |
90 <dd> |
91 information to be shown (string) |
91 information to be shown |
92 </dd> |
92 </dd> |
93 <dt><i>username</i></dt> |
93 <dt><i>username</i> (str)</dt> |
94 <dd> |
94 <dd> |
95 username as supplied by subversion (string) |
95 username as supplied by subversion |
96 </dd> |
96 </dd> |
97 <dt><i>showSave</i></dt> |
97 <dt><i>showSave</i> (bool)</dt> |
98 <dd> |
98 <dd> |
99 flag to indicate to show the save checkbox (boolean) |
99 flag to indicate to show the save checkbox |
100 </dd> |
100 </dd> |
101 <dt><i>saveIt</i></dt> |
101 <dt><i>saveIt</i> (bool)</dt> |
102 <dd> |
102 <dd> |
103 flag indicating the value for the save checkbox (boolean) |
103 flag indicating the value for the save checkbox |
104 </dd> |
104 </dd> |
105 <dt><i>parent</i></dt> |
105 <dt><i>parent</i> (QWidget)</dt> |
106 <dd> |
106 <dd> |
107 reference to the parent widget (QWidget) |
107 reference to the parent widget |
108 </dd> |
108 </dd> |
109 </dl> |
109 </dl> |
110 <a NAME="AuthenticationDialog.getData" ID="AuthenticationDialog.getData"></a> |
110 <a NAME="AuthenticationDialog.getData" ID="AuthenticationDialog.getData"></a> |
111 <h4>AuthenticationDialog.getData</h4> |
111 <h4>AuthenticationDialog.getData</h4> |
112 <b>getData</b>(<i></i>) |
112 <b>getData</b>(<i></i>) |
115 Public method to retrieve the login data. |
115 Public method to retrieve the login data. |
116 </p> |
116 </p> |
117 <dl> |
117 <dl> |
118 <dt>Return:</dt> |
118 <dt>Return:</dt> |
119 <dd> |
119 <dd> |
120 tuple of two string values (username, password) |
120 tuple containing the user name and password |
|
121 </dd> |
|
122 </dl> |
|
123 <dl> |
|
124 <dt>Return Type:</dt> |
|
125 <dd> |
|
126 tuple of (str, str) |
121 </dd> |
127 </dd> |
122 </dl> |
128 </dl> |
123 <a NAME="AuthenticationDialog.setData" ID="AuthenticationDialog.setData"></a> |
129 <a NAME="AuthenticationDialog.setData" ID="AuthenticationDialog.setData"></a> |
124 <h4>AuthenticationDialog.setData</h4> |
130 <h4>AuthenticationDialog.setData</h4> |
125 <b>setData</b>(<i>username, password</i>) |
131 <b>setData</b>(<i>username, password</i>) |
127 <p> |
133 <p> |
128 Public method to set the login data. |
134 Public method to set the login data. |
129 </p> |
135 </p> |
130 <dl> |
136 <dl> |
131 |
137 |
132 <dt><i>username</i></dt> |
138 <dt><i>username</i> (str)</dt> |
133 <dd> |
139 <dd> |
134 username (string) |
140 username |
135 </dd> |
141 </dd> |
136 <dt><i>password</i></dt> |
142 <dt><i>password</i> (str)</dt> |
137 <dd> |
143 <dd> |
138 password (string) |
144 password |
139 </dd> |
145 </dd> |
140 </dl> |
146 </dl> |
141 <a NAME="AuthenticationDialog.shallSave" ID="AuthenticationDialog.shallSave"></a> |
147 <a NAME="AuthenticationDialog.shallSave" ID="AuthenticationDialog.shallSave"></a> |
142 <h4>AuthenticationDialog.shallSave</h4> |
148 <h4>AuthenticationDialog.shallSave</h4> |
143 <b>shallSave</b>(<i></i>) |
149 <b>shallSave</b>(<i></i>) |