Searched refs:moveDownShortcut (Results 1 – 3 of 3) sorted by relevance
37 void moveDownShortcut();
166 connect(moveDownButton_, SIGNAL(clicked()), this, SLOT(moveDownShortcut())); in CustomizeToolbarDialog()429 void CustomizeToolbarDialog::moveDownShortcut() in moveDownShortcut() function in CustomizeToolbarDialog
357 CSMPrefs::Shortcut* moveDownShortcut = new CSMPrefs::Shortcut("table-movedown", this); in Table() local358 moveDownShortcut->associateAction(mMoveDownAction); in Table()