161 Private slot to handle the change of the shortcuts type. |
161 Private slot to handle the change of the shortcuts type. |
162 </p> |
162 </p> |
163 |
163 |
164 <a NAME="ShortcutDialog.eventFilter" ID="ShortcutDialog.eventFilter"></a> |
164 <a NAME="ShortcutDialog.eventFilter" ID="ShortcutDialog.eventFilter"></a> |
165 <h4>ShortcutDialog.eventFilter</h4> |
165 <h4>ShortcutDialog.eventFilter</h4> |
166 <b>eventFilter</b>(<i>watched, event</i>) |
166 <b>eventFilter</b>(<i>_watched, event</i>) |
167 <p> |
167 <p> |
168 Public method called to filter the event queue. |
168 Public method called to filter the event queue. |
169 </p> |
169 </p> |
170 |
170 |
171 <dl> |
171 <dl> |
172 |
172 |
173 <dt><i>watched</i> (QObject)</dt> |
173 <dt><i>_watched</i> (QObject)</dt> |
174 <dd> |
174 <dd> |
175 the QObject being watched |
175 reference to the QObject being watched (unused) |
176 </dd> |
176 </dd> |
177 <dt><i>event</i> (QEvent)</dt> |
177 <dt><i>event</i> (QEvent)</dt> |
178 <dd> |
178 <dd> |
179 the event that occurred |
179 the event that occurred |
180 </dd> |
180 </dd> |