58 <tr> |
58 <tr> |
59 <td><a href="#FeaturePermissionsDialog.__currentTabChanged">__currentTabChanged</a></td> |
59 <td><a href="#FeaturePermissionsDialog.__currentTabChanged">__currentTabChanged</a></td> |
60 <td>Private slot handling changes of the selected tab.</td> |
60 <td>Private slot handling changes of the selected tab.</td> |
61 </tr> |
61 </tr> |
62 <tr> |
62 <tr> |
|
63 <td><a href="#FeaturePermissionsDialog.__initializePermissionsList_qt67">__initializePermissionsList_qt67</a></td> |
|
64 <td>Private method to initialize the permission lists for Qt <6.8.</td> |
|
65 </tr> |
|
66 <tr> |
|
67 <td><a href="#FeaturePermissionsDialog.__initializePermissionsList_qt68">__initializePermissionsList_qt68</a></td> |
|
68 <td>Private method to initialize the permission lists for Qt 6.8+.</td> |
|
69 </tr> |
|
70 <tr> |
63 <td><a href="#FeaturePermissionsDialog.__itemSelectionChanged">__itemSelectionChanged</a></td> |
71 <td><a href="#FeaturePermissionsDialog.__itemSelectionChanged">__itemSelectionChanged</a></td> |
64 <td>Private slot handling changes in the current list of selected items.</td> |
72 <td>Private slot handling changes in the current list of selected items.</td> |
65 </tr> |
73 </tr> |
66 <tr> |
74 <tr> |
67 <td><a href="#FeaturePermissionsDialog.__updateButtons">__updateButtons</a></td> |
75 <td><a href="#FeaturePermissionsDialog.__updateButtons">__updateButtons</a></td> |
76 <td>Private slot to remove all entries.</td> |
84 <td>Private slot to remove all entries.</td> |
77 </tr> |
85 </tr> |
78 <tr> |
86 <tr> |
79 <td><a href="#FeaturePermissionsDialog.on_removeButton_clicked">on_removeButton_clicked</a></td> |
87 <td><a href="#FeaturePermissionsDialog.on_removeButton_clicked">on_removeButton_clicked</a></td> |
80 <td>Private slot to remove selected entries.</td> |
88 <td>Private slot to remove selected entries.</td> |
|
89 </tr> |
|
90 <tr> |
|
91 <td><a href="#FeaturePermissionsDialog.persistChanges">persistChanges</a></td> |
|
92 <td>Public method to persist the removed permissions.</td> |
81 </tr> |
93 </tr> |
82 </table> |
94 </table> |
83 |
95 |
84 <h3>Static Methods</h3> |
96 <h3>Static Methods</h3> |
85 <table> |
97 <table> |
118 <dt><i>index</i> (int)</dt> |
130 <dt><i>index</i> (int)</dt> |
119 <dd> |
131 <dd> |
120 index of the current tab |
132 index of the current tab |
121 </dd> |
133 </dd> |
122 </dl> |
134 </dl> |
|
135 <a NAME="FeaturePermissionsDialog.__initializePermissionsList_qt67" ID="FeaturePermissionsDialog.__initializePermissionsList_qt67"></a> |
|
136 <h4>FeaturePermissionsDialog.__initializePermissionsList_qt67</h4> |
|
137 <b>__initializePermissionsList_qt67</b>(<i>permissions</i>) |
|
138 <p> |
|
139 Private method to initialize the permission lists for Qt <6.8. |
|
140 </p> |
|
141 |
|
142 <dl> |
|
143 |
|
144 <dt><i>permissions</i> (dict of dict of list)</dt> |
|
145 <dd> |
|
146 dictionary with remembered feature permissions |
|
147 </dd> |
|
148 </dl> |
|
149 <a NAME="FeaturePermissionsDialog.__initializePermissionsList_qt68" ID="FeaturePermissionsDialog.__initializePermissionsList_qt68"></a> |
|
150 <h4>FeaturePermissionsDialog.__initializePermissionsList_qt68</h4> |
|
151 <b>__initializePermissionsList_qt68</b>(<i>permissions</i>) |
|
152 <p> |
|
153 Private method to initialize the permission lists for Qt 6.8+. |
|
154 </p> |
|
155 |
|
156 <dl> |
|
157 |
|
158 <dt><i>permissions</i> (list of QWebEnginePermission)</dt> |
|
159 <dd> |
|
160 list of permission objects |
|
161 </dd> |
|
162 </dl> |
123 <a NAME="FeaturePermissionsDialog.__itemSelectionChanged" ID="FeaturePermissionsDialog.__itemSelectionChanged"></a> |
163 <a NAME="FeaturePermissionsDialog.__itemSelectionChanged" ID="FeaturePermissionsDialog.__itemSelectionChanged"></a> |
124 <h4>FeaturePermissionsDialog.__itemSelectionChanged</h4> |
164 <h4>FeaturePermissionsDialog.__itemSelectionChanged</h4> |
125 <b>__itemSelectionChanged</b>(<i></i>) |
165 <b>__itemSelectionChanged</b>(<i></i>) |
126 <p> |
166 <p> |
127 Private slot handling changes in the current list of selected items. |
167 Private slot handling changes in the current list of selected items. |
165 <b>on_removeButton_clicked</b>(<i></i>) |
205 <b>on_removeButton_clicked</b>(<i></i>) |
166 <p> |
206 <p> |
167 Private slot to remove selected entries. |
207 Private slot to remove selected entries. |
168 </p> |
208 </p> |
169 |
209 |
|
210 <a NAME="FeaturePermissionsDialog.persistChanges" ID="FeaturePermissionsDialog.persistChanges"></a> |
|
211 <h4>FeaturePermissionsDialog.persistChanges</h4> |
|
212 <b>persistChanges</b>(<i></i>) |
|
213 <p> |
|
214 Public method to persist the removed permissions. |
|
215 </p> |
|
216 |
170 <div align="right"><a href="#top">Up</a></div> |
217 <div align="right"><a href="#top">Up</a></div> |
171 <hr /> |
218 <hr /> |
172 </body></html> |
219 </body></html> |