Bezig met plugin menu systeem
This commit is contained in:
parent
601d071d0f
commit
048843a1d4
10 changed files with 93 additions and 16 deletions
11
pglab/plugin_support/LMenuBar.h
Normal file
11
pglab/plugin_support/LMenuBar.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef LMENUBAR_H
|
||||
#define LMENUBAR_H
|
||||
|
||||
/** Represents the main menubar. Linked to a QMenuBar
|
||||
*/
|
||||
class LMenuBar {
|
||||
public:
|
||||
LMenuBar();
|
||||
};
|
||||
|
||||
#endif // LMENUBAR_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue