Bunch of renames to reduce confusion.
This commit is contained in:
parent
cbb2f897aa
commit
be2ffd7ef9
15 changed files with 184 additions and 184 deletions
|
|
@ -117,11 +117,11 @@ void CrudPageModule::init()
|
|||
});
|
||||
|
||||
{
|
||||
LWidgetAction wa("Refresh", SLOT(refresh()));
|
||||
LContextAction wa("Refresh", SLOT(refresh()));
|
||||
wa.setMenuLocation(MenuPath("Window/1"));
|
||||
wa.setIcon(QIcon(":/icons/script_go.png"));
|
||||
wa.setShortcut(QKeySequence(Qt::Key_F5));
|
||||
registerWidgetAction(wa);
|
||||
registerContextAction(wa);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue