67 <tr> |
67 <tr> |
68 <td><a href="#WifiConnectionDialog.getConnectionParameters">getConnectionParameters</a></td> |
68 <td><a href="#WifiConnectionDialog.getConnectionParameters">getConnectionParameters</a></td> |
69 <td>Public method to get the entered connection parameters.</td> |
69 <td>Public method to get the entered connection parameters.</td> |
70 </tr> |
70 </tr> |
71 <tr> |
71 <tr> |
|
72 <td><a href="#WifiConnectionDialog.getCountryCode">getCountryCode</a></td> |
|
73 <td>Public method to get the entered country code.</td> |
|
74 </tr> |
|
75 <tr> |
72 <td><a href="#WifiConnectionDialog.on_showPasswordButton_clicked">on_showPasswordButton_clicked</a></td> |
76 <td><a href="#WifiConnectionDialog.on_showPasswordButton_clicked">on_showPasswordButton_clicked</a></td> |
73 <td>Private slot to show or hide the password.</td> |
77 <td>Private slot to show or hide the password.</td> |
74 </tr> |
78 </tr> |
75 <tr> |
79 <tr> |
76 <td><a href="#WifiConnectionDialog.on_ssidEdit_textChanged">on_ssidEdit_textChanged</a></td> |
80 <td><a href="#WifiConnectionDialog.on_ssidEdit_textChanged">on_ssidEdit_textChanged</a></td> |
83 <tr><td>None</td></tr> |
87 <tr><td>None</td></tr> |
84 </table> |
88 </table> |
85 |
89 |
86 <a NAME="WifiConnectionDialog.__init__" ID="WifiConnectionDialog.__init__"></a> |
90 <a NAME="WifiConnectionDialog.__init__" ID="WifiConnectionDialog.__init__"></a> |
87 <h4>WifiConnectionDialog (Constructor)</h4> |
91 <h4>WifiConnectionDialog (Constructor)</h4> |
88 <b>WifiConnectionDialog</b>(<i>parent=None</i>) |
92 <b>WifiConnectionDialog</b>(<i>withCountry=False, parent=None</i>) |
89 |
93 |
90 <p> |
94 <p> |
91 Constructor |
95 Constructor |
92 </p> |
96 </p> |
93 <dl> |
97 <dl> |
94 |
98 |
|
99 <dt><i>withCountry</i> (bool)</dt> |
|
100 <dd> |
|
101 flag indicating to show the country entry (defaults to False) |
|
102 </dd> |
95 <dt><i>parent</i> (QWidget (optional))</dt> |
103 <dt><i>parent</i> (QWidget (optional))</dt> |
96 <dd> |
104 <dd> |
97 reference to the parent widget (defaults to None) |
105 reference to the parent widget (defaults to None) |
98 </dd> |
106 </dd> |
99 </dl> |
107 </dl> |
112 Public method to get the entered connection parameters. |
120 Public method to get the entered connection parameters. |
113 </p> |
121 </p> |
114 <dl> |
122 <dl> |
115 <dt>Return:</dt> |
123 <dt>Return:</dt> |
116 <dd> |
124 <dd> |
117 tuple containing the SSID and the password |
125 tuple containing the SSID, the password and the host name |
118 </dd> |
126 </dd> |
119 </dl> |
127 </dl> |
120 <dl> |
128 <dl> |
121 <dt>Return Type:</dt> |
129 <dt>Return Type:</dt> |
122 <dd> |
130 <dd> |
123 tuple of (str, str) |
131 tuple of (str, str, str) |
|
132 </dd> |
|
133 </dl> |
|
134 <a NAME="WifiConnectionDialog.getCountryCode" ID="WifiConnectionDialog.getCountryCode"></a> |
|
135 <h4>WifiConnectionDialog.getCountryCode</h4> |
|
136 <b>getCountryCode</b>(<i></i>) |
|
137 |
|
138 <p> |
|
139 Public method to get the entered country code. |
|
140 </p> |
|
141 <dl> |
|
142 <dt>Return:</dt> |
|
143 <dd> |
|
144 DESCRIPTION |
|
145 </dd> |
|
146 </dl> |
|
147 <dl> |
|
148 <dt>Return Type:</dt> |
|
149 <dd> |
|
150 TYPE |
124 </dd> |
151 </dd> |
125 </dl> |
152 </dl> |
126 <a NAME="WifiConnectionDialog.on_showPasswordButton_clicked" ID="WifiConnectionDialog.on_showPasswordButton_clicked"></a> |
153 <a NAME="WifiConnectionDialog.on_showPasswordButton_clicked" ID="WifiConnectionDialog.on_showPasswordButton_clicked"></a> |
127 <h4>WifiConnectionDialog.on_showPasswordButton_clicked</h4> |
154 <h4>WifiConnectionDialog.on_showPasswordButton_clicked</h4> |
128 <b>on_showPasswordButton_clicked</b>(<i>checked</i>) |
155 <b>on_showPasswordButton_clicked</b>(<i>checked</i>) |