src/configDialog.h

changeset 540
0334789cb4d7
parent 539
72ad83a67165
child 590
7aec744ce97b
equal deleted inserted replaced
539:72ad83a67165 540:0334789cb4d7
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 };

mercurial