26 class QLabel; |
26 class QLabel; |
27 class QDoubleSpinBox; |
27 class QDoubleSpinBox; |
28 |
28 |
29 // ============================================================================= |
29 // ============================================================================= |
30 class ShortcutListItem : public QListWidgetItem |
30 class ShortcutListItem : public QListWidgetItem |
31 { PROPERTY (public, KeySequenceConfig*, KeyConfig, NO_OPS, NO_CB) |
31 { PROPERTY (public, KeySequenceConfig*, KeyConfig, NO_OPS, STOCK_WRITE) |
32 PROPERTY (public, QAction*, Action, NO_OPS, NO_CB) |
32 PROPERTY (public, QAction*, Action, NO_OPS, STOCK_WRITE) |
33 |
33 |
34 public: |
34 public: |
35 explicit ShortcutListItem (QListWidget* view = null, int type = Type) : |
35 explicit ShortcutListItem (QListWidget* view = null, int type = Type) : |
36 QListWidgetItem (view, type) {} |
36 QListWidgetItem (view, type) {} |
37 }; |
37 }; |