|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.WebBrowser.WebAuth.Fido2InfoDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.WebBrowser.WebAuth.Fido2InfoDialog</h1> |
|
10 <p> |
|
11 Module implementing a dialog showing information about the selected security key. |
|
12 </p> |
|
13 |
|
14 <h3>Global Attributes</h3> |
|
15 <table> |
|
16 <tr><td>None</td></tr> |
|
17 </table> |
|
18 |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#Fido2InfoDialog">Fido2InfoDialog</a></td> |
|
23 <td>Class implementing a dialog showing information about the selected security key.</td> |
|
24 </tr> |
|
25 </table> |
|
26 |
|
27 <h3>Functions</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 |
|
32 <hr /> |
|
33 <hr /> |
|
34 <a NAME="Fido2InfoDialog" ID="Fido2InfoDialog"></a> |
|
35 <h2>Fido2InfoDialog</h2> |
|
36 <p> |
|
37 Class implementing a dialog showing information about the selected security key. |
|
38 </p> |
|
39 |
|
40 <h3>Derived from</h3> |
|
41 QDialog, Ui_Fido2InfoDialog |
|
42 <h3>Class Attributes</h3> |
|
43 <table> |
|
44 <tr><td>None</td></tr> |
|
45 </table> |
|
46 |
|
47 <h3>Class Methods</h3> |
|
48 <table> |
|
49 <tr><td>None</td></tr> |
|
50 </table> |
|
51 |
|
52 <h3>Methods</h3> |
|
53 <table> |
|
54 <tr> |
|
55 <td><a href="#Fido2InfoDialog.__init__">Fido2InfoDialog</a></td> |
|
56 <td>Constructor</td> |
|
57 </tr> |
|
58 </table> |
|
59 |
|
60 <h3>Static Methods</h3> |
|
61 <table> |
|
62 <tr><td>None</td></tr> |
|
63 </table> |
|
64 |
|
65 |
|
66 <a NAME="Fido2InfoDialog.__init__" ID="Fido2InfoDialog.__init__"></a> |
|
67 <h4>Fido2InfoDialog (Constructor)</h4> |
|
68 <b>Fido2InfoDialog</b>(<i>header, manager, parent=None</i>) |
|
69 <p> |
|
70 Constructor |
|
71 </p> |
|
72 |
|
73 <dl> |
|
74 |
|
75 <dt><i>header</i> (str)</dt> |
|
76 <dd> |
|
77 header string |
|
78 </dd> |
|
79 <dt><i>manager</i> (Fido2Management)</dt> |
|
80 <dd> |
|
81 reference to the FIDO2 manager object |
|
82 </dd> |
|
83 <dt><i>parent</i> (QWidget (optional))</dt> |
|
84 <dd> |
|
85 reference to the parent widget (defaults to None) |
|
86 </dd> |
|
87 </dl> |
|
88 <div align="right"><a href="#top">Up</a></div> |
|
89 <hr /> |
|
90 </body></html> |