forked from Wobbl/Wobuzz
Made the view menu use the autogenerated QMainWindow.createPopupMenu().
This commit is contained in:
parent
0929e38189
commit
2b239e57f0
2 changed files with 5 additions and 10 deletions
|
@ -11,8 +11,6 @@ class GUI:
|
|||
def __init__(self, app):
|
||||
self.app = app
|
||||
|
||||
|
||||
|
||||
self.dropped = []
|
||||
|
||||
self.window = MainWindow(app, self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue