Basic concept of MenuAction is working
Module can register action Window adds this action to its menu Clicking the menu item for the action has the expected result But menu structure still needs work (everything is now put into one dropdown menu)
This commit is contained in:
parent
f130c426a1
commit
dc8a052544
12 changed files with 220 additions and 28 deletions
|
|
@ -18,7 +18,9 @@ public:
|
|||
|
||||
PluginRegister();
|
||||
void registerModule(PluginModuleSPtr module);
|
||||
const ModuleMap& modules() const { return m_moduleMap; }
|
||||
|
||||
void initModules();
|
||||
const ModuleMap& modules() const{ return m_moduleMap; }
|
||||
|
||||
const PluginModule* findModule(const QString &module_ident) const;
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue