42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="ShortcutDialog" ID="ShortcutDialog"></a> |
43 <a NAME="ShortcutDialog" ID="ShortcutDialog"></a> |
44 <h2>ShortcutDialog</h2> |
44 <h2>ShortcutDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing a dialog for the configuration of a keyboard shortcut. |
46 Class implementing a dialog for the configuration of a keyboard shortcut. |
47 </p><h4>Signals</h4> |
47 </p><h3>Signals</h3> |
48 <dl> |
48 <dl> |
49 <dt>shortcutChanged(QKeySequence, QKeySequence, bool, string)</dt> |
49 <dt>shortcutChanged(QKeySequence, QKeySequence, bool, string)</dt> |
50 <dd> |
50 <dd> |
51 emitted |
51 emitted |
52 after the OK button was pressed |
52 after the OK button was pressed |
53 </dd> |
53 </dd> |
54 </dl> |
54 </dl> |
55 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
56 QDialog, Ui_ShortcutDialog |
56 QDialog, Ui_ShortcutDialog |
57 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
|
58 <table> |
|
59 <tr><td>None</td></tr> |
|
60 </table> |
|
61 <h3>Class Methods</h3> |
58 <table> |
62 <table> |
59 <tr><td>None</td></tr> |
63 <tr><td>None</td></tr> |
60 </table> |
64 </table> |
61 <h3>Methods</h3> |
65 <h3>Methods</h3> |
62 <table> |
66 <table> |
83 <td>Private slot to handle the OK button press.</td> |
87 <td>Private slot to handle the OK button press.</td> |
84 </tr><tr> |
88 </tr><tr> |
85 <td><a href="#ShortcutDialog.setKeys">setKeys</a></td> |
89 <td><a href="#ShortcutDialog.setKeys">setKeys</a></td> |
86 <td>Public method to set the key to be configured.</td> |
90 <td>Public method to set the key to be configured.</td> |
87 </tr> |
91 </tr> |
|
92 </table> |
|
93 <h3>Static Methods</h3> |
|
94 <table> |
|
95 <tr><td>None</td></tr> |
88 </table> |
96 </table> |
89 <a NAME="ShortcutDialog.__init__" ID="ShortcutDialog.__init__"></a> |
97 <a NAME="ShortcutDialog.__init__" ID="ShortcutDialog.__init__"></a> |
90 <h4>ShortcutDialog (Constructor)</h4> |
98 <h4>ShortcutDialog (Constructor)</h4> |
91 <b>ShortcutDialog</b>(<i>parent = None, name = None, modal = False</i>) |
99 <b>ShortcutDialog</b>(<i>parent = None, name = None, modal = False</i>) |
92 <p> |
100 <p> |