create a rough layout for throughput config dialog
This commit is contained in:
parent
086e3316eb
commit
e4b44d08c1
3 changed files with 106 additions and 1 deletions
|
@ -20,6 +20,7 @@ from core.gui.dialogs.preferences import PreferencesDialog
|
|||
from core.gui.dialogs.servers import ServersDialog
|
||||
from core.gui.dialogs.sessionoptions import SessionOptionsDialog
|
||||
from core.gui.dialogs.sessions import SessionsDialog
|
||||
from core.gui.dialogs.throughput import ThroughputDialog
|
||||
|
||||
|
||||
class MenuAction:
|
||||
|
@ -164,3 +165,8 @@ class MenuAction:
|
|||
def paste(self, event=None):
|
||||
logging.debug("paste")
|
||||
self.app.canvas.paste()
|
||||
|
||||
def config_throughput(self):
|
||||
logging.debug("not implemented")
|
||||
dialog = ThroughputDialog(self.app, self.app)
|
||||
dialog.show()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue