59 <tr> |
59 <tr> |
60 <td><a href="#WifiConnectionDialog.__init__">WifiConnectionDialog</a></td> |
60 <td><a href="#WifiConnectionDialog.__init__">WifiConnectionDialog</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr> |
62 </tr> |
63 <tr> |
63 <tr> |
|
64 <td><a href="#WifiConnectionDialog.accept">accept</a></td> |
|
65 <td>Public slot accepting the dialog.</td> |
|
66 </tr> |
|
67 <tr> |
64 <td><a href="#WifiConnectionDialog.getConnectionParameters">getConnectionParameters</a></td> |
68 <td><a href="#WifiConnectionDialog.getConnectionParameters">getConnectionParameters</a></td> |
65 <td>Public method to get the entered connection parameters.</td> |
69 <td>Public method to get the entered connection parameters.</td> |
66 </tr> |
70 </tr> |
67 <tr> |
71 <tr> |
68 <td><a href="#WifiConnectionDialog.on_showPasswordButton_clicked">on_showPasswordButton_clicked</a></td> |
72 <td><a href="#WifiConnectionDialog.on_showPasswordButton_clicked">on_showPasswordButton_clicked</a></td> |
91 <dt><i>parent</i> (QWidget (optional))</dt> |
95 <dt><i>parent</i> (QWidget (optional))</dt> |
92 <dd> |
96 <dd> |
93 reference to the parent widget (defaults to None) |
97 reference to the parent widget (defaults to None) |
94 </dd> |
98 </dd> |
95 </dl> |
99 </dl> |
|
100 <a NAME="WifiConnectionDialog.accept" ID="WifiConnectionDialog.accept"></a> |
|
101 <h4>WifiConnectionDialog.accept</h4> |
|
102 <b>accept</b>(<i></i>) |
|
103 |
|
104 <p> |
|
105 Public slot accepting the dialog. |
|
106 </p> |
96 <a NAME="WifiConnectionDialog.getConnectionParameters" ID="WifiConnectionDialog.getConnectionParameters"></a> |
107 <a NAME="WifiConnectionDialog.getConnectionParameters" ID="WifiConnectionDialog.getConnectionParameters"></a> |
97 <h4>WifiConnectionDialog.getConnectionParameters</h4> |
108 <h4>WifiConnectionDialog.getConnectionParameters</h4> |
98 <b>getConnectionParameters</b>(<i></i>) |
109 <b>getConnectionParameters</b>(<i></i>) |
99 |
110 |
100 <p> |
111 <p> |
101 Public method to get the entered connection parameters. |
112 Public method to get the entered connection parameters. |
102 </p> |
113 </p> |
103 <dl> |
114 <dl> |
104 <dt>Return:</dt> |
115 <dt>Return:</dt> |
105 <dd> |
116 <dd> |
106 tuple containing the SSID, password and a flag indicating, if the |
117 tuple containing the SSID and the password |
107 parameters shall be saved to the preferences |
|
108 </dd> |
118 </dd> |
109 </dl> |
119 </dl> |
110 <dl> |
120 <dl> |
111 <dt>Return Type:</dt> |
121 <dt>Return Type:</dt> |
112 <dd> |
122 <dd> |
113 tuple of (str, str, bool) |
123 tuple of (str, str) |
114 </dd> |
124 </dd> |
115 </dl> |
125 </dl> |
116 <a NAME="WifiConnectionDialog.on_showPasswordButton_clicked" ID="WifiConnectionDialog.on_showPasswordButton_clicked"></a> |
126 <a NAME="WifiConnectionDialog.on_showPasswordButton_clicked" ID="WifiConnectionDialog.on_showPasswordButton_clicked"></a> |
117 <h4>WifiConnectionDialog.on_showPasswordButton_clicked</h4> |
127 <h4>WifiConnectionDialog.on_showPasswordButton_clicked</h4> |
118 <b>on_showPasswordButton_clicked</b>(<i>checked</i>) |
128 <b>on_showPasswordButton_clicked</b>(<i>checked</i>) |