46 void showEvent(QShowEvent *event)
override;
49 void showCopyMenu(
const QPoint &pos);
50 void copyColumnSelection();
51 void copyRowSelection();
52 void printShortcuts();
55 void copySelection(
bool copy_row);
56 QString buildShortcutsHtml()
const;
57 QString applicationVersionLabel()
const;
59 Ui::KeyboardShortcutsDialog *ui;
62 QPersistentModelIndex context_menu_index_;